diff options
Diffstat (limited to 'st/themes/cicada.h')
-rw-r--r-- | st/themes/cicada.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/themes/cicada.h b/st/themes/cicada.h index a69aa51..3bfacb9 100644 --- a/st/themes/cicada.h +++ b/st/themes/cicada.h @@ -25,7 +25,7 @@ static const char *colorname[] = { "#cccccc", "#555555", "gray90", /* default foreground colour */ - "#0c0c0c", /* default background colour */ + "#111111", /* default background colour */ }; |