diff options
| author | pml68 <contact@pml68.dev> | 2025-09-17 23:30:41 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-17 23:30:41 +0200 |
| commit | 57402bad3f311e8b7473d64ab88df94f967ca364 (patch) | |
| tree | 686d350d0614d35e4146391290061a74585a9096 /dmenu/config.h | |
| parent | chore: sync dmenu with upstream (diff) | |
| download | suckless-setup-57402bad3f311e8b7473d64ab88df94f967ca364.tar.gz | |
feat(dmenu): add inlinePrompt patch
Diffstat (limited to '')
| -rw-r--r-- | dmenu/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmenu/config.h b/dmenu/config.h index a6a06b8..032fbfd 100644 --- a/dmenu/config.h +++ b/dmenu/config.h @@ -14,12 +14,14 @@ static const char *colors[SchemeLast][2] = { [SchemeNorm] = {"#e0def4", "#191724"}, [SchemeSel] = {"#e0def4", "#575e6e"}, [SchemeOut] = {"#e0def4", "#dde1e7"}, + [SchemePrompt] = {"#908caa", "#191724"}, }; static const unsigned int alphas[SchemeLast][2] = { [SchemeNorm] = {OPAQUE, alpha}, [SchemeSel] = {OPAQUE, alpha}, [SchemeOut] = {OPAQUE, alpha}, + [SchemePrompt] = {OPAQUE, alpha}, }; /* -l and -g options; controls number of lines and columns in grid if > 0 */ |
