diff options
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 4d9023c..e607e21 100644 --- a/config.def.h +++ b/config.def.h @@ -131,8 +131,8 @@ static const char *colorname[] = { [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#d8dee9", /* default foreground colour */ - "#2e3440", /* default background colour */ + "#fefefe", /* default foreground colour */ + "#000087", /* default background colour */ }; |
