adjust background colour

This commit is contained in:
= 2020-04-08 11:15:01 +01:00
parent ae0a25b0ad
commit 5f7afcb98c
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
foreground #ea7607
background #2d2d2d
background #1f1f1f
cursor #ffbd08
cursor_text_color #141414
selection_foreground #ffffff
selection_background #2d2d2d
selection_background #1f1f1f
url_color #ffbd08

View File

@ -23,7 +23,7 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */
[256] = "#2d2d2d", /* background */
[256] = "#1f1f1f", /* background */
[257] = "#ea7607", /* foreground */
};