Change colors for dmenu to match my dwm configuration.
This commit is contained in:
6
config.h
6
config.h
@@ -10,9 +10,9 @@ static const char *fonts[] = {
|
|||||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
[SchemeNorm] = { "#77aafc", "#000000" },
|
||||||
[SchemeSel] = { "#eeeeee", "#005577" },
|
[SchemeSel] = { "#eeeeee", "#000000" },
|
||||||
[SchemeSelHighlight] = { "#22d30e", "#4f4c4c" },
|
[SchemeSelHighlight] = { "#22d30e", "#225599" },
|
||||||
[SchemeNormHighlight] = { "#22d30e", "#222222" },
|
[SchemeNormHighlight] = { "#22d30e", "#222222" },
|
||||||
[SchemeOut] = { "#000000", "#00ffff" },
|
[SchemeOut] = { "#000000", "#00ffff" },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user