Ayu dmenu

This commit is contained in:
Marco Thomas
2021-09-15 22:05:48 +02:00
parent caf63f3ed7
commit eab6e68fff
3 changed files with 6 additions and 9 deletions

View File

@@ -9,18 +9,15 @@ 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 gruv_fg[] = "#282828"; static const char fg[] = "#575f66";
//static const char gruv_bg[] = "#f2e5bc"; static const char bg[] = "#fafafa";
static const char gruv_bg[] = "#f9f5d7"; static const char green[] = "#a6cc70";
static const char gruv_yellow[] = "#d79921";
//static const char gruv_green[] = "#98971a";
static const char gruv_green[] = "#689d6a";
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { gruv_fg, gruv_bg }, [SchemeNorm] = { fg, bg },
[SchemeSel] = { gruv_bg, gruv_green }, [SchemeSel] = { bg, green },
[SchemeOut] = { gruv_fg, gruv_bg }, [SchemeOut] = { fg, bg },
}; };
/* -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 */
static unsigned int lines = 10; static unsigned int lines = 10;

BIN
dmenu Executable file

Binary file not shown.

BIN
stest Executable file

Binary file not shown.