diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-24 09:53:39 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-24 09:53:39 +0200 |
commit | 4581376a1b136bda087190f4c6b440d55801aeaa (patch) | |
tree | 8f8fc46e8300ab53c75c8f5abd4de5e4e2d3bd51 /.cache/wal/colors-wal-dwm.h | |
parent | b15aab08a3301f0e6e6d2c1fda57b0c19968ea43 (diff) |
zathura update + new scheme
Diffstat (limited to '.cache/wal/colors-wal-dwm.h')
-rw-r--r-- | .cache/wal/colors-wal-dwm.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.cache/wal/colors-wal-dwm.h b/.cache/wal/colors-wal-dwm.h index 2380319..9ec63e7 100644 --- a/.cache/wal/colors-wal-dwm.h +++ b/.cache/wal/colors-wal-dwm.h @@ -1,14 +1,14 @@ -static const char norm_fg[] = "#c4c4c4"; -static const char norm_bg[] = "#141415"; -static const char norm_border[] = "#4e4e4f"; +static const char norm_fg[] = "#c6c6c6"; +static const char norm_bg[] = "#1c1c1c"; +static const char norm_border[] = "#545454"; -static const char sel_fg[] = "#c4c4c4"; -static const char sel_bg[] = "#3c2a27"; -static const char sel_border[] = "#c4c4c4"; +static const char sel_fg[] = "#c6c6c6"; +static const char sel_bg[] = "#7f8485"; +static const char sel_border[] = "#c6c6c6"; -static const char urg_fg[] = "#c4c4c4"; -static const char urg_bg[] = "#292b37"; -static const char urg_border[] = "#292b37"; +static const char urg_fg[] = "#c6c6c6"; +static const char urg_bg[] = "#616c71"; +static const char urg_border[] = "#616c71"; static const char *colors[][3] = { /* fg bg border */ |