Added underlining support.

This commit is contained in:
LemonBoy
2012-07-20 16:28:12 +02:00
parent 054ee4396f
commit 741b9da4a1
3 changed files with 22 additions and 15 deletions

View File

@@ -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