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 ab1d37b..adf19b6 100644 --- a/.cache/wal/colors-wal-tabbed.h +++ b/.cache/wal/colors-wal-tabbed.h @@ -1,6 +1,6 @@ -static const char* selbgcolor = "#1c1c1c"; -static const char* selfgcolor = "#c6c6c6"; -static const char* normbgcolor = "#7f8485"; -static const char* normfgcolor = "#c6c6c6"; -static const char* urgbgcolor = "#616c71"; -static const char* urgfgcolor = "#c6c6c6"; +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"; |