new default colour scheme
f099d2d5
1 file(s) · +6 −6
| 2 | 2 | ||
| 3 | 3 | /* appearance */ |
|
| 4 | 4 | static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; |
|
| 5 | - | static const char normbordercolor[] = "#cccccc"; |
|
| 6 | - | static const char normbgcolor[] = "#cccccc"; |
|
| 7 | - | static const char normfgcolor[] = "#000000"; |
|
| 8 | - | static const char selbordercolor[] = "#0066ff"; |
|
| 9 | - | static const char selbgcolor[] = "#0066ff"; |
|
| 10 | - | static const char selfgcolor[] = "#ffffff"; |
|
| 5 | + | static const char normbordercolor[] = "#444444"; |
|
| 6 | + | static const char normbgcolor[] = "#222222"; |
|
| 7 | + | static const char normfgcolor[] = "#bbbbbb"; |
|
| 8 | + | static const char selbordercolor[] = "#005577"; |
|
| 9 | + | static const char selbgcolor[] = "#005577"; |
|
| 10 | + | static const char selfgcolor[] = "#eeeeee"; |
|
| 11 | 11 | static const unsigned int borderpx = 1; /* border pixel of windows */ |
|
| 12 | 12 | static const unsigned int snap = 32; /* snap pixel */ |
|
| 13 | 13 | static const Bool showbar = True; /* False means no bar */ |