diff options
| author | Michaël Ball <michael.ball@gmail.com> | 2019-04-13 19:29:39 +0100 | 
|---|---|---|
| committer | Michaël Ball <michael.ball@gmail.com> | 2019-04-13 19:29:39 +0100 | 
| commit | 05623973d61046be111617821b69152efa5b3253 (patch) | |
| tree | 27e6f1696901b79454167350e6901d345bd8e74f | |
| parent | b553993c79b59e3535389727ceb54724b2fd4b8d (diff) | |
Base16-synth-midnight colours
| -rw-r--r-- | config.h | 14 | 
1 files changed, 7 insertions, 7 deletions
| @@ -92,19 +92,19 @@ static const char *colorname[] = {    "#EA5CE2", /* base0E */    "#7CEDE9", /* base0C */    "#DFDBDF", /* base05 */ -  "#61507A", /* base03 */ -  "#E4600E", /* base09 */ -  "#141414", /* base01 */ -  "#242424", /* base02 */ +  "#B53B50", /* base08 */ +  "#06EA61", /* base0B */ +  "#DAE84D", /* base0A */ +  "#03AEFF", /* base0D */    "#BFBBBF", /* base04 */ -  "#EFEBEF", /* base06 */ -  "#9D4D0E", /* base0F */ +  "#EA5CE2", /* base0E */ +  "#7CEDE9", /* base0C */    "#FFFBFF", /* base07 */  };  unsigned int defaultfg = 7;  unsigned int defaultbg = 0; -static unsigned int defaultcs = 13; +static unsigned int defaultcs = 7;  static unsigned int defaultrcs = 0;  /* | 
