mirror of
https://github.com/pikami/dwm.git
synced 2025-02-05 23:46:42 +00:00
made my colors tasting better with the background
This commit is contained in:
parent
45d16d090b
commit
045f1840e0
@ -9,9 +9,9 @@ const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL };
|
|||||||
#define DEFMODE dotile /* dofloat */
|
#define DEFMODE dotile /* dofloat */
|
||||||
#define DEFTAG 1 /* index */
|
#define DEFTAG 1 /* index */
|
||||||
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
|
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
|
||||||
#define BGCOLOR "#eaffff"
|
#define BGCOLOR "#663333"
|
||||||
#define FGCOLOR "#000000"
|
#define FGCOLOR "#ffffff"
|
||||||
#define BORDERCOLOR "#8888cc"
|
#define BORDERCOLOR "#993333"
|
||||||
#define MODKEY Mod1Mask
|
#define MODKEY Mod1Mask
|
||||||
#define NUMLOCKMASK Mod2Mask
|
#define NUMLOCKMASK Mod2Mask
|
||||||
#define MASTERW 60 /* percent */
|
#define MASTERW 60 /* percent */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user