summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-02-17 13:57:08 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2022-02-17 13:57:08 -0500
commit8dee52c382c885c8ebfc24d82770c8ecf13f98a1 (patch)
treebeec422242bfb5a0597975bb531c92f8198ceafd /config.def.h
parentec9e6099839e372f6ff5303e84db325e641e0633 (diff)
New colors, better compiler
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 639a980..712df56 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,8 +4,8 @@ static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
- [INPUT] = "#66aabb", /* during input */
- [FAILED] = "#cc3333", /* wrong password */
+ [INPUT] = "#7D4B23", /* during input */
+ [FAILED] = "#B7416E", /* wrong password */
[BLOCKS] = "#f2f1f0", /* key feedback block */
};