summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-06-19 09:25:25 +0200
committerNPScript <nathan@reinerweb.ch>2022-06-19 09:25:25 +0200
commitaf93a7a473de8bc46a00a40c52e3e56439ff7dc2 (patch)
tree26111e84a401d96ece2fcf43239514098717b0fa /config.h
parentac23be740a8b39f73c8dfebd2c391a0ef637c7ee (diff)
design update
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.h b/config.h
index 0fe7055..87f64a8 100644
--- a/config.h
+++ b/config.h
@@ -9,8 +9,6 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
const char * fonts[] = {"Source Code Pro:size=24"};
-const char * schemes[] = {"#547f62", "#181818", "#181818"};
-const int diasize[] = {320, 320};
-const char * lock_message = "> Nathan Reiner";
+const char * textcolor[] = {"#547f62", "#181818", "#181818"};
+const char * decoration[] = {"#7f5471", "#181818", "#181818"};
const char * pass_char = "•";
-const char * cursor_char = "_";