backgorund
This commit is contained in:
parent
01ffd92227
commit
a1fd738a42
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ static const char col_cyan[] = "#005577";
|
||||||
/* custom colors */
|
/* custom colors */
|
||||||
static const char col_white[] = "#ffffff";
|
static const char col_white[] = "#ffffff";
|
||||||
static const char col_black[] = "#000000";
|
static const char col_black[] = "#000000";
|
||||||
static const char col_light[] = "#ebdbb2";
|
static const char col_light[] = "#689d6a";
|
||||||
static const char col_dark[] = "#1d2021";
|
static const char col_dark[] = "#1d2021";
|
||||||
static const char col_main_light[] = "#fabd2f";
|
static const char col_main_light[] = "#fabd2f";
|
||||||
static const char col_main_dark[] = "#1d2021";
|
static const char col_main_dark[] = "#1d2021";
|
||||||
|
|
Loading…
Reference in a new issue