aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-16 15:57:50 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-16 15:57:50 +0300
commitda5301964aba42e48e15fb7c95614f2fd7e8fed3 (patch)
tree7c20dcf68a461f3143351b6e9c31319521557d5f
parentb3d2fb0ce001a3fe69bd469613073672f8c935b6 (diff)
downloaddmenu-da5301964aba42e48e15fb7c95614f2fd7e8fed3.tar.gz
feat: use gray background
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index fe9f5f0..c93f056 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,7 +8,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", "#689d6a" },
+ [SchemeSel] = { "#eeeeee", "#928374" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */