feat: Changed colors to match DotFiles
This commit is contained in:
parent
cd5d6389ae
commit
3b4299739b
|
|
@ -4,13 +4,13 @@
|
||||||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||||
static const char *fonts[] = {
|
static const char *fonts[] = {
|
||||||
"ttf:LiberationMono-Regular:size=10"
|
"BitstromWeraNerdFontMono-Regular:size=10"
|
||||||
};
|
};
|
||||||
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] = { "#aaaaaa", "#222222" },
|
[SchemeNorm] = { "#dcd7ba", "#1f1f28" },
|
||||||
[SchemeSel] = { "#aaaaaa", "#224822" },
|
[SchemeSel] = { "#090618", "#957fb8" },
|
||||||
[SchemeOut] = { "#000000", "#00ffff" },
|
[SchemeOut] = { "#000000", "#00ffff" },
|
||||||
};
|
};
|
||||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue