diff options
| author | Michaël Ball <michael.ball@gmail.com> | 2019-04-13 11:35:53 +0100 | 
|---|---|---|
| committer | Michaël Ball <michael.ball@gmail.com> | 2019-04-13 11:35:53 +0100 | 
| commit | cf3c287fe37cc7ab22df2459c2e63a6f97ed5bfe (patch) | |
| tree | 0c4e8e7047553338a60255efe7ad770e92b38a66 | |
| parent | bd95b1db7372ca3fa45fd259bd02e73c2db86d1f (diff) | |
Change 0B and 02 around
| -rw-r--r-- | config.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -86,7 +86,7 @@ unsigned int tabspaces = 8;  static const char *colorname[] = {    "#040404", /* base00 */    "#B53B50", /* base08 */ -  "#06EA61", /* base0B */ +  "#242424", /* base02 */    "#DAE84D", /* base0A */    "#03AEFF", /* base0D */    "#EA5CE2", /* base0E */ @@ -95,7 +95,7 @@ static const char *colorname[] = {    "#61507A", /* base03 */    "#E4600E", /* base09 */    "#141414", /* base01 */ -  "#242424", /* base02 */ +  "#06EA61", /* base0B */    "#BFBBBF", /* base04 */    "#EFEBEF", /* base06 */    "#9D4D0E", /* base0F */ | 
