diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-20 02:16:54 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-20 02:16:54 +0530 |
| commit | 62e7795d1999362361f9fa592a925b488c374e20 (patch) | |
| tree | 997bda3c68ca2e969a33a67cdde24bfe9fedb6a4 /config.h | |
| parent | 8fbb17f7c8dadb068ecf21de09080c5d9b076df5 (diff) | |
return to monke colors
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -14,10 +14,9 @@ static const unsigned int fgalpha = OPAQUE; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - - [SchemeNorm] = { "#a89984", "#282828" }, - [SchemeSel] = { "#282828", "#d3a256" }, - [SchemeOut] = { "#000000", "#00ffff" }, + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, }; static const unsigned int alphas[SchemeLast][2] = { /* fgalpha bgalphga */ |
