summaryrefslogtreecommitdiff
path: root/dmenu/config.def.h
diff options
context:
space:
mode:
authorauric <104602845+ihateamongus@users.noreply.github.com>2025-09-07 17:49:24 -0500
committerGitHub <noreply@github.com>2025-09-07 17:49:24 -0500
commit055af7faa25e70b7f19bfdad8514ff684de6672d (patch)
tree56962ec5459776bd69ffdb5019e9133d71b8baee /dmenu/config.def.h
parent417c5740bc4cd96e053b5725589fe3c4a835a231 (diff)
parent2028ef39f0a65e44213acee2c2bda28006f462a1 (diff)
Merge pull request #5 from ihateamongus/codex/analyze-oldresources-folder-for-performance-ljz6ny
Add glass-style transparency and dynamic tags
Diffstat (limited to 'dmenu/config.def.h')
-rw-r--r--dmenu/config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmenu/config.def.h b/dmenu/config.def.h
index 1edb647..bc17068 100644
--- a/dmenu/config.def.h
+++ b/dmenu/config.def.h
@@ -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 */
- [SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
- [SchemeOut] = { "#000000", "#00ffff" },
+ /* fg bg */
+ [SchemeNorm] = { "#dddddd", "#000000" },
+ [SchemeSel] = { "#ffffff", "#66ccff" },
+ [SchemeOut] = { "#000000", "#66ccff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;