diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-18 22:23:35 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-18 22:23:35 +0400 |
commit | 5eccde14d17c85cfddc866c24bd56141f7b1e5cb (patch) | |
tree | 8d8460fbfaedf288a17d7ffdff8146e02bb3ff4c /config.h | |
parent | fc33a5e804ac85056eb6ef8bd2cb392921bf5b94 (diff) |
color changed from blue to green
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,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", "#689d6a" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ |