summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-18 18:09:42 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-18 18:09:42 +0100
commit32b803ac934da9d6f537166266f85a6157c508e3 (patch)
treef5c2c40e4025e29c495f4759034d565dab4bc2fd /config.h
parentaf93a7a473de8bc46a00a40c52e3e56439ff7dc2 (diff)
changed themeHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 87f64a8..e548dc2 100644
--- a/config.h
+++ b/config.h
@@ -3,12 +3,12 @@ static const char *user = "nobody";
static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
- [BACKGROUND] = "#181818", /* Background */
+ [BACKGROUND] = "#282828", /* Background */
};
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
const char * fonts[] = {"Source Code Pro:size=24"};
-const char * textcolor[] = {"#547f62", "#181818", "#181818"};
-const char * decoration[] = {"#7f5471", "#181818", "#181818"};
+const char * textcolor[] = {"#689d6a", "#282828", "#282828"};
+const char * decoration[] = {"#b16286", "#282828", "#282828"};
const char * pass_char = "•";