aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-06-01 19:33:18 +0530
committerkrolxon <krolyxon@tutanota.com>2025-06-01 19:33:18 +0530
commit5e5380f5a91089c96259cca7ec0918a17ffa41e3 (patch)
treeb93e26569df49c807a9b9b611484487535ac5bb7
parentc6f6c487682a4c81c7da7f113a0982eba34c9f99 (diff)
move to gruvbox thememain
-rwxr-xr-xconfig.h12
-rwxr-xr-xdwmbin76960 -> 76960 bytes
2 files changed, 6 insertions, 6 deletions
diff --git a/config.h b/config.h
index a08325c..6325a52 100755
--- a/config.h
+++ b/config.h
@@ -13,12 +13,12 @@ static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 17; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
static const char *fonts[] = { "JetBrainsMono Nerd Font:size=10", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
-static char normbgcolor[] = "#222222";
-static char normbordercolor[] = "#444444";
-static char normfgcolor[] = "#bbbbbb";
-static char selfgcolor[] = "#eeeeee";
-static char selbordercolor[] = "#224488";
-static char selbgcolor[] = "#224488";
+static char normfgcolor[] = "#ebdbb2";
+static char normbgcolor[] = "#282828";
+static char normbordercolor[] = "#3c3836";
+static char selfgcolor[] = "#fbf1c7";
+static char selbgcolor[] = "#d65d0e";
+static char selbordercolor[] = "#d65d0e";
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },
diff --git a/dwm b/dwm
index 48d7ff2..b1e61d1 100755
--- a/dwm
+++ b/dwm
Binary files differ