aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
-rwxr-xr-xdmenubin48464 -> 48464 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7002f52..50b8be8 100644
--- a/config.h
+++ b/config.h
@@ -15,7 +15,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
+ [SchemeSel] = { "#eeeeee", "#224488" },
[SchemeOut] = { "#000000", "#00ffff" },
};
static const unsigned int alphas[SchemeLast][2] = {
diff --git a/dmenu b/dmenu
index 215baec..f6ee0e4 100755
--- a/dmenu
+++ b/dmenu
Binary files differ