summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 = "_";