set default colors
This commit is contained in:
parent
1f8dcc1dea
commit
6ad71681b7
10
config.def.h
10
config.def.h
@ -17,15 +17,15 @@ static const char *fonts[] = {
|
||||
};
|
||||
static char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
|
||||
static char normfgcolor[] = "#bbbbbb";
|
||||
static char normbgcolor[] = "#222222";
|
||||
static char selfgcolor[] = "#eeeeee";
|
||||
static char selbgcolor[] = "#005577";
|
||||
static char normfgcolor[] = "#ebdbb2";
|
||||
static char normbgcolor[] = "#1d2021";
|
||||
static char selfgcolor[] = "#ebdbb2";
|
||||
static char selbgcolor[] = "#458488";
|
||||
static char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { normfgcolor, normbgcolor },
|
||||
[SchemeSel] = { selfgcolor, selbgcolor },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
[SchemeOut] = { selfgcolor, "#83a598" },
|
||||
};
|
||||
|
||||
static const unsigned int alphas[SchemeLast][2] = {
|
||||
|
Loading…
Reference in New Issue
Block a user