aboutsummaryrefslogtreecommitdiff
path: root/dmenu/config.def.h
diff options
context:
space:
mode:
authorBlista Kanjo2022-04-10 00:24:20 -0400
committerBlista Kanjo2022-04-10 00:24:20 -0400
commitc41bd253904d23b6e4a827379f046241c6651c22 (patch)
tree8176144ccabff836ca07c5fa6576003b48576593 /dmenu/config.def.h
parent80095bf811b3306f0016f38aff66b67080bbcf31 (diff)
changed selection color from #11427E to #255A9B
Diffstat (limited to 'dmenu/config.def.h')
-rw-r--r--dmenu/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu/config.def.h b/dmenu/config.def.h
index 9b74712..6ae2294 100644
--- a/dmenu/config.def.h
+++ b/dmenu/config.def.h
@@ -11,7 +11,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#bbbbbb", "#303030" },
- [SchemeSel] = { "#eeeeee", "#11427E" },
+ [SchemeSel] = { "#eeeeee", "#255A9B" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */