aboutsummaryrefslogtreecommitdiff
path: root/.cache/wal/colors-wal-dwm.h
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-08-03 09:31:34 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-08-03 09:31:34 +0200
commit6a6100a8faa73815863cbabedb15e63aba0a1098 (patch)
tree69bba99668cd2b2c72eca35fd603214800932381 /.cache/wal/colors-wal-dwm.h
parent68f0ec3669f991945c10a04eba85eeb6e300960b (diff)
update
Diffstat (limited to '.cache/wal/colors-wal-dwm.h')
-rw-r--r--.cache/wal/colors-wal-dwm.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/.cache/wal/colors-wal-dwm.h b/.cache/wal/colors-wal-dwm.h
index 0011865..d727911 100644
--- a/.cache/wal/colors-wal-dwm.h
+++ b/.cache/wal/colors-wal-dwm.h
@@ -1,14 +1,14 @@
-static const char norm_fg[] = "#cbc8c7";
-static const char norm_bg[] = "#312322";
-static const char norm_border[] = "#645a59";
+static const char norm_fg[] = "#c4c4c5";
+static const char norm_bg[] = "#141618";
+static const char norm_border[] = "#4e5051";
-static const char sel_fg[] = "#cbc8c7";
-static const char sel_bg[] = "#8eb8fb";
-static const char sel_border[] = "#cbc8c7";
+static const char sel_fg[] = "#c4c4c5";
+static const char sel_bg[] = "#171823";
+static const char sel_border[] = "#c4c4c5";
-static const char urg_fg[] = "#cbc8c7";
-static const char urg_bg[] = "#c3acaa";
-static const char urg_border[] = "#c3acaa";
+static const char urg_fg[] = "#c4c4c5";
+static const char urg_bg[] = "#071831";
+static const char urg_border[] = "#071831";
static const char *colors[][3] = {
/* fg bg border */