aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authornirav <nirav@airmail.cc>2020-12-12 05:11:07 +0000
committernirav <nirav@airmail.cc>2020-12-12 05:11:07 +0000
commitbd77fd5e1f825f3c8537c308d77763325dab33fd (patch)
tree40a93a99cde4eec34606356ed37983de1d24ee40 /config.h
parent49c06840f664fcd77334f9439eee1b444da09328 (diff)
downloaddwm-master.tar.gz
dwm-master.zip
Change colorsHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 305210a..42d1088 100644
--- a/config.h
+++ b/config.h
@@ -5,12 +5,12 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
-static const char *fonts[] = { ":size=10" };
+static const char *fonts[] = { "monospace:size=12" };
static const char dmenufont[] = ":size=10";
-static const char col_gray1[] = "#333333";
-static const char col_gray2[] = "#444444";
+static const char col_gray1[] = "#222222";
+static const char col_gray2[] = "#333333";
static const char col_gray3[] = "#eaeaea";
-static const char col_gray4[] = "#777777";
+static const char col_gray4[] = "#888888";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },