summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-04-13 19:35:00 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-04-13 19:36:07 +0100
commitedfcb566107c371c6f38fee80894ee5cd42ff622 (patch)
tree27e6f1696901b79454167350e6901d345bd8e74f /config.h
parentcf3c287fe37cc7ab22df2459c2e63a6f97ed5bfe (diff)
parent05623973d61046be111617821b69152efa5b3253 (diff)
Merge branch 'base16-synth-midnight-colours' of /media/srv/git/st into base16-synth-midnight
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.h b/config.h
index fa64fb2..956657e 100644
--- a/config.h
+++ b/config.h
@@ -86,25 +86,25 @@ unsigned int tabspaces = 8;
static const char *colorname[] = {
"#040404", /* base00 */
"#B53B50", /* base08 */
- "#242424", /* base02 */
+ "#06EA61", /* base0B */
"#DAE84D", /* base0A */
"#03AEFF", /* base0D */
"#EA5CE2", /* base0E */
"#7CEDE9", /* base0C */
"#DFDBDF", /* base05 */
- "#61507A", /* base03 */
- "#E4600E", /* base09 */
- "#141414", /* base01 */
+ "#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;
/*