Added underlining support.
This commit is contained in:
22
config.def.h
22
config.def.h
@@ -1,13 +1,15 @@
|
||||
#define BAR_HEIGHT 18
|
||||
#define BAR_UNDERLINE_HEIGHT 2
|
||||
#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
|
||||
#define COLOR0 0x1A1A1A /* background */
|
||||
#define COLOR1 0xA9A9A9 /* foreground */
|
||||
#define COLOR2 0x303030
|
||||
#define COLOR3 0xF92672
|
||||
#define COLOR4 0xA6E22E
|
||||
#define COLOR5 0xFD971F
|
||||
#define COLOR6 0x66D9EF
|
||||
#define COLOR7 0x9E6FFE
|
||||
#define COLOR8 0xAF875F
|
||||
#define COLOR9 0xCCCCC6
|
||||
|
||||
|
Reference in New Issue
Block a user