summaryrefslogtreecommitdiff
path: root/colors.h
blob: f9bd1cceb7c4b1e5d9d8111fce6bfdf6c3bdb774 (plain)
1
2
3
4
5
6
7
static const char norm_fg[] = "#b99cb5";
static const char norm_bg[] = "#0a0c16";
static const char norm_border[] = "#0a0c16";

static const char sel_fg[] = "#b99cb5";
static const char sel_bg[] = "#933A52";
static const char sel_border[] = "#b99cb5";