summaryrefslogtreecommitdiff
path: root/colors.h
blob: 0a4fdf0a1d060283bbf6ac530a235f6dab3ebe84 (plain)
1
2
3
4
5
6
7
8
9
/* Norm Colors */
static const char norm_fg[]         = "#bbbbbb";
static const char norm_bg[]         = "#222222";
static const char norm_border[]     = "#444444";

/* Sel Colors */
static const char sel_fg[]          = "#eeeeee";
static const char sel_bg[]          = "#005577";
static const char sel_border[]      = "#005577";