summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-04-13 11:35:53 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-04-13 11:35:53 +0100
commitcf3c287fe37cc7ab22df2459c2e63a6f97ed5bfe (patch)
tree0c4e8e7047553338a60255efe7ad770e92b38a66
parentbd95b1db7372ca3fa45fd259bd02e73c2db86d1f (diff)
Change 0B and 02 around
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index df47a5a..fa64fb2 100644
--- a/config.h
+++ b/config.h
@@ -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 */