14 lines
423 B
C
14 lines
423 B
C
|
#define BAR_HEIGHT 18
|
||
|
#define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
|
||
|
|
||
|
#define COLOR0 0x262729 /* background */
|
||
|
#define COLOR1 0xebebeb /* foreground */
|
||
|
#define COLOR2 0x262729
|
||
|
#define COLOR3 0xf92671
|
||
|
#define COLOR4 0xa6e22e
|
||
|
#define COLOR5 0xfd971f
|
||
|
#define COLOR6 0x34bdef
|
||
|
#define COLOR7 0x9e6ffe
|
||
|
#define COLOR8 0x5e7175
|
||
|
#define COLOR9 0xccccc6
|