about summary refs log tree commit diff stats
path: root/home/kurb42/.config/suckless/dwm/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'home/kurb42/.config/suckless/dwm/config.def.h')
-rw-r--r--home/kurb42/.config/suckless/dwm/config.def.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/home/kurb42/.config/suckless/dwm/config.def.h b/home/kurb42/.config/suckless/dwm/config.def.h
index ecd5ce0..7b89745 100644
--- a/home/kurb42/.config/suckless/dwm/config.def.h
+++ b/home/kurb42/.config/suckless/dwm/config.def.h
@@ -6,15 +6,15 @@ static const unsigned int snap      = 32;       /* snap pixel */
 static const int showbar            = 1;        /* 0 means no bar */
 static const int topbar             = 1;        /* 0 means bottom bar */
 static const char *fonts[]          = { "UbuntuMono Nerd Font:size=10" };
-static const char col_gray1[]       = "#202020";
-static const char col_gray2[]       = "#404040";
-static const char col_gray3[]       = "#c0c0c0";
-static const char col_gray4[]       = "#f0f0f0";
-static const char col_cyan[]        = "#a0a0aa";
+static const char col_gray1[]       = "#000000";
+static const char col_gray2[]       = "#ffffff";
+static const char col_gray3[]       = "#ad7fa8";
+static const char col_gray4[]       = "#75507b";
+static const char col_cyan[]        = "#333333";
 static const char *colors[][3]      = {
   /*               fg         bg         border   */
-  [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
-  [SchemeSel]  = { col_gray4, col_gray2, col_cyan  },
+  [SchemeNorm] = { col_gray2, col_gray1, col_gray4 },
+  [SchemeSel]  = { col_gray1, col_gray3, col_gray3 },
 };
 
 /* tagging */