Major config changes
This commit is contained in:
@@ -8,10 +8,10 @@ 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 */
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#ebdbb2", "#282828" },
|
||||
[SchemeSel] = { "#ebdbb2", "#98971a" },
|
||||
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
|
||||
[SchemeSel] = { "#282828", "#ebdbb2" },
|
||||
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
static unsigned int lines = 0;
|
||||
|
||||
@@ -8,10 +8,10 @@ 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 */
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#ebdbb2", "#282828" },
|
||||
[SchemeSel] = { "#ebdbb2", "#98971a" },
|
||||
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
|
||||
[SchemeSel] = { "#282828", "#ebdbb2" },
|
||||
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
static unsigned int lines = 0;
|
||||
|
||||
Reference in New Issue
Block a user