diff options
Diffstat (limited to '.cache/wal/colors-wal-tabbed.h')
-rw-r--r-- | .cache/wal/colors-wal-tabbed.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.cache/wal/colors-wal-tabbed.h b/.cache/wal/colors-wal-tabbed.h index adf19b6..29282c2 100644 --- a/.cache/wal/colors-wal-tabbed.h +++ b/.cache/wal/colors-wal-tabbed.h @@ -1,6 +1,6 @@ -static const char* selbgcolor = "#151618"; -static const char* selfgcolor = "#c4c4c5"; -static const char* normbgcolor = "#222323"; -static const char* normfgcolor = "#c4c4c5"; -static const char* urgbgcolor = "#131e35"; -static const char* urgfgcolor = "#c4c4c5"; +static const char* selbgcolor = "#312322"; +static const char* selfgcolor = "#cbc8c7"; +static const char* normbgcolor = "#8eb8fb"; +static const char* normfgcolor = "#cbc8c7"; +static const char* urgbgcolor = "#c3acaa"; +static const char* urgfgcolor = "#cbc8c7"; |