changed bg and fg colors

This commit is contained in:
Andrius Solopovas 2019-09-02 11:47:59 +01:00
parent d9fb6a4bcc
commit a6e1cd8655

View file

@ -106,8 +106,8 @@ static const char *colorname[] = {
"#ebdbb2",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#282828", /* 256 -> bg */
"#ebdbb2", /* 257 -> fg */
"#14191f", /* 256 -> bg */
"#f8f8f0", /* 257 -> fg */
"#add8e6", /* 258 -> cursor */
};