about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-18 20:17:36 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-18 20:17:36 +0300
commit956a324cd45c7b39812d056695d5c84f606c72a5 (patch)
tree02add8b7cb62d11f0d68393727e802ef131c442a
parent4aa4ed4a5889f6b47f5c00a685a63cb44cf20786 (diff)
downloaddwm-956a324cd45c7b39812d056695d5c84f606c72a5.tar.gz
and the colourscheme is done
-rw-r--r--colors-wal-dwm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/colors-wal-dwm.h b/colors-wal-dwm.h
index 7e04ed2..e04f5fc 100644
--- a/colors-wal-dwm.h
+++ b/colors-wal-dwm.h
@@ -1,10 +1,10 @@
-static const char norm_fg[] = "#bfc0c0";
-static const char norm_bg[] = "#020305";
+static const char norm_fg[] = "#e5e5e5";
+static const char norm_bg[] = "#414243";
 static const char norm_border[] = "#414243";
 
-static const char sel_fg[] = "#bfc0c0";
+static const char sel_fg[] = "#ebecec";
 static const char sel_bg[] = "#b1421a";
-static const char sel_border[] = "#bfc0c0";
+static const char sel_border[] = "#f19e25";
 
 static const char *colors[][3]      = {
     /*               fg           bg         border                         */