aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/menu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/menu/config.h')
-rw-r--r--sys/cmd/menu/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cmd/menu/config.h b/sys/cmd/menu/config.h
index 1e14aa9..fb1614d 100644
--- a/sys/cmd/menu/config.h
+++ b/sys/cmd/menu/config.h
@@ -11,8 +11,8 @@ static const char *fonts[] = {
static const char *prompt = "cmds"; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#323232" },
- [SchemeSel] = { "#eeeeee", "#24aed8" },
+ [SchemeNorm] = { "#fbf1c7", "#504945" },
+ [SchemeSel] = { "#504945", "#83a598" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */