dwm-win31theme-20220224-d39e2f3.diff - sites - public wiki contents of suckless.org
(HTM) git clone git://git.suckless.org/sites
(DIR) Log
(DIR) Files
(DIR) Refs
---
dwm-win31theme-20220224-d39e2f3.diff (1660B)
---
1 --- a/config.def.h
2 +++ b/config.def.h
3 @@ -1,21 +1,21 @@
4 /* See LICENSE file for copyright and license details. */
5
6 /* appearance */
7 -static const unsigned int borderpx = 1; /* border pixel of windows */
8 +static const unsigned int borderpx = 2; /* border pixel of windows */
9 static const unsigned int snap = 32; /* snap pixel */
10 static const int showbar = 1; /* 0 means no bar */
11 static const int topbar = 1; /* 0 means bottom bar */
12 -static const char *fonts[] = { "monospace:size=10" };
13 -static const char dmenufont[] = "monospace:size=10";
14 -static const char col_gray1[] = "#222222";
15 -static const char col_gray2[] = "#444444";
16 -static const char col_gray3[] = "#bbbbbb";
17 -static const char col_gray4[] = "#eeeeee";
18 -static const char col_cyan[] = "#005577";
19 +static const char *fonts[] = { "Fixedsys Excelsior:size=13:antialias=true:autohint=false" };
20 +static const char dmenufont[] = "Fixedsys Excelsior:size=13:antialias=true:autohint=false";
21 +static const char col_gray1[] = "#d3d7cf";
22 +static const char col_gray2[] = "#d3d7cf";
23 +static const char col_gray3[] = "#000000";
24 +static const char col_gray4[] = "#ffffff";
25 +static const char col_cyan[] = "#0000aa";
26 static const char *colors[][3] = {
27 /* fg bg border */
28 - [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
29 - [SchemeSel] = { col_gray4, col_cyan, col_cyan },
30 + [SchemeNorm] = { col_gray3, col_gray1, col_cyan },
31 + [SchemeSel] = { col_gray4, col_cyan, col_gray2 },
32 };
33
34 /* tagging */