diff options
author | nirav <nirav@airmail.cc> | 2020-12-12 05:11:07 +0000 |
---|---|---|
committer | nirav <nirav@airmail.cc> | 2020-12-12 05:11:07 +0000 |
commit | bd77fd5e1f825f3c8537c308d77763325dab33fd (patch) | |
tree | 40a93a99cde4eec34606356ed37983de1d24ee40 /config.h | |
parent | 49c06840f664fcd77334f9439eee1b444da09328 (diff) | |
download | dwm-master.tar.gz dwm-master.zip |
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 }, |