adjust background colour
This commit is contained in:
parent
ae0a25b0ad
commit
5f7afcb98c
|
@ -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
|
||||
|
||||
|
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue