update colours
This commit is contained in:
parent
5f7afcb98c
commit
74bdebab8c
|
@ -1,4 +1,4 @@
|
|||
foreground #ea7607
|
||||
foreground #6a6a6a
|
||||
background #1f1f1f
|
||||
|
||||
cursor #ffbd08
|
||||
|
|
|
@ -24,7 +24,7 @@ static const char *colorname[] = {
|
|||
|
||||
/* more colors can be added after 255 to use with DefaultXX */
|
||||
[256] = "#1f1f1f", /* background */
|
||||
[257] = "#ea7607", /* foreground */
|
||||
[257] = "#6a6a6a", /* foreground */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue