about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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                         */