diff options
| author | Michaël Ball <michael.ball@gmail.com> | 2019-04-13 19:45:37 +0100 | 
|---|---|---|
| committer | Michaël Ball <michael.ball@gmail.com> | 2019-04-13 19:45:37 +0100 | 
| commit | 76ee6e68a0c16a2d16a4596788f2078e4204972c (patch) | |
| tree | ca5e554b17f6f15f5a7c62d550a6ee6f14b2bb2d | |
| parent | edfcb566107c371c6f38fee80894ee5cd42ff622 (diff) | |
Use correct colours
| -rw-r--r-- | config.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -92,13 +92,13 @@ static const char *colorname[] = {    "#EA5CE2", /* base0E */    "#7CEDE9", /* base0C */    "#DFDBDF", /* base05 */ -  "#B53B50", /* base08 */ +  "#61507A", /* base03 */ +  "#E4600E", /* base09 */    "#06EA61", /* base0B */ -  "#DAE84D", /* base0A */ -  "#03AEFF", /* base0D */ +  "#242424", /* base02 */    "#BFBBBF", /* base04 */ -  "#EA5CE2", /* base0E */ -  "#7CEDE9", /* base0C */ +  "#EFEBEF", /* base06 */ +  "#9D4D0E", /* base0F */    "#FFFBFF", /* base07 */  }; | 
