other color
0e515a06
1 file(s) · +3 −3
| 6 | 6 | #define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" |
|
| 7 | 7 | #define NORMBORDERCOLOR "#cccc99" |
|
| 8 | 8 | #define NORMFGCOLOR "#000000" |
|
| 9 | - | #define NORMBGCOLOR "#ffffea" |
|
| 9 | + | #define NORMBGCOLOR "#99cc99" |
|
| 10 | 10 | #define SELBORDERCOLOR "#669966" |
|
| 11 | 11 | #define SELFGCOLOR "#000000" |
|
| 12 | - | #define SELBGCOLOR "#99cc99" |
|
| 12 | + | #define SELBGCOLOR "#ccffcc" |
|
| 13 | 13 | ||
| 14 | 14 | /* tagging */ |
|
| 15 | 15 | #define TAGS \ |
|
| 44 | 44 | "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \ |
|
| 45 | 45 | " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \ |
|
| 46 | 46 | { MODKEY|ShiftMask, XK_Return, spawn, \ |
|
| 47 | - | "exec xterm -bg '"NORMBGCOLOR"' -fg '"NORMFGCOLOR"' -cr '"NORMFGCOLOR"' +sb -fn '"FONT"'" }, \ |
|
| 47 | + | "exec xterm -bg '#ffffea' -fg '#222222' -cr '#222222' +sb -fn '"FONT"'" }, \ |
|
| 48 | 48 | { MODKEY, XK_space, setlayout, NULL }, \ |
|
| 49 | 49 | { MODKEY, XK_b, togglebar, NULL }, \ |
|
| 50 | 50 | { MODKEY, XK_j, focusnext, NULL }, \ |
|