mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
Minor edits.
This commit is contained in:
@@ -9,8 +9,8 @@ static const char *fonts[] = {
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#bbc5ff", "#292d3e" },
|
||||
[SchemeSel] = { "#292d3e", "#82aaff" },
|
||||
[SchemeNorm] = { "#CAA7FA", "#282a36" },
|
||||
[SchemeSel] = { "#282a36", "#ff79c6" },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
|
||||
Reference in New Issue
Block a user