diff options
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 }, |