From 3a90c9efe5bd819fd19c51714878bf9e7d64f856 Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Tue, 19 Mar 2019 07:33:31 +0000 Subject: Changes for base16-synth-midnight colours --- config.h | 50 ++++++++++++++++++-------------------------------- 1 file changed, 18 insertions(+), 32 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 82b1b09..10995c0 100644 --- a/config.h +++ b/config.h @@ -84,42 +84,28 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", + "#040404", /* base00 */ + "#B53B50", /* base08 */ + "#06EA61", /* base0B */ + "#DAE84D", /* base0A */ + "#03AEFF", /* base0D */ + "#EA5CE2", /* base0E */ + "#7CEDE9", /* base0C */ + "#DFDBDF", /* base05 */ + "#61507A", /* base03 */ + "#E4600E", /* base09 */ + "#141414", /* base01 */ + "#242424", /* base02 */ + "#BFBBBF", /* base04 */ + "#EFEBEF", /* base06 */ + "#9D4D0E", /* base0F */ + "#FFFBFF", /* base07 */ }; - -/* - * Default colors (colorname index) - * foreground, background, cursor, reverse cursor - */ unsigned int defaultfg = 7; unsigned int defaultbg = 0; -static unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; +static unsigned int defaultcs = 13; +static unsigned int defaultrcs = 0; /* * Default shape of cursor -- cgit v1.2.3 From 05623973d61046be111617821b69152efa5b3253 Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Sat, 13 Apr 2019 19:29:39 +0100 Subject: Base16-synth-midnight colours --- config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index df47a5a..956657e 100644 --- a/config.h +++ b/config.h @@ -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; /* -- cgit v1.2.3