diff options
author | nil <niljo@airmail.cc> | 2025-01-14 20:16:17 +0100 |
---|---|---|
committer | nil <niljo@airmail.cc> | 2025-01-14 20:16:17 +0100 |
commit | 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 (patch) | |
tree | 4aa0ae912633a0f3e7a7d1405469bb7009cef1ba /dmenu/themes/cicada.h | |
parent | 23a62d70129db30027ba620fc798a666c198ba35 (diff) |
changing host repositorymain
Diffstat (limited to 'dmenu/themes/cicada.h')
-rwxr-xr-x[-rw-r--r--] | dmenu/themes/cicada.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmenu/themes/cicada.h b/dmenu/themes/cicada.h index de0caff..47742e2 100644..100755 --- a/dmenu/themes/cicada.h +++ b/dmenu/themes/cicada.h @@ -1,11 +1,11 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#0c0c0c" }, - [SchemeSel] = { "#eeeeee", "#888" }, - [SchemeOut] = { "#000000", "#888" }, + [SchemeSel] = { "#eeeeee", "#666" }, + [SchemeOut] = { "#000000", "#666" }, }; //static const unsigned int alpha = 0xf9; -static const unsigned int alpha = 0xff; +static const unsigned int alpha = 0xbb; static const unsigned int alphas[SchemeLast][2] = { [SchemeNorm] = { OPAQUE, alpha }, |