├── LICENSE ├── README.md ├── build ├── base16-3024-theme.h ├── base16-apathy-theme.h ├── base16-ashes-theme.h ├── base16-atelier-cave-light-theme.h ├── base16-atelier-cave-theme.h ├── base16-atelier-dune-light-theme.h ├── base16-atelier-dune-theme.h ├── base16-atelier-estuary-light-theme.h ├── base16-atelier-estuary-theme.h ├── base16-atelier-forest-light-theme.h ├── base16-atelier-forest-theme.h ├── base16-atelier-heath-light-theme.h ├── base16-atelier-heath-theme.h ├── base16-atelier-lakeside-light-theme.h ├── base16-atelier-lakeside-theme.h ├── base16-atelier-plateau-light-theme.h ├── base16-atelier-plateau-theme.h ├── base16-atelier-savanna-light-theme.h ├── base16-atelier-savanna-theme.h ├── base16-atelier-seaside-light-theme.h ├── base16-atelier-seaside-theme.h ├── base16-atelier-sulphurpool-light-theme.h ├── base16-atelier-sulphurpool-theme.h ├── base16-bespin-theme.h ├── base16-brewer-theme.h ├── base16-bright-theme.h ├── base16-brushtrees-dark-theme.h ├── base16-brushtrees-theme.h ├── base16-chalk-theme.h ├── base16-circus-theme.h ├── base16-classic-dark-theme.h ├── base16-classic-light-theme.h ├── base16-codeschool-theme.h ├── base16-cupcake-theme.h ├── base16-cupertino-theme.h ├── base16-darktooth-theme.h ├── base16-default-dark-theme.h ├── base16-default-light-theme.h ├── base16-dracula-theme.h ├── base16-eighties-theme.h ├── base16-embers-theme.h ├── base16-flat-theme.h ├── base16-github-theme.h ├── base16-google-dark-theme.h ├── base16-google-light-theme.h ├── base16-grayscale-dark-theme.h ├── base16-grayscale-light-theme.h ├── base16-greenscreen-theme.h ├── base16-gruvbox-dark-hard-theme.h ├── base16-gruvbox-dark-medium-theme.h ├── base16-gruvbox-dark-pale-theme.h ├── base16-gruvbox-dark-soft-theme.h ├── base16-gruvbox-light-hard-theme.h ├── base16-gruvbox-light-medium-theme.h ├── base16-gruvbox-light-soft-theme.h ├── base16-harmonic-dark-theme.h ├── base16-harmonic-light-theme.h ├── base16-hopscotch-theme.h ├── base16-icy-theme.h ├── base16-irblack-theme.h ├── base16-isotope-theme.h ├── base16-macintosh-theme.h ├── base16-marrakesh-theme.h ├── base16-materia-theme.h ├── base16-material-darker-theme.h ├── base16-material-lighter-theme.h ├── base16-material-palenight-theme.h ├── base16-material-theme.h ├── base16-mellow-purple-theme.h ├── base16-mexico-light-theme.h ├── base16-mocha-theme.h ├── base16-monokai-theme.h ├── base16-nord-theme.h ├── base16-ocean-theme.h ├── base16-oceanicnext-theme.h ├── base16-one-light-theme.h ├── base16-onedark-theme.h ├── base16-paraiso-theme.h ├── base16-phd-theme.h ├── base16-pico-theme.h ├── base16-pop-theme.h ├── base16-porple-theme.h ├── base16-railscasts-theme.h ├── base16-rebecca-theme.h ├── base16-seti-theme.h ├── base16-shapeshifter-theme.h ├── base16-solarflare-theme.h ├── base16-solarized-dark-theme.h ├── base16-solarized-light-theme.h ├── base16-spacemacs-theme.h ├── base16-summerfruit-dark-theme.h ├── base16-summerfruit-light-theme.h ├── base16-tomorrow-night-theme.h ├── base16-tomorrow-theme.h ├── base16-tube-theme.h ├── base16-twilight-theme.h ├── base16-unikitty-dark-theme.h ├── base16-unikitty-light-theme.h ├── base16-woodland-theme.h ├── base16-xcode-dusk-theme.h └── base16-zenburn-theme.h └── templates ├── config.yaml └── default.mustache /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2017 Honza Pokorny 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of 4 | this software and associated documentation files (the "Software"), to deal in 5 | the Software without restriction, including without limitation the rights to 6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 7 | of the Software, and to permit persons to whom the Software is furnished to do 8 | so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all 11 | copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 19 | SOFTWARE. 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | base16 theme for st 2 | =================== 3 | 4 | Base16 colors for the wonderful [st terminal][1] by suckless. 5 | 6 | [Base16][2] provides carefully chosen syntax highlighting and a default set of 7 | sixteen colors suitable for a wide range of applications. Base16 is not a 8 | single theme but a set of guidelines with numerous implementations. 9 | 10 | Installation 11 | ------------ 12 | 13 | Pick your favorite theme from the `build/` directory, and place its contents 14 | into you `config.h` file. 15 | 16 | License 17 | ------- 18 | 19 | MIT 20 | 21 | [1]: http://st.suckless.org/ 22 | [2]: https://github.com/chriskempson/base16 23 | -------------------------------------------------------------------------------- /build/base16-3024-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-3024-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jan T. Sott (http://github.com/idleberg) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#090300", /* base00 */ 16 | "#db2d20", /* base08 */ 17 | "#01a252", /* base0B */ 18 | "#fded02", /* base0A */ 19 | "#01a0e4", /* base0D */ 20 | "#a16a94", /* base0E */ 21 | "#b5e4f4", /* base0C */ 22 | "#a5a2a2", /* base05 */ 23 | "#5c5855", /* base03 */ 24 | "#e8bbd0", /* base09 */ 25 | "#3a3432", /* base01 */ 26 | "#4a4543", /* base02 */ 27 | "#807d7c", /* base04 */ 28 | "#d6d5d4", /* base06 */ 29 | "#cdab53", /* base0F */ 30 | "#f7f7f7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-apathy-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-apathy-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jannik Siebert (https://github.com/janniks) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#031a16", /* base00 */ 16 | "#3e9688", /* base08 */ 17 | "#883e96", /* base0B */ 18 | "#3e4c96", /* base0A */ 19 | "#96883e", /* base0D */ 20 | "#4c963e", /* base0E */ 21 | "#963e4c", /* base0C */ 22 | "#81b5ac", /* base05 */ 23 | "#2b685e", /* base03 */ 24 | "#3e7996", /* base09 */ 25 | "#0b342d", /* base01 */ 26 | "#184e45", /* base02 */ 27 | "#5f9c92", /* base04 */ 28 | "#a7cec8", /* base06 */ 29 | "#3e965b", /* base0F */ 30 | "#d2e7e4", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-ashes-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-ashes-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jannik Siebert (https://github.com/janniks) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1c2023", /* base00 */ 16 | "#c7ae95", /* base08 */ 17 | "#95c7ae", /* base0B */ 18 | "#aec795", /* base0A */ 19 | "#ae95c7", /* base0D */ 20 | "#c795ae", /* base0E */ 21 | "#95aec7", /* base0C */ 22 | "#c7ccd1", /* base05 */ 23 | "#747c84", /* base03 */ 24 | "#c7c795", /* base09 */ 25 | "#393f45", /* base01 */ 26 | "#565e65", /* base02 */ 27 | "#adb3ba", /* base04 */ 28 | "#dfe2e5", /* base06 */ 29 | "#c79595", /* base0F */ 30 | "#f3f4f5", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-cave-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-cave-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#efecf4", /* base00 */ 16 | "#be4678", /* base08 */ 17 | "#2a9292", /* base0B */ 18 | "#a06e3b", /* base0A */ 19 | "#576ddb", /* base0D */ 20 | "#955ae7", /* base0E */ 21 | "#398bc6", /* base0C */ 22 | "#585260", /* base05 */ 23 | "#7e7887", /* base03 */ 24 | "#aa573c", /* base09 */ 25 | "#e2dfe7", /* base01 */ 26 | "#8b8792", /* base02 */ 27 | "#655f6d", /* base04 */ 28 | "#26232a", /* base06 */ 29 | "#bf40bf", /* base0F */ 30 | "#19171c", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-cave-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-cave-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#19171c", /* base00 */ 16 | "#be4678", /* base08 */ 17 | "#2a9292", /* base0B */ 18 | "#a06e3b", /* base0A */ 19 | "#576ddb", /* base0D */ 20 | "#955ae7", /* base0E */ 21 | "#398bc6", /* base0C */ 22 | "#8b8792", /* base05 */ 23 | "#655f6d", /* base03 */ 24 | "#aa573c", /* base09 */ 25 | "#26232a", /* base01 */ 26 | "#585260", /* base02 */ 27 | "#7e7887", /* base04 */ 28 | "#e2dfe7", /* base06 */ 29 | "#bf40bf", /* base0F */ 30 | "#efecf4", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-dune-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-dune-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#fefbec", /* base00 */ 16 | "#d73737", /* base08 */ 17 | "#60ac39", /* base0B */ 18 | "#ae9513", /* base0A */ 19 | "#6684e1", /* base0D */ 20 | "#b854d4", /* base0E */ 21 | "#1fad83", /* base0C */ 22 | "#6e6b5e", /* base05 */ 23 | "#999580", /* base03 */ 24 | "#b65611", /* base09 */ 25 | "#e8e4cf", /* base01 */ 26 | "#a6a28c", /* base02 */ 27 | "#7d7a68", /* base04 */ 28 | "#292824", /* base06 */ 29 | "#d43552", /* base0F */ 30 | "#20201d", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-dune-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-dune-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#20201d", /* base00 */ 16 | "#d73737", /* base08 */ 17 | "#60ac39", /* base0B */ 18 | "#ae9513", /* base0A */ 19 | "#6684e1", /* base0D */ 20 | "#b854d4", /* base0E */ 21 | "#1fad83", /* base0C */ 22 | "#a6a28c", /* base05 */ 23 | "#7d7a68", /* base03 */ 24 | "#b65611", /* base09 */ 25 | "#292824", /* base01 */ 26 | "#6e6b5e", /* base02 */ 27 | "#999580", /* base04 */ 28 | "#e8e4cf", /* base06 */ 29 | "#d43552", /* base0F */ 30 | "#fefbec", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-estuary-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-estuary-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f4f3ec", /* base00 */ 16 | "#ba6236", /* base08 */ 17 | "#7d9726", /* base0B */ 18 | "#a5980d", /* base0A */ 19 | "#36a166", /* base0D */ 20 | "#5f9182", /* base0E */ 21 | "#5b9d48", /* base0C */ 22 | "#5f5e4e", /* base05 */ 23 | "#878573", /* base03 */ 24 | "#ae7313", /* base09 */ 25 | "#e7e6df", /* base01 */ 26 | "#929181", /* base02 */ 27 | "#6c6b5a", /* base04 */ 28 | "#302f27", /* base06 */ 29 | "#9d6c7c", /* base0F */ 30 | "#22221b", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-estuary-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-estuary-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#22221b", /* base00 */ 16 | "#ba6236", /* base08 */ 17 | "#7d9726", /* base0B */ 18 | "#a5980d", /* base0A */ 19 | "#36a166", /* base0D */ 20 | "#5f9182", /* base0E */ 21 | "#5b9d48", /* base0C */ 22 | "#929181", /* base05 */ 23 | "#6c6b5a", /* base03 */ 24 | "#ae7313", /* base09 */ 25 | "#302f27", /* base01 */ 26 | "#5f5e4e", /* base02 */ 27 | "#878573", /* base04 */ 28 | "#e7e6df", /* base06 */ 29 | "#9d6c7c", /* base0F */ 30 | "#f4f3ec", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-forest-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-forest-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f1efee", /* base00 */ 16 | "#f22c40", /* base08 */ 17 | "#7b9726", /* base0B */ 18 | "#c38418", /* base0A */ 19 | "#407ee7", /* base0D */ 20 | "#6666ea", /* base0E */ 21 | "#3d97b8", /* base0C */ 22 | "#68615e", /* base05 */ 23 | "#9c9491", /* base03 */ 24 | "#df5320", /* base09 */ 25 | "#e6e2e0", /* base01 */ 26 | "#a8a19f", /* base02 */ 27 | "#766e6b", /* base04 */ 28 | "#2c2421", /* base06 */ 29 | "#c33ff3", /* base0F */ 30 | "#1b1918", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-forest-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-forest-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1b1918", /* base00 */ 16 | "#f22c40", /* base08 */ 17 | "#7b9726", /* base0B */ 18 | "#c38418", /* base0A */ 19 | "#407ee7", /* base0D */ 20 | "#6666ea", /* base0E */ 21 | "#3d97b8", /* base0C */ 22 | "#a8a19f", /* base05 */ 23 | "#766e6b", /* base03 */ 24 | "#df5320", /* base09 */ 25 | "#2c2421", /* base01 */ 26 | "#68615e", /* base02 */ 27 | "#9c9491", /* base04 */ 28 | "#e6e2e0", /* base06 */ 29 | "#c33ff3", /* base0F */ 30 | "#f1efee", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-heath-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-heath-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f7f3f7", /* base00 */ 16 | "#ca402b", /* base08 */ 17 | "#918b3b", /* base0B */ 18 | "#bb8a35", /* base0A */ 19 | "#516aec", /* base0D */ 20 | "#7b59c0", /* base0E */ 21 | "#159393", /* base0C */ 22 | "#695d69", /* base05 */ 23 | "#9e8f9e", /* base03 */ 24 | "#a65926", /* base09 */ 25 | "#d8cad8", /* base01 */ 26 | "#ab9bab", /* base02 */ 27 | "#776977", /* base04 */ 28 | "#292329", /* base06 */ 29 | "#cc33cc", /* base0F */ 30 | "#1b181b", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-heath-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-heath-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1b181b", /* base00 */ 16 | "#ca402b", /* base08 */ 17 | "#918b3b", /* base0B */ 18 | "#bb8a35", /* base0A */ 19 | "#516aec", /* base0D */ 20 | "#7b59c0", /* base0E */ 21 | "#159393", /* base0C */ 22 | "#ab9bab", /* base05 */ 23 | "#776977", /* base03 */ 24 | "#a65926", /* base09 */ 25 | "#292329", /* base01 */ 26 | "#695d69", /* base02 */ 27 | "#9e8f9e", /* base04 */ 28 | "#d8cad8", /* base06 */ 29 | "#cc33cc", /* base0F */ 30 | "#f7f3f7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-lakeside-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-lakeside-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ebf8ff", /* base00 */ 16 | "#d22d72", /* base08 */ 17 | "#568c3b", /* base0B */ 18 | "#8a8a0f", /* base0A */ 19 | "#257fad", /* base0D */ 20 | "#6b6bb8", /* base0E */ 21 | "#2d8f6f", /* base0C */ 22 | "#516d7b", /* base05 */ 23 | "#7195a8", /* base03 */ 24 | "#935c25", /* base09 */ 25 | "#c1e4f6", /* base01 */ 26 | "#7ea2b4", /* base02 */ 27 | "#5a7b8c", /* base04 */ 28 | "#1f292e", /* base06 */ 29 | "#b72dd2", /* base0F */ 30 | "#161b1d", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-lakeside-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-lakeside-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#161b1d", /* base00 */ 16 | "#d22d72", /* base08 */ 17 | "#568c3b", /* base0B */ 18 | "#8a8a0f", /* base0A */ 19 | "#257fad", /* base0D */ 20 | "#6b6bb8", /* base0E */ 21 | "#2d8f6f", /* base0C */ 22 | "#7ea2b4", /* base05 */ 23 | "#5a7b8c", /* base03 */ 24 | "#935c25", /* base09 */ 25 | "#1f292e", /* base01 */ 26 | "#516d7b", /* base02 */ 27 | "#7195a8", /* base04 */ 28 | "#c1e4f6", /* base06 */ 29 | "#b72dd2", /* base0F */ 30 | "#ebf8ff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-plateau-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-plateau-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f4ecec", /* base00 */ 16 | "#ca4949", /* base08 */ 17 | "#4b8b8b", /* base0B */ 18 | "#a06e3b", /* base0A */ 19 | "#7272ca", /* base0D */ 20 | "#8464c4", /* base0E */ 21 | "#5485b6", /* base0C */ 22 | "#585050", /* base05 */ 23 | "#7e7777", /* base03 */ 24 | "#b45a3c", /* base09 */ 25 | "#e7dfdf", /* base01 */ 26 | "#8a8585", /* base02 */ 27 | "#655d5d", /* base04 */ 28 | "#292424", /* base06 */ 29 | "#bd5187", /* base0F */ 30 | "#1b1818", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-plateau-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-plateau-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1b1818", /* base00 */ 16 | "#ca4949", /* base08 */ 17 | "#4b8b8b", /* base0B */ 18 | "#a06e3b", /* base0A */ 19 | "#7272ca", /* base0D */ 20 | "#8464c4", /* base0E */ 21 | "#5485b6", /* base0C */ 22 | "#8a8585", /* base05 */ 23 | "#655d5d", /* base03 */ 24 | "#b45a3c", /* base09 */ 25 | "#292424", /* base01 */ 26 | "#585050", /* base02 */ 27 | "#7e7777", /* base04 */ 28 | "#e7dfdf", /* base06 */ 29 | "#bd5187", /* base0F */ 30 | "#f4ecec", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-savanna-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-savanna-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ecf4ee", /* base00 */ 16 | "#b16139", /* base08 */ 17 | "#489963", /* base0B */ 18 | "#a07e3b", /* base0A */ 19 | "#478c90", /* base0D */ 20 | "#55859b", /* base0E */ 21 | "#1c9aa0", /* base0C */ 22 | "#526057", /* base05 */ 23 | "#78877d", /* base03 */ 24 | "#9f713c", /* base09 */ 25 | "#dfe7e2", /* base01 */ 26 | "#87928a", /* base02 */ 27 | "#5f6d64", /* base04 */ 28 | "#232a25", /* base06 */ 29 | "#867469", /* base0F */ 30 | "#171c19", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-savanna-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-savanna-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#171c19", /* base00 */ 16 | "#b16139", /* base08 */ 17 | "#489963", /* base0B */ 18 | "#a07e3b", /* base0A */ 19 | "#478c90", /* base0D */ 20 | "#55859b", /* base0E */ 21 | "#1c9aa0", /* base0C */ 22 | "#87928a", /* base05 */ 23 | "#5f6d64", /* base03 */ 24 | "#9f713c", /* base09 */ 25 | "#232a25", /* base01 */ 26 | "#526057", /* base02 */ 27 | "#78877d", /* base04 */ 28 | "#dfe7e2", /* base06 */ 29 | "#867469", /* base0F */ 30 | "#ecf4ee", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-seaside-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-seaside-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f4fbf4", /* base00 */ 16 | "#e6193c", /* base08 */ 17 | "#29a329", /* base0B */ 18 | "#98981b", /* base0A */ 19 | "#3d62f5", /* base0D */ 20 | "#ad2bee", /* base0E */ 21 | "#1999b3", /* base0C */ 22 | "#5e6e5e", /* base05 */ 23 | "#809980", /* base03 */ 24 | "#87711d", /* base09 */ 25 | "#cfe8cf", /* base01 */ 26 | "#8ca68c", /* base02 */ 27 | "#687d68", /* base04 */ 28 | "#242924", /* base06 */ 29 | "#e619c3", /* base0F */ 30 | "#131513", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-seaside-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-seaside-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#131513", /* base00 */ 16 | "#e6193c", /* base08 */ 17 | "#29a329", /* base0B */ 18 | "#98981b", /* base0A */ 19 | "#3d62f5", /* base0D */ 20 | "#ad2bee", /* base0E */ 21 | "#1999b3", /* base0C */ 22 | "#8ca68c", /* base05 */ 23 | "#687d68", /* base03 */ 24 | "#87711d", /* base09 */ 25 | "#242924", /* base01 */ 26 | "#5e6e5e", /* base02 */ 27 | "#809980", /* base04 */ 28 | "#cfe8cf", /* base06 */ 29 | "#e619c3", /* base0F */ 30 | "#f4fbf4", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-sulphurpool-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-sulphurpool-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f5f7ff", /* base00 */ 16 | "#c94922", /* base08 */ 17 | "#ac9739", /* base0B */ 18 | "#c08b30", /* base0A */ 19 | "#3d8fd1", /* base0D */ 20 | "#6679cc", /* base0E */ 21 | "#22a2c9", /* base0C */ 22 | "#5e6687", /* base05 */ 23 | "#898ea4", /* base03 */ 24 | "#c76b29", /* base09 */ 25 | "#dfe2f1", /* base01 */ 26 | "#979db4", /* base02 */ 27 | "#6b7394", /* base04 */ 28 | "#293256", /* base06 */ 29 | "#9c637a", /* base0F */ 30 | "#202746", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-atelier-sulphurpool-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-atelier-sulphurpool-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Bram de Haan (http://atelierbramdehaan.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#202746", /* base00 */ 16 | "#c94922", /* base08 */ 17 | "#ac9739", /* base0B */ 18 | "#c08b30", /* base0A */ 19 | "#3d8fd1", /* base0D */ 20 | "#6679cc", /* base0E */ 21 | "#22a2c9", /* base0C */ 22 | "#979db4", /* base05 */ 23 | "#6b7394", /* base03 */ 24 | "#c76b29", /* base09 */ 25 | "#293256", /* base01 */ 26 | "#5e6687", /* base02 */ 27 | "#898ea4", /* base04 */ 28 | "#dfe2f1", /* base06 */ 29 | "#9c637a", /* base0F */ 30 | "#f5f7ff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-bespin-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-bespin-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jan T. Sott 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#28211c", /* base00 */ 16 | "#cf6a4c", /* base08 */ 17 | "#54be0d", /* base0B */ 18 | "#f9ee98", /* base0A */ 19 | "#5ea6ea", /* base0D */ 20 | "#9b859d", /* base0E */ 21 | "#afc4db", /* base0C */ 22 | "#8a8986", /* base05 */ 23 | "#666666", /* base03 */ 24 | "#cf7d34", /* base09 */ 25 | "#36312e", /* base01 */ 26 | "#5e5d5c", /* base02 */ 27 | "#797977", /* base04 */ 28 | "#9d9b97", /* base06 */ 29 | "#937121", /* base0F */ 30 | "#baae9e", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-brewer-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-brewer-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Timothée Poisot (http://github.com/tpoisot) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#0c0d0e", /* base00 */ 16 | "#e31a1c", /* base08 */ 17 | "#31a354", /* base0B */ 18 | "#dca060", /* base0A */ 19 | "#3182bd", /* base0D */ 20 | "#756bb1", /* base0E */ 21 | "#80b1d3", /* base0C */ 22 | "#b7b8b9", /* base05 */ 23 | "#737475", /* base03 */ 24 | "#e6550d", /* base09 */ 25 | "#2e2f30", /* base01 */ 26 | "#515253", /* base02 */ 27 | "#959697", /* base04 */ 28 | "#dadbdc", /* base06 */ 29 | "#b15928", /* base0F */ 30 | "#fcfdfe", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-bright-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-bright-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#000000", /* base00 */ 16 | "#fb0120", /* base08 */ 17 | "#a1c659", /* base0B */ 18 | "#fda331", /* base0A */ 19 | "#6fb3d2", /* base0D */ 20 | "#d381c3", /* base0E */ 21 | "#76c7b7", /* base0C */ 22 | "#e0e0e0", /* base05 */ 23 | "#b0b0b0", /* base03 */ 24 | "#fc6d24", /* base09 */ 25 | "#303030", /* base01 */ 26 | "#505050", /* base02 */ 27 | "#d0d0d0", /* base04 */ 28 | "#f5f5f5", /* base06 */ 29 | "#be643c", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-brushtrees-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-brushtrees-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Abraham White <abelincoln.white@gmail.com> 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#485867", /* base00 */ 16 | "#b38686", /* base08 */ 17 | "#87b386", /* base0B */ 18 | "#aab386", /* base0A */ 19 | "#868cb3", /* base0D */ 20 | "#b386b2", /* base0E */ 21 | "#86b3b3", /* base0C */ 22 | "#b0c5c8", /* base05 */ 23 | "#8299a1", /* base03 */ 24 | "#d8bba2", /* base09 */ 25 | "#5a6d7a", /* base01 */ 26 | "#6d828e", /* base02 */ 27 | "#98afb5", /* base04 */ 28 | "#c9dbdc", /* base06 */ 29 | "#b39f9f", /* base0F */ 30 | "#e3efef", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-brushtrees-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-brushtrees-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Abraham White <abelincoln.white@gmail.com> 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#e3efef", /* base00 */ 16 | "#b38686", /* base08 */ 17 | "#87b386", /* base0B */ 18 | "#aab386", /* base0A */ 19 | "#868cb3", /* base0D */ 20 | "#b386b2", /* base0E */ 21 | "#86b3b3", /* base0C */ 22 | "#6d828e", /* base05 */ 23 | "#98afb5", /* base03 */ 24 | "#d8bba2", /* base09 */ 25 | "#c9dbdc", /* base01 */ 26 | "#b0c5c8", /* base02 */ 27 | "#8299a1", /* base04 */ 28 | "#5a6d7a", /* base06 */ 29 | "#b39f9f", /* base0F */ 30 | "#485867", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-chalk-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-chalk-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#151515", /* base00 */ 16 | "#fb9fb1", /* base08 */ 17 | "#acc267", /* base0B */ 18 | "#ddb26f", /* base0A */ 19 | "#6fc2ef", /* base0D */ 20 | "#e1a3ee", /* base0E */ 21 | "#12cfc0", /* base0C */ 22 | "#d0d0d0", /* base05 */ 23 | "#505050", /* base03 */ 24 | "#eda987", /* base09 */ 25 | "#202020", /* base01 */ 26 | "#303030", /* base02 */ 27 | "#b0b0b0", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#deaf8f", /* base0F */ 30 | "#f5f5f5", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-circus-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-circus-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#191919", /* base00 */ 16 | "#dc657d", /* base08 */ 17 | "#84b97c", /* base0B */ 18 | "#c3ba63", /* base0A */ 19 | "#639ee4", /* base0D */ 20 | "#b888e2", /* base0E */ 21 | "#4bb1a7", /* base0C */ 22 | "#a7a7a7", /* base05 */ 23 | "#5f5a60", /* base03 */ 24 | "#4bb1a7", /* base09 */ 25 | "#202020", /* base01 */ 26 | "#303030", /* base02 */ 27 | "#505050", /* base04 */ 28 | "#808080", /* base06 */ 29 | "#b888e2", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-classic-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-classic-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jason Heeris (http://heeris.id.au) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#151515", /* base00 */ 16 | "#ac4142", /* base08 */ 17 | "#90a959", /* base0B */ 18 | "#f4bf75", /* base0A */ 19 | "#6a9fb5", /* base0D */ 20 | "#aa759f", /* base0E */ 21 | "#75b5aa", /* base0C */ 22 | "#d0d0d0", /* base05 */ 23 | "#505050", /* base03 */ 24 | "#d28445", /* base09 */ 25 | "#202020", /* base01 */ 26 | "#303030", /* base02 */ 27 | "#b0b0b0", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#8f5536", /* base0F */ 30 | "#f5f5f5", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-classic-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-classic-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jason Heeris (http://heeris.id.au) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f5f5f5", /* base00 */ 16 | "#ac4142", /* base08 */ 17 | "#90a959", /* base0B */ 18 | "#f4bf75", /* base0A */ 19 | "#6a9fb5", /* base0D */ 20 | "#aa759f", /* base0E */ 21 | "#75b5aa", /* base0C */ 22 | "#303030", /* base05 */ 23 | "#b0b0b0", /* base03 */ 24 | "#d28445", /* base09 */ 25 | "#e0e0e0", /* base01 */ 26 | "#d0d0d0", /* base02 */ 27 | "#505050", /* base04 */ 28 | "#202020", /* base06 */ 29 | "#8f5536", /* base0F */ 30 | "#151515", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-codeschool-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-codeschool-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: brettof86 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#232c31", /* base00 */ 16 | "#2a5491", /* base08 */ 17 | "#237986", /* base0B */ 18 | "#a03b1e", /* base0A */ 19 | "#484d79", /* base0D */ 20 | "#c59820", /* base0E */ 21 | "#b02f30", /* base0C */ 22 | "#9ea7a6", /* base05 */ 23 | "#3f4944", /* base03 */ 24 | "#43820d", /* base09 */ 25 | "#1c3657", /* base01 */ 26 | "#2a343a", /* base02 */ 27 | "#84898c", /* base04 */ 28 | "#a7cfa3", /* base06 */ 29 | "#c98344", /* base0F */ 30 | "#b5d8f6", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-cupcake-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-cupcake-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#fbf1f2", /* base00 */ 16 | "#d57e85", /* base08 */ 17 | "#a3b367", /* base0B */ 18 | "#dcb16c", /* base0A */ 19 | "#7297b9", /* base0D */ 20 | "#bb99b4", /* base0E */ 21 | "#69a9a7", /* base0C */ 22 | "#8b8198", /* base05 */ 23 | "#bfb9c6", /* base03 */ 24 | "#ebb790", /* base09 */ 25 | "#f2f1f4", /* base01 */ 26 | "#d8d5dd", /* base02 */ 27 | "#a59daf", /* base04 */ 28 | "#72677e", /* base06 */ 29 | "#baa58c", /* base0F */ 30 | "#585062", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-cupertino-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-cupertino-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Defman21 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ffffff", /* base00 */ 16 | "#c41a15", /* base08 */ 17 | "#007400", /* base0B */ 18 | "#826b28", /* base0A */ 19 | "#0000ff", /* base0D */ 20 | "#a90d91", /* base0E */ 21 | "#318495", /* base0C */ 22 | "#404040", /* base05 */ 23 | "#808080", /* base03 */ 24 | "#eb8500", /* base09 */ 25 | "#c0c0c0", /* base01 */ 26 | "#c0c0c0", /* base02 */ 27 | "#808080", /* base04 */ 28 | "#404040", /* base06 */ 29 | "#826b28", /* base0F */ 30 | "#5e5e5e", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-darktooth-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-darktooth-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jason Milkins (https://github.com/jasonm23) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1d2021", /* base00 */ 16 | "#fb543f", /* base08 */ 17 | "#95c085", /* base0B */ 18 | "#fac03b", /* base0A */ 19 | "#0d6678", /* base0D */ 20 | "#8f4673", /* base0E */ 21 | "#8ba59b", /* base0C */ 22 | "#a89984", /* base05 */ 23 | "#665c54", /* base03 */ 24 | "#fe8625", /* base09 */ 25 | "#32302f", /* base01 */ 26 | "#504945", /* base02 */ 27 | "#928374", /* base04 */ 28 | "#d5c4a1", /* base06 */ 29 | "#a87322", /* base0F */ 30 | "#fdf4c1", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-default-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-default-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#181818", /* base00 */ 16 | "#ab4642", /* base08 */ 17 | "#a1b56c", /* base0B */ 18 | "#f7ca88", /* base0A */ 19 | "#7cafc2", /* base0D */ 20 | "#ba8baf", /* base0E */ 21 | "#86c1b9", /* base0C */ 22 | "#d8d8d8", /* base05 */ 23 | "#585858", /* base03 */ 24 | "#dc9656", /* base09 */ 25 | "#282828", /* base01 */ 26 | "#383838", /* base02 */ 27 | "#b8b8b8", /* base04 */ 28 | "#e8e8e8", /* base06 */ 29 | "#a16946", /* base0F */ 30 | "#f8f8f8", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-default-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-default-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f8f8f8", /* base00 */ 16 | "#ab4642", /* base08 */ 17 | "#a1b56c", /* base0B */ 18 | "#f7ca88", /* base0A */ 19 | "#7cafc2", /* base0D */ 20 | "#ba8baf", /* base0E */ 21 | "#86c1b9", /* base0C */ 22 | "#383838", /* base05 */ 23 | "#b8b8b8", /* base03 */ 24 | "#dc9656", /* base09 */ 25 | "#e8e8e8", /* base01 */ 26 | "#d8d8d8", /* base02 */ 27 | "#585858", /* base04 */ 28 | "#282828", /* base06 */ 29 | "#a16946", /* base0F */ 30 | "#181818", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-dracula-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-dracula-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#282936", /* base00 */ 16 | "#ea51b2", /* base08 */ 17 | "#ebff87", /* base0B */ 18 | "#00f769", /* base0A */ 19 | "#62d6e8", /* base0D */ 20 | "#b45bcf", /* base0E */ 21 | "#a1efe4", /* base0C */ 22 | "#e9e9f4", /* base05 */ 23 | "#626483", /* base03 */ 24 | "#b45bcf", /* base09 */ 25 | "#3a3c4e", /* base01 */ 26 | "#4d4f68", /* base02 */ 27 | "#62d6e8", /* base04 */ 28 | "#f1f2f8", /* base06 */ 29 | "#00f769", /* base0F */ 30 | "#f7f7fb", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-eighties-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-eighties-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2d2d2d", /* base00 */ 16 | "#f2777a", /* base08 */ 17 | "#99cc99", /* base0B */ 18 | "#ffcc66", /* base0A */ 19 | "#6699cc", /* base0D */ 20 | "#cc99cc", /* base0E */ 21 | "#66cccc", /* base0C */ 22 | "#d3d0c8", /* base05 */ 23 | "#747369", /* base03 */ 24 | "#f99157", /* base09 */ 25 | "#393939", /* base01 */ 26 | "#515151", /* base02 */ 27 | "#a09f93", /* base04 */ 28 | "#e8e6df", /* base06 */ 29 | "#d27b53", /* base0F */ 30 | "#f2f0ec", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-embers-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-embers-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jannik Siebert (https://github.com/janniks) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#16130f", /* base00 */ 16 | "#826d57", /* base08 */ 17 | "#57826d", /* base0B */ 18 | "#6d8257", /* base0A */ 19 | "#6d5782", /* base0D */ 20 | "#82576d", /* base0E */ 21 | "#576d82", /* base0C */ 22 | "#a39a90", /* base05 */ 23 | "#5a5047", /* base03 */ 24 | "#828257", /* base09 */ 25 | "#2c2620", /* base01 */ 26 | "#433b32", /* base02 */ 27 | "#8a8075", /* base04 */ 28 | "#beb6ae", /* base06 */ 29 | "#825757", /* base0F */ 30 | "#dbd6d1", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-flat-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-flat-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2c3e50", /* base00 */ 16 | "#e74c3c", /* base08 */ 17 | "#2ecc71", /* base0B */ 18 | "#f1c40f", /* base0A */ 19 | "#3498db", /* base0D */ 20 | "#9b59b6", /* base0E */ 21 | "#1abc9c", /* base0C */ 22 | "#e0e0e0", /* base05 */ 23 | "#95a5a6", /* base03 */ 24 | "#e67e22", /* base09 */ 25 | "#34495e", /* base01 */ 26 | "#7f8c8d", /* base02 */ 27 | "#bdc3c7", /* base04 */ 28 | "#f5f5f5", /* base06 */ 29 | "#be643c", /* base0F */ 30 | "#ecf0f1", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-github-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-github-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Defman21 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ffffff", /* base00 */ 16 | "#ed6a43", /* base08 */ 17 | "#183691", /* base0B */ 18 | "#795da3", /* base0A */ 19 | "#795da3", /* base0D */ 20 | "#a71d5d", /* base0E */ 21 | "#183691", /* base0C */ 22 | "#333333", /* base05 */ 23 | "#969896", /* base03 */ 24 | "#0086b3", /* base09 */ 25 | "#f5f5f5", /* base01 */ 26 | "#c8c8fa", /* base02 */ 27 | "#e8e8e8", /* base04 */ 28 | "#ffffff", /* base06 */ 29 | "#333333", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-google-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-google-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Seth Wright (http://sethawright.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1d1f21", /* base00 */ 16 | "#cc342b", /* base08 */ 17 | "#198844", /* base0B */ 18 | "#fba922", /* base0A */ 19 | "#3971ed", /* base0D */ 20 | "#a36ac7", /* base0E */ 21 | "#3971ed", /* base0C */ 22 | "#c5c8c6", /* base05 */ 23 | "#969896", /* base03 */ 24 | "#f96a38", /* base09 */ 25 | "#282a2e", /* base01 */ 26 | "#373b41", /* base02 */ 27 | "#b4b7b4", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#3971ed", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-google-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-google-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Seth Wright (http://sethawright.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ffffff", /* base00 */ 16 | "#cc342b", /* base08 */ 17 | "#198844", /* base0B */ 18 | "#fba922", /* base0A */ 19 | "#3971ed", /* base0D */ 20 | "#a36ac7", /* base0E */ 21 | "#3971ed", /* base0C */ 22 | "#373b41", /* base05 */ 23 | "#b4b7b4", /* base03 */ 24 | "#f96a38", /* base09 */ 25 | "#e0e0e0", /* base01 */ 26 | "#c5c8c6", /* base02 */ 27 | "#969896", /* base04 */ 28 | "#282a2e", /* base06 */ 29 | "#3971ed", /* base0F */ 30 | "#1d1f21", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-grayscale-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-grayscale-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Alexandre Gavioli (https://github.com/Alexx2/) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#101010", /* base00 */ 16 | "#7c7c7c", /* base08 */ 17 | "#8e8e8e", /* base0B */ 18 | "#a0a0a0", /* base0A */ 19 | "#686868", /* base0D */ 20 | "#747474", /* base0E */ 21 | "#868686", /* base0C */ 22 | "#b9b9b9", /* base05 */ 23 | "#525252", /* base03 */ 24 | "#999999", /* base09 */ 25 | "#252525", /* base01 */ 26 | "#464646", /* base02 */ 27 | "#ababab", /* base04 */ 28 | "#e3e3e3", /* base06 */ 29 | "#5e5e5e", /* base0F */ 30 | "#f7f7f7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-grayscale-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-grayscale-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Alexandre Gavioli (https://github.com/Alexx2/) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f7f7f7", /* base00 */ 16 | "#7c7c7c", /* base08 */ 17 | "#8e8e8e", /* base0B */ 18 | "#a0a0a0", /* base0A */ 19 | "#686868", /* base0D */ 20 | "#747474", /* base0E */ 21 | "#868686", /* base0C */ 22 | "#464646", /* base05 */ 23 | "#ababab", /* base03 */ 24 | "#999999", /* base09 */ 25 | "#e3e3e3", /* base01 */ 26 | "#b9b9b9", /* base02 */ 27 | "#525252", /* base04 */ 28 | "#252525", /* base06 */ 29 | "#5e5e5e", /* base0F */ 30 | "#101010", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-greenscreen-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-greenscreen-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#001100", /* base00 */ 16 | "#007700", /* base08 */ 17 | "#00bb00", /* base0B */ 18 | "#007700", /* base0A */ 19 | "#009900", /* base0D */ 20 | "#00bb00", /* base0E */ 21 | "#005500", /* base0C */ 22 | "#00bb00", /* base05 */ 23 | "#007700", /* base03 */ 24 | "#009900", /* base09 */ 25 | "#003300", /* base01 */ 26 | "#005500", /* base02 */ 27 | "#009900", /* base04 */ 28 | "#00dd00", /* base06 */ 29 | "#005500", /* base0F */ 30 | "#00ff00", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-dark-hard-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-dark-hard-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1d2021", /* base00 */ 16 | "#fb4934", /* base08 */ 17 | "#b8bb26", /* base0B */ 18 | "#fabd2f", /* base0A */ 19 | "#83a598", /* base0D */ 20 | "#d3869b", /* base0E */ 21 | "#8ec07c", /* base0C */ 22 | "#d5c4a1", /* base05 */ 23 | "#665c54", /* base03 */ 24 | "#fe8019", /* base09 */ 25 | "#3c3836", /* base01 */ 26 | "#504945", /* base02 */ 27 | "#bdae93", /* base04 */ 28 | "#ebdbb2", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#fbf1c7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-dark-medium-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-dark-medium-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#282828", /* base00 */ 16 | "#fb4934", /* base08 */ 17 | "#b8bb26", /* base0B */ 18 | "#fabd2f", /* base0A */ 19 | "#83a598", /* base0D */ 20 | "#d3869b", /* base0E */ 21 | "#8ec07c", /* base0C */ 22 | "#d5c4a1", /* base05 */ 23 | "#665c54", /* base03 */ 24 | "#fe8019", /* base09 */ 25 | "#3c3836", /* base01 */ 26 | "#504945", /* base02 */ 27 | "#bdae93", /* base04 */ 28 | "#ebdbb2", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#fbf1c7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-dark-pale-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-dark-pale-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#262626", /* base00 */ 16 | "#d75f5f", /* base08 */ 17 | "#afaf00", /* base0B */ 18 | "#ffaf00", /* base0A */ 19 | "#83adad", /* base0D */ 20 | "#d485ad", /* base0E */ 21 | "#85ad85", /* base0C */ 22 | "#dab997", /* base05 */ 23 | "#8a8a8a", /* base03 */ 24 | "#ff8700", /* base09 */ 25 | "#3a3a3a", /* base01 */ 26 | "#4e4e4e", /* base02 */ 27 | "#949494", /* base04 */ 28 | "#d5c4a1", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#ebdbb2", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-dark-soft-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-dark-soft-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#32302f", /* base00 */ 16 | "#fb4934", /* base08 */ 17 | "#b8bb26", /* base0B */ 18 | "#fabd2f", /* base0A */ 19 | "#83a598", /* base0D */ 20 | "#d3869b", /* base0E */ 21 | "#8ec07c", /* base0C */ 22 | "#d5c4a1", /* base05 */ 23 | "#665c54", /* base03 */ 24 | "#fe8019", /* base09 */ 25 | "#3c3836", /* base01 */ 26 | "#504945", /* base02 */ 27 | "#bdae93", /* base04 */ 28 | "#ebdbb2", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#fbf1c7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-light-hard-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-light-hard-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f9f5d7", /* base00 */ 16 | "#9d0006", /* base08 */ 17 | "#79740e", /* base0B */ 18 | "#b57614", /* base0A */ 19 | "#076678", /* base0D */ 20 | "#8f3f71", /* base0E */ 21 | "#427b58", /* base0C */ 22 | "#504945", /* base05 */ 23 | "#bdae93", /* base03 */ 24 | "#af3a03", /* base09 */ 25 | "#ebdbb2", /* base01 */ 26 | "#d5c4a1", /* base02 */ 27 | "#665c54", /* base04 */ 28 | "#3c3836", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#282828", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-light-medium-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-light-medium-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#fbf1c7", /* base00 */ 16 | "#9d0006", /* base08 */ 17 | "#79740e", /* base0B */ 18 | "#b57614", /* base0A */ 19 | "#076678", /* base0D */ 20 | "#8f3f71", /* base0E */ 21 | "#427b58", /* base0C */ 22 | "#504945", /* base05 */ 23 | "#bdae93", /* base03 */ 24 | "#af3a03", /* base09 */ 25 | "#ebdbb2", /* base01 */ 26 | "#d5c4a1", /* base02 */ 27 | "#665c54", /* base04 */ 28 | "#3c3836", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#282828", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-gruvbox-light-soft-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-gruvbox-light-soft-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f2e5bc", /* base00 */ 16 | "#9d0006", /* base08 */ 17 | "#79740e", /* base0B */ 18 | "#b57614", /* base0A */ 19 | "#076678", /* base0D */ 20 | "#8f3f71", /* base0E */ 21 | "#427b58", /* base0C */ 22 | "#504945", /* base05 */ 23 | "#bdae93", /* base03 */ 24 | "#af3a03", /* base09 */ 25 | "#ebdbb2", /* base01 */ 26 | "#d5c4a1", /* base02 */ 27 | "#665c54", /* base04 */ 28 | "#3c3836", /* base06 */ 29 | "#d65d0e", /* base0F */ 30 | "#282828", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-harmonic-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-harmonic-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jannik Siebert (https://github.com/janniks) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#0b1c2c", /* base00 */ 16 | "#bf8b56", /* base08 */ 17 | "#56bf8b", /* base0B */ 18 | "#8bbf56", /* base0A */ 19 | "#8b56bf", /* base0D */ 20 | "#bf568b", /* base0E */ 21 | "#568bbf", /* base0C */ 22 | "#cbd6e2", /* base05 */ 23 | "#627e99", /* base03 */ 24 | "#bfbf56", /* base09 */ 25 | "#223b54", /* base01 */ 26 | "#405c79", /* base02 */ 27 | "#aabcce", /* base04 */ 28 | "#e5ebf1", /* base06 */ 29 | "#bf5656", /* base0F */ 30 | "#f7f9fb", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-harmonic-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-harmonic-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jannik Siebert (https://github.com/janniks) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f7f9fb", /* base00 */ 16 | "#bf8b56", /* base08 */ 17 | "#56bf8b", /* base0B */ 18 | "#8bbf56", /* base0A */ 19 | "#8b56bf", /* base0D */ 20 | "#bf568b", /* base0E */ 21 | "#568bbf", /* base0C */ 22 | "#405c79", /* base05 */ 23 | "#aabcce", /* base03 */ 24 | "#bfbf56", /* base09 */ 25 | "#e5ebf1", /* base01 */ 26 | "#cbd6e2", /* base02 */ 27 | "#627e99", /* base04 */ 28 | "#223b54", /* base06 */ 29 | "#bf5656", /* base0F */ 30 | "#0b1c2c", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-hopscotch-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-hopscotch-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jan T. Sott 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#322931", /* base00 */ 16 | "#dd464c", /* base08 */ 17 | "#8fc13e", /* base0B */ 18 | "#fdcc59", /* base0A */ 19 | "#1290bf", /* base0D */ 20 | "#c85e7c", /* base0E */ 21 | "#149b93", /* base0C */ 22 | "#b9b5b8", /* base05 */ 23 | "#797379", /* base03 */ 24 | "#fd8b19", /* base09 */ 25 | "#433b42", /* base01 */ 26 | "#5c545b", /* base02 */ 27 | "#989498", /* base04 */ 28 | "#d5d3d5", /* base06 */ 29 | "#b33508", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-icy-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-icy-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: icyphox (https://icyphox.ga) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#222222", /* base00 */ 16 | "#0097a7", /* base08 */ 17 | "#26c6da", /* base0B */ 18 | "#00bcd4", /* base0A */ 19 | "#80deea", /* base0D */ 20 | "#b3ebf2", /* base0E */ 21 | "#4dd0e1", /* base0C */ 22 | "#bdbdbd", /* base05 */ 23 | "#757575", /* base03 */ 24 | "#00acc1", /* base09 */ 25 | "#424242", /* base01 */ 26 | "#616161", /* base02 */ 27 | "#9e9e9e", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#e0f7fa", /* base0F */ 30 | "#eeeeee", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-irblack-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-irblack-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Timothée Poisot (http://timotheepoisot.fr) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#000000", /* base00 */ 16 | "#ff6c60", /* base08 */ 17 | "#a8ff60", /* base0B */ 18 | "#ffffb6", /* base0A */ 19 | "#96cbfe", /* base0D */ 20 | "#ff73fd", /* base0E */ 21 | "#c6c5fe", /* base0C */ 22 | "#b5b3aa", /* base05 */ 23 | "#6c6c66", /* base03 */ 24 | "#e9c062", /* base09 */ 25 | "#242422", /* base01 */ 26 | "#484844", /* base02 */ 27 | "#918f88", /* base04 */ 28 | "#d9d7cc", /* base06 */ 29 | "#b18a3d", /* base0F */ 30 | "#fdfbee", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-isotope-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-isotope-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jan T. Sott 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#000000", /* base00 */ 16 | "#ff0000", /* base08 */ 17 | "#33ff00", /* base0B */ 18 | "#ff0099", /* base0A */ 19 | "#0066ff", /* base0D */ 20 | "#cc00ff", /* base0E */ 21 | "#00ffff", /* base0C */ 22 | "#d0d0d0", /* base05 */ 23 | "#808080", /* base03 */ 24 | "#ff9900", /* base09 */ 25 | "#404040", /* base01 */ 26 | "#606060", /* base02 */ 27 | "#c0c0c0", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#3300ff", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-macintosh-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-macintosh-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Rebecca Bettencourt (http://www.kreativekorp.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#000000", /* base00 */ 16 | "#dd0907", /* base08 */ 17 | "#1fb714", /* base0B */ 18 | "#fbf305", /* base0A */ 19 | "#0000d3", /* base0D */ 20 | "#4700a5", /* base0E */ 21 | "#02abea", /* base0C */ 22 | "#c0c0c0", /* base05 */ 23 | "#808080", /* base03 */ 24 | "#ff6403", /* base09 */ 25 | "#404040", /* base01 */ 26 | "#404040", /* base02 */ 27 | "#808080", /* base04 */ 28 | "#c0c0c0", /* base06 */ 29 | "#90713a", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-marrakesh-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-marrakesh-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Alexandre Gavioli (http://github.com/Alexx2/) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#201602", /* base00 */ 16 | "#c35359", /* base08 */ 17 | "#18974e", /* base0B */ 18 | "#a88339", /* base0A */ 19 | "#477ca1", /* base0D */ 20 | "#8868b3", /* base0E */ 21 | "#75a738", /* base0C */ 22 | "#948e48", /* base05 */ 23 | "#6c6823", /* base03 */ 24 | "#b36144", /* base09 */ 25 | "#302e00", /* base01 */ 26 | "#5f5b17", /* base02 */ 27 | "#86813b", /* base04 */ 28 | "#ccc37a", /* base06 */ 29 | "#b3588e", /* base0F */ 30 | "#faf0a5", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-materia-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-materia-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Defman21 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#263238", /* base00 */ 16 | "#ec5f67", /* base08 */ 17 | "#8bd649", /* base0B */ 18 | "#ffcc00", /* base0A */ 19 | "#89ddff", /* base0D */ 20 | "#82aaff", /* base0E */ 21 | "#80cbc4", /* base0C */ 22 | "#cdd3de", /* base05 */ 23 | "#707880", /* base03 */ 24 | "#ea9560", /* base09 */ 25 | "#2c393f", /* base01 */ 26 | "#37474f", /* base02 */ 27 | "#c9ccd3", /* base04 */ 28 | "#d5dbe5", /* base06 */ 29 | "#ec5f67", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-material-darker-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-material-darker-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Nate Peterson 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#212121", /* base00 */ 16 | "#f07178", /* base08 */ 17 | "#c3e88d", /* base0B */ 18 | "#ffcb6b", /* base0A */ 19 | "#82aaff", /* base0D */ 20 | "#c792ea", /* base0E */ 21 | "#89ddff", /* base0C */ 22 | "#eeffff", /* base05 */ 23 | "#4a4a4a", /* base03 */ 24 | "#f78c6c", /* base09 */ 25 | "#303030", /* base01 */ 26 | "#353535", /* base02 */ 27 | "#b2ccd6", /* base04 */ 28 | "#eeffff", /* base06 */ 29 | "#ff5370", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-material-lighter-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-material-lighter-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Nate Peterson 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#fafafa", /* base00 */ 16 | "#ff5370", /* base08 */ 17 | "#91b859", /* base0B */ 18 | "#ffb62c", /* base0A */ 19 | "#6182b8", /* base0D */ 20 | "#7c4dff", /* base0E */ 21 | "#39adb5", /* base0C */ 22 | "#80cbc4", /* base05 */ 23 | "#ccd7da", /* base03 */ 24 | "#f76d47", /* base09 */ 25 | "#e7eaec", /* base01 */ 26 | "#cceae7", /* base02 */ 27 | "#8796b0", /* base04 */ 28 | "#80cbc4", /* base06 */ 29 | "#e53935", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-material-palenight-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-material-palenight-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Nate Peterson 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#292d3e", /* base00 */ 16 | "#f07178", /* base08 */ 17 | "#c3e88d", /* base0B */ 18 | "#ffcb6b", /* base0A */ 19 | "#82aaff", /* base0D */ 20 | "#c792ea", /* base0E */ 21 | "#89ddff", /* base0C */ 22 | "#959dcb", /* base05 */ 23 | "#676e95", /* base03 */ 24 | "#f78c6c", /* base09 */ 25 | "#444267", /* base01 */ 26 | "#32374d", /* base02 */ 27 | "#8796b0", /* base04 */ 28 | "#959dcb", /* base06 */ 29 | "#ff5370", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-material-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-material-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Nate Peterson 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#263238", /* base00 */ 16 | "#f07178", /* base08 */ 17 | "#c3e88d", /* base0B */ 18 | "#ffcb6b", /* base0A */ 19 | "#82aaff", /* base0D */ 20 | "#c792ea", /* base0E */ 21 | "#89ddff", /* base0C */ 22 | "#eeffff", /* base05 */ 23 | "#546e7a", /* base03 */ 24 | "#f78c6c", /* base09 */ 25 | "#2e3c43", /* base01 */ 26 | "#314549", /* base02 */ 27 | "#b2ccd6", /* base04 */ 28 | "#eeffff", /* base06 */ 29 | "#ff5370", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-mellow-purple-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-mellow-purple-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: gidsi 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1e0528", /* base00 */ 16 | "#00d9e9", /* base08 */ 17 | "#05cb0d", /* base0B */ 18 | "#955ae7", /* base0A */ 19 | "#550068", /* base0D */ 20 | "#8991bb", /* base0E */ 21 | "#b900b1", /* base0C */ 22 | "#ffeeff", /* base05 */ 23 | "#320f55", /* base03 */ 24 | "#aa00a3", /* base09 */ 25 | "#1a092d", /* base01 */ 26 | "#331354", /* base02 */ 27 | "#873582", /* base04 */ 28 | "#ffeeff", /* base06 */ 29 | "#4d6fff", /* base0F */ 30 | "#f8c0ff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-mexico-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-mexico-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Sheldon Johnson 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f8f8f8", /* base00 */ 16 | "#ab4642", /* base08 */ 17 | "#538947", /* base0B */ 18 | "#f79a0e", /* base0A */ 19 | "#7cafc2", /* base0D */ 20 | "#96609e", /* base0E */ 21 | "#4b8093", /* base0C */ 22 | "#383838", /* base05 */ 23 | "#b8b8b8", /* base03 */ 24 | "#dc9656", /* base09 */ 25 | "#e8e8e8", /* base01 */ 26 | "#d8d8d8", /* base02 */ 27 | "#585858", /* base04 */ 28 | "#282828", /* base06 */ 29 | "#a16946", /* base0F */ 30 | "#181818", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-mocha-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-mocha-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#3b3228", /* base00 */ 16 | "#cb6077", /* base08 */ 17 | "#beb55b", /* base0B */ 18 | "#f4bc87", /* base0A */ 19 | "#8ab3b5", /* base0D */ 20 | "#a89bb9", /* base0E */ 21 | "#7bbda4", /* base0C */ 22 | "#d0c8c6", /* base05 */ 23 | "#7e705a", /* base03 */ 24 | "#d28b71", /* base09 */ 25 | "#534636", /* base01 */ 26 | "#645240", /* base02 */ 27 | "#b8afad", /* base04 */ 28 | "#e9e1dd", /* base06 */ 29 | "#bb9584", /* base0F */ 30 | "#f5eeeb", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-monokai-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-monokai-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Wimer Hazenberg (http://www.monokai.nl) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#272822", /* base00 */ 16 | "#f92672", /* base08 */ 17 | "#a6e22e", /* base0B */ 18 | "#f4bf75", /* base0A */ 19 | "#66d9ef", /* base0D */ 20 | "#ae81ff", /* base0E */ 21 | "#a1efe4", /* base0C */ 22 | "#f8f8f2", /* base05 */ 23 | "#75715e", /* base03 */ 24 | "#fd971f", /* base09 */ 25 | "#383830", /* base01 */ 26 | "#49483e", /* base02 */ 27 | "#a59f85", /* base04 */ 28 | "#f5f4f1", /* base06 */ 29 | "#cc6633", /* base0F */ 30 | "#f9f8f5", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-nord-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-nord-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: arcticicestudio 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2e3440", /* base00 */ 16 | "#88c0d0", /* base08 */ 17 | "#bf616a", /* base0B */ 18 | "#5e81ac", /* base0A */ 19 | "#ebcb8b", /* base0D */ 20 | "#a3be8c", /* base0E */ 21 | "#d08770", /* base0C */ 22 | "#e5e9f0", /* base05 */ 23 | "#4c566a", /* base03 */ 24 | "#81a1c1", /* base09 */ 25 | "#3b4252", /* base01 */ 26 | "#434c5e", /* base02 */ 27 | "#d8dee9", /* base04 */ 28 | "#eceff4", /* base06 */ 29 | "#b48ead", /* base0F */ 30 | "#8fbcbb", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-ocean-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-ocean-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2b303b", /* base00 */ 16 | "#bf616a", /* base08 */ 17 | "#a3be8c", /* base0B */ 18 | "#ebcb8b", /* base0A */ 19 | "#8fa1b3", /* base0D */ 20 | "#b48ead", /* base0E */ 21 | "#96b5b4", /* base0C */ 22 | "#c0c5ce", /* base05 */ 23 | "#65737e", /* base03 */ 24 | "#d08770", /* base09 */ 25 | "#343d46", /* base01 */ 26 | "#4f5b66", /* base02 */ 27 | "#a7adba", /* base04 */ 28 | "#dfe1e8", /* base06 */ 29 | "#ab7967", /* base0F */ 30 | "#eff1f5", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-oceanicnext-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-oceanicnext-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: https://github.com/voronianski/oceanic-next-color-scheme 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1b2b34", /* base00 */ 16 | "#ec5f67", /* base08 */ 17 | "#99c794", /* base0B */ 18 | "#fac863", /* base0A */ 19 | "#6699cc", /* base0D */ 20 | "#c594c5", /* base0E */ 21 | "#5fb3b3", /* base0C */ 22 | "#c0c5ce", /* base05 */ 23 | "#65737e", /* base03 */ 24 | "#f99157", /* base09 */ 25 | "#343d46", /* base01 */ 26 | "#4f5b66", /* base02 */ 27 | "#a7adba", /* base04 */ 28 | "#cdd3de", /* base06 */ 29 | "#ab7967", /* base0F */ 30 | "#d8dee9", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-one-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-one-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Daniel Pfeifer (http://github.com/purpleKarrot) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#fafafa", /* base00 */ 16 | "#ca1243", /* base08 */ 17 | "#50a14f", /* base0B */ 18 | "#c18401", /* base0A */ 19 | "#4078f2", /* base0D */ 20 | "#a626a4", /* base0E */ 21 | "#0184bc", /* base0C */ 22 | "#383a42", /* base05 */ 23 | "#a0a1a7", /* base03 */ 24 | "#d75f00", /* base09 */ 25 | "#f0f0f1", /* base01 */ 26 | "#e5e5e6", /* base02 */ 27 | "#696c77", /* base04 */ 28 | "#202227", /* base06 */ 29 | "#986801", /* base0F */ 30 | "#090a0b", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-onedark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-onedark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Lalit Magant (http://github.com/tilal6991) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#282c34", /* base00 */ 16 | "#e06c75", /* base08 */ 17 | "#98c379", /* base0B */ 18 | "#e5c07b", /* base0A */ 19 | "#61afef", /* base0D */ 20 | "#c678dd", /* base0E */ 21 | "#56b6c2", /* base0C */ 22 | "#abb2bf", /* base05 */ 23 | "#545862", /* base03 */ 24 | "#d19a66", /* base09 */ 25 | "#353b45", /* base01 */ 26 | "#3e4451", /* base02 */ 27 | "#565c64", /* base04 */ 28 | "#b6bdca", /* base06 */ 29 | "#be5046", /* base0F */ 30 | "#c8ccd4", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-paraiso-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-paraiso-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jan T. Sott 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2f1e2e", /* base00 */ 16 | "#ef6155", /* base08 */ 17 | "#48b685", /* base0B */ 18 | "#fec418", /* base0A */ 19 | "#06b6ef", /* base0D */ 20 | "#815ba4", /* base0E */ 21 | "#5bc4bf", /* base0C */ 22 | "#a39e9b", /* base05 */ 23 | "#776e71", /* base03 */ 24 | "#f99b15", /* base09 */ 25 | "#41323f", /* base01 */ 26 | "#4f424c", /* base02 */ 27 | "#8d8687", /* base04 */ 28 | "#b9b6b0", /* base06 */ 29 | "#e96ba8", /* base0F */ 30 | "#e7e9db", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-phd-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-phd-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Hennig Hasemann (http://leetless.de/vim.html) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#061229", /* base00 */ 16 | "#d07346", /* base08 */ 17 | "#99bf52", /* base0B */ 18 | "#fbd461", /* base0A */ 19 | "#5299bf", /* base0D */ 20 | "#9989cc", /* base0E */ 21 | "#72b9bf", /* base0C */ 22 | "#b8bbc2", /* base05 */ 23 | "#717885", /* base03 */ 24 | "#f0a000", /* base09 */ 25 | "#2a3448", /* base01 */ 26 | "#4d5666", /* base02 */ 27 | "#9a99a3", /* base04 */ 28 | "#dbdde0", /* base06 */ 29 | "#b08060", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-pico-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-pico-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: PICO-8 (http://www.lexaloffle.com/pico-8.php) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#000000", /* base00 */ 16 | "#ff004d", /* base08 */ 17 | "#00e756", /* base0B */ 18 | "#fff024", /* base0A */ 19 | "#83769c", /* base0D */ 20 | "#ff77a8", /* base0E */ 21 | "#29adff", /* base0C */ 22 | "#5f574f", /* base05 */ 23 | "#008751", /* base03 */ 24 | "#ffa300", /* base09 */ 25 | "#1d2b53", /* base01 */ 26 | "#7e2553", /* base02 */ 27 | "#ab5236", /* base04 */ 28 | "#c2c3c7", /* base06 */ 29 | "#ffccaa", /* base0F */ 30 | "#fff1e8", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-pop-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-pop-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#000000", /* base00 */ 16 | "#eb008a", /* base08 */ 17 | "#37b349", /* base0B */ 18 | "#f8ca12", /* base0A */ 19 | "#0e5a94", /* base0D */ 20 | "#b31e8d", /* base0E */ 21 | "#00aabb", /* base0C */ 22 | "#d0d0d0", /* base05 */ 23 | "#505050", /* base03 */ 24 | "#f29333", /* base09 */ 25 | "#202020", /* base01 */ 26 | "#303030", /* base02 */ 27 | "#b0b0b0", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#7a2d00", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-porple-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-porple-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Niek den Breeje (https://github.com/AuditeMarlow) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#292c36", /* base00 */ 16 | "#f84547", /* base08 */ 17 | "#95c76f", /* base0B */ 18 | "#efa16b", /* base0A */ 19 | "#8485ce", /* base0D */ 20 | "#b74989", /* base0E */ 21 | "#64878f", /* base0C */ 22 | "#d8d8d8", /* base05 */ 23 | "#65568a", /* base03 */ 24 | "#d28e5d", /* base09 */ 25 | "#333344", /* base01 */ 26 | "#474160", /* base02 */ 27 | "#b8b8b8", /* base04 */ 28 | "#e8e8e8", /* base06 */ 29 | "#986841", /* base0F */ 30 | "#f8f8f8", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-railscasts-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-railscasts-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Ryan Bates (http://railscasts.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2b2b2b", /* base00 */ 16 | "#da4939", /* base08 */ 17 | "#a5c261", /* base0B */ 18 | "#ffc66d", /* base0A */ 19 | "#6d9cbe", /* base0D */ 20 | "#b6b3eb", /* base0E */ 21 | "#519f50", /* base0C */ 22 | "#e6e1dc", /* base05 */ 23 | "#5a647e", /* base03 */ 24 | "#cc7833", /* base09 */ 25 | "#272935", /* base01 */ 26 | "#3a4055", /* base02 */ 27 | "#d4cfc9", /* base04 */ 28 | "#f4f1ed", /* base06 */ 29 | "#bc9458", /* base0F */ 30 | "#f9f7f3", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-rebecca-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-rebecca-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#292a44", /* base00 */ 16 | "#a0a0c5", /* base08 */ 17 | "#6dfedf", /* base0B */ 18 | "#ae81ff", /* base0A */ 19 | "#2de0a7", /* base0D */ 20 | "#7aa5ff", /* base0E */ 21 | "#8eaee0", /* base0C */ 22 | "#f1eff8", /* base05 */ 23 | "#666699", /* base03 */ 24 | "#efe4a1", /* base09 */ 25 | "#663399", /* base01 */ 26 | "#383a62", /* base02 */ 27 | "#a0a0c5", /* base04 */ 28 | "#ccccff", /* base06 */ 29 | "#ff79c6", /* base0F */ 30 | "#53495d", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-seti-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-seti-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#151718", /* base00 */ 16 | "#cd3f45", /* base08 */ 17 | "#9fca56", /* base0B */ 18 | "#e6cd69", /* base0A */ 19 | "#55b5db", /* base0D */ 20 | "#a074c4", /* base0E */ 21 | "#55dbbe", /* base0C */ 22 | "#d6d6d6", /* base05 */ 23 | "#41535b", /* base03 */ 24 | "#db7b55", /* base09 */ 25 | "#282a2b", /* base01 */ 26 | "#3b758c", /* base02 */ 27 | "#43a5d5", /* base04 */ 28 | "#eeeeee", /* base06 */ 29 | "#8a553f", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-shapeshifter-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-shapeshifter-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Tyler Benziger (http://tybenz.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#f9f9f9", /* base00 */ 16 | "#e92f2f", /* base08 */ 17 | "#0ed839", /* base0B */ 18 | "#dddd13", /* base0A */ 19 | "#3b48e3", /* base0D */ 20 | "#f996e2", /* base0E */ 21 | "#23edda", /* base0C */ 22 | "#102015", /* base05 */ 23 | "#555555", /* base03 */ 24 | "#e09448", /* base09 */ 25 | "#e0e0e0", /* base01 */ 26 | "#ababab", /* base02 */ 27 | "#343434", /* base04 */ 28 | "#040404", /* base06 */ 29 | "#69542d", /* base0F */ 30 | "#000000", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-solarflare-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-solarflare-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chuck Harmston (https://chuck.harmston.ch) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#18262f", /* base00 */ 16 | "#ef5253", /* base08 */ 17 | "#7cc844", /* base0B */ 18 | "#e4b51c", /* base0A */ 19 | "#33b5e1", /* base0D */ 20 | "#a363d5", /* base0E */ 21 | "#52cbb0", /* base0C */ 22 | "#a6afb8", /* base05 */ 23 | "#667581", /* base03 */ 24 | "#e66b2b", /* base09 */ 25 | "#222e38", /* base01 */ 26 | "#586875", /* base02 */ 27 | "#85939e", /* base04 */ 28 | "#e8e9ed", /* base06 */ 29 | "#d73c9a", /* base0F */ 30 | "#f5f7fa", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-solarized-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-solarized-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#002b36", /* base00 */ 16 | "#dc322f", /* base08 */ 17 | "#859900", /* base0B */ 18 | "#b58900", /* base0A */ 19 | "#268bd2", /* base0D */ 20 | "#6c71c4", /* base0E */ 21 | "#2aa198", /* base0C */ 22 | "#93a1a1", /* base05 */ 23 | "#657b83", /* base03 */ 24 | "#cb4b16", /* base09 */ 25 | "#073642", /* base01 */ 26 | "#586e75", /* base02 */ 27 | "#839496", /* base04 */ 28 | "#eee8d5", /* base06 */ 29 | "#d33682", /* base0F */ 30 | "#fdf6e3", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-solarized-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-solarized-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#fdf6e3", /* base00 */ 16 | "#dc322f", /* base08 */ 17 | "#859900", /* base0B */ 18 | "#b58900", /* base0A */ 19 | "#268bd2", /* base0D */ 20 | "#6c71c4", /* base0E */ 21 | "#2aa198", /* base0C */ 22 | "#586e75", /* base05 */ 23 | "#839496", /* base03 */ 24 | "#cb4b16", /* base09 */ 25 | "#eee8d5", /* base01 */ 26 | "#93a1a1", /* base02 */ 27 | "#657b83", /* base04 */ 28 | "#073642", /* base06 */ 29 | "#d33682", /* base0F */ 30 | "#002b36", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-spacemacs-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-spacemacs-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1f2022", /* base00 */ 16 | "#f2241f", /* base08 */ 17 | "#67b11d", /* base0B */ 18 | "#b1951d", /* base0A */ 19 | "#4f97d7", /* base0D */ 20 | "#a31db1", /* base0E */ 21 | "#2d9574", /* base0C */ 22 | "#a3a3a3", /* base05 */ 23 | "#585858", /* base03 */ 24 | "#ffa500", /* base09 */ 25 | "#282828", /* base01 */ 26 | "#444155", /* base02 */ 27 | "#b8b8b8", /* base04 */ 28 | "#e8e8e8", /* base06 */ 29 | "#b03060", /* base0F */ 30 | "#f8f8f8", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-summerfruit-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-summerfruit-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Christopher Corley (http://christop.club/) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#151515", /* base00 */ 16 | "#ff0086", /* base08 */ 17 | "#00c918", /* base0B */ 18 | "#aba800", /* base0A */ 19 | "#3777e6", /* base0D */ 20 | "#ad00a1", /* base0E */ 21 | "#1faaaa", /* base0C */ 22 | "#d0d0d0", /* base05 */ 23 | "#505050", /* base03 */ 24 | "#fd8900", /* base09 */ 25 | "#202020", /* base01 */ 26 | "#303030", /* base02 */ 27 | "#b0b0b0", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#cc6633", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-summerfruit-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-summerfruit-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Christopher Corley (http://christop.club/) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ffffff", /* base00 */ 16 | "#ff0086", /* base08 */ 17 | "#00c918", /* base0B */ 18 | "#aba800", /* base0A */ 19 | "#3777e6", /* base0D */ 20 | "#ad00a1", /* base0E */ 21 | "#1faaaa", /* base0C */ 22 | "#101010", /* base05 */ 23 | "#b0b0b0", /* base03 */ 24 | "#fd8900", /* base09 */ 25 | "#e0e0e0", /* base01 */ 26 | "#d0d0d0", /* base02 */ 27 | "#000000", /* base04 */ 28 | "#151515", /* base06 */ 29 | "#cc6633", /* base0F */ 30 | "#202020", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-tomorrow-night-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-tomorrow-night-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1d1f21", /* base00 */ 16 | "#cc6666", /* base08 */ 17 | "#b5bd68", /* base0B */ 18 | "#f0c674", /* base0A */ 19 | "#81a2be", /* base0D */ 20 | "#b294bb", /* base0E */ 21 | "#8abeb7", /* base0C */ 22 | "#c5c8c6", /* base05 */ 23 | "#969896", /* base03 */ 24 | "#de935f", /* base09 */ 25 | "#282a2e", /* base01 */ 26 | "#373b41", /* base02 */ 27 | "#b4b7b4", /* base04 */ 28 | "#e0e0e0", /* base06 */ 29 | "#a3685a", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-tomorrow-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-tomorrow-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Chris Kempson (http://chriskempson.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ffffff", /* base00 */ 16 | "#c82829", /* base08 */ 17 | "#718c00", /* base0B */ 18 | "#eab700", /* base0A */ 19 | "#4271ae", /* base0D */ 20 | "#8959a8", /* base0E */ 21 | "#3e999f", /* base0C */ 22 | "#4d4d4c", /* base05 */ 23 | "#8e908c", /* base03 */ 24 | "#f5871f", /* base09 */ 25 | "#e0e0e0", /* base01 */ 26 | "#d6d6d6", /* base02 */ 27 | "#969896", /* base04 */ 28 | "#282a2e", /* base06 */ 29 | "#a3685a", /* base0F */ 30 | "#1d1f21", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-tube-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-tube-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jan T. Sott 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#231f20", /* base00 */ 16 | "#ee2e24", /* base08 */ 17 | "#00853e", /* base0B */ 18 | "#ffd204", /* base0A */ 19 | "#009ddc", /* base0D */ 20 | "#98005d", /* base0E */ 21 | "#85cebc", /* base0C */ 22 | "#d9d8d8", /* base05 */ 23 | "#737171", /* base03 */ 24 | "#f386a1", /* base09 */ 25 | "#1c3f95", /* base01 */ 26 | "#5a5758", /* base02 */ 27 | "#959ca1", /* base04 */ 28 | "#e7e7e8", /* base06 */ 29 | "#b06110", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-twilight-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-twilight-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: David Hart (https://github.com/hartbit) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#1e1e1e", /* base00 */ 16 | "#cf6a4c", /* base08 */ 17 | "#8f9d6a", /* base0B */ 18 | "#f9ee98", /* base0A */ 19 | "#7587a6", /* base0D */ 20 | "#9b859d", /* base0E */ 21 | "#afc4db", /* base0C */ 22 | "#a7a7a7", /* base05 */ 23 | "#5f5a60", /* base03 */ 24 | "#cda869", /* base09 */ 25 | "#323537", /* base01 */ 26 | "#464b50", /* base02 */ 27 | "#838184", /* base04 */ 28 | "#c3c3c3", /* base06 */ 29 | "#9b703f", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-unikitty-dark-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-unikitty-dark-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Josh W Lewis (@joshwlewis) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#2e2a31", /* base00 */ 16 | "#d8137f", /* base08 */ 17 | "#17ad98", /* base0B */ 18 | "#dc8a0e", /* base0A */ 19 | "#796af5", /* base0D */ 20 | "#bb60ea", /* base0E */ 21 | "#149bda", /* base0C */ 22 | "#bcbabe", /* base05 */ 23 | "#838085", /* base03 */ 24 | "#d65407", /* base09 */ 25 | "#4a464d", /* base01 */ 26 | "#666369", /* base02 */ 27 | "#9f9da2", /* base04 */ 28 | "#d8d7da", /* base06 */ 29 | "#c720ca", /* base0F */ 30 | "#f5f4f7", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-unikitty-light-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-unikitty-light-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Josh W Lewis (@joshwlewis) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#ffffff", /* base00 */ 16 | "#d8137f", /* base08 */ 17 | "#17ad98", /* base0B */ 18 | "#dc8a0e", /* base0A */ 19 | "#775dff", /* base0D */ 20 | "#aa17e6", /* base0E */ 21 | "#149bda", /* base0C */ 22 | "#6c696e", /* base05 */ 23 | "#a7a5a8", /* base03 */ 24 | "#d65407", /* base09 */ 25 | "#e1e1e2", /* base01 */ 26 | "#c4c3c5", /* base02 */ 27 | "#89878b", /* base04 */ 28 | "#4f4b51", /* base06 */ 29 | "#e013d0", /* base0F */ 30 | "#322d34", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-woodland-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-woodland-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Jay Cornwall (https://jcornwall.com) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#231e18", /* base00 */ 16 | "#d35c5c", /* base08 */ 17 | "#b7ba53", /* base0B */ 18 | "#e0ac16", /* base0A */ 19 | "#88a4d3", /* base0D */ 20 | "#bb90e2", /* base0E */ 21 | "#6eb958", /* base0C */ 22 | "#cabcb1", /* base05 */ 23 | "#9d8b70", /* base03 */ 24 | "#ca7f32", /* base09 */ 25 | "#302b25", /* base01 */ 26 | "#48413a", /* base02 */ 27 | "#b4a490", /* base04 */ 28 | "#d7c8bc", /* base06 */ 29 | "#b49368", /* base0F */ 30 | "#e4d4c8", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-xcode-dusk-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-xcode-dusk-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: Elsa Gonsiorowski (https://github.com/gonsie) 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#282b35", /* base00 */ 16 | "#b21889", /* base08 */ 17 | "#df0002", /* base0B */ 18 | "#438288", /* base0A */ 19 | "#790ead", /* base0D */ 20 | "#b21889", /* base0E */ 21 | "#00a0be", /* base0C */ 22 | "#939599", /* base05 */ 23 | "#686a71", /* base03 */ 24 | "#786dc5", /* base09 */ 25 | "#3d4048", /* base01 */ 26 | "#53555d", /* base02 */ 27 | "#7e8086", /* base04 */ 28 | "#a9aaae", /* base06 */ 29 | "#c77c48", /* base0F */ 30 | "#bebfc2", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /build/base16-zenburn-theme.h: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-zenburn-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: elnawe 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#3f3f3f", /* base00 */ 16 | "#dca3a3", /* base08 */ 17 | "#5f7f5f", /* base0B */ 18 | "#e0cf9f", /* base0A */ 19 | "#7cb8bb", /* base0D */ 20 | "#dc8cc3", /* base0E */ 21 | "#93e0e3", /* base0C */ 22 | "#dcdccc", /* base05 */ 23 | "#4f4f4f", /* base03 */ 24 | "#dfaf8f", /* base09 */ 25 | "#404040", /* base01 */ 26 | "#606060", /* base02 */ 27 | "#808080", /* base04 */ 28 | "#c0c0c0", /* base06 */ 29 | "#000000", /* base0F */ 30 | "#ffffff", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | -------------------------------------------------------------------------------- /templates/config.yaml: -------------------------------------------------------------------------------- 1 | default: 2 | extension: -theme.h 3 | output: build 4 | -------------------------------------------------------------------------------- /templates/default.mustache: -------------------------------------------------------------------------------- 1 | /* 2 | * base16-{{scheme-slug}}-theme.h 3 | * 4 | * Base16: (https://github.com/chriskempson/base16) 5 | * 6 | * Authors: 7 | * 8 | * Scheme: {{scheme-author}} 9 | * Template: Honza Pokorny 10 | * 11 | */ 12 | 13 | 14 | static const char *colorname[] = { 15 | "#{{base00-hex}}", /* base00 */ 16 | "#{{base08-hex}}", /* base08 */ 17 | "#{{base0B-hex}}", /* base0B */ 18 | "#{{base0A-hex}}", /* base0A */ 19 | "#{{base0D-hex}}", /* base0D */ 20 | "#{{base0E-hex}}", /* base0E */ 21 | "#{{base0C-hex}}", /* base0C */ 22 | "#{{base05-hex}}", /* base05 */ 23 | "#{{base03-hex}}", /* base03 */ 24 | "#{{base09-hex}}", /* base09 */ 25 | "#{{base01-hex}}", /* base01 */ 26 | "#{{base02-hex}}", /* base02 */ 27 | "#{{base04-hex}}", /* base04 */ 28 | "#{{base06-hex}}", /* base06 */ 29 | "#{{base0F-hex}}", /* base0F */ 30 | "#{{base07-hex}}", /* base07 */ 31 | }; 32 | 33 | unsigned int defaultfg = 7; 34 | unsigned int defaultbg = 0; 35 | static unsigned int defaultcs = 13; 36 | static unsigned int defaultrcs = 0; 37 | --------------------------------------------------------------------------------