mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Pulling then pushing.
This commit is contained in:
+2
-2
@@ -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] = { "#CAA7FA", "#282a36" },
|
||||
[SchemeSel] = { "#282a36", "#ff79c6" },
|
||||
[SchemeNorm] = { "#bbc5ff", "#292d3e" },
|
||||
[SchemeSel] = { "#292d3e", "#82aaff" },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user