update colours

This commit is contained in:
= 2020-04-23 21:58:46 +01:00
parent 5f7afcb98c
commit 74bdebab8c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
foreground #ea7607
foreground #6a6a6a
background #1f1f1f
cursor #ffbd08

View File

@ -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 */
};