summaryrefslogtreecommitdiffstats
path: root/data/themes/default/fonts.edc
blob: f913bf3c0e1d9604fcf161912c9a044f70e7890c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* XXX HACK! We shouldn't need full pathed fonts. */
#define FNSML  "/usr/share/fonts/X11/misc/4x6.pcf.gz"
#define FN     "/usr/share/fonts/X11/misc/5x7.pcf.gz"
#define FNBIG  "/usr/share/fonts/X11/misc/6x10.pcf.gz"
#define FNBD   "/usr/share/fonts/X11/misc/6x13B.pcf.gz"
#define FNIT   "/usr/share/fonts/X11/misc/6x130.pcf.gz"

#define FN_COL_DEFAULT_BASIC 0 0 0 255
/* fonts.edc not sure if this one is neccesary */
#define FN_COL_DEFAULT 255 255 255 255;
#define FN_COL_FOCUSED 0 0 0 255;
#define FN_COL_HIGHLIGHT 0 0 0 255;
#define FN_COL_HIGHLIGHT_CLICKED 255 255 255 255;
#define FN_COL_HIGHLIGHT_DISABLE 0 0 0 255;
#define FN_COL_DISABLE 0 0 0 255;
#define FN_COL_TRANSPARENT 255 255 255 0;

#define FN_TAG_BR tag: "br" "\n";