aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2026-01-03 16:19:39 +0100
committerMarcel Screm <marcel@marcelscrem.com>2026-01-03 16:19:39 +0100
commit7a016aa99ae7bb41663acf3d8221790adc50beb4 (patch)
tree6bc881f90640855b3b050ee077b34d0d0741e9a8 /config.h
parent2bcc2ebde1593a8816d3560ea960e5ad9101ec46 (diff)
added nord theme
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 3b4e12b..8bb9326 100755
--- a/config.h
+++ b/config.h
@@ -3,10 +3,10 @@ static const char *user = "nobody";
static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
- [BACKGROUND] = "black",
- [INIT] = "#2d2d2d", /* after initialization */
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
+ [BACKGROUND] = "#2E3440",
+ [INIT] = "#616E88", /* after initialization */
+ [INPUT] = "#ECEFF4", /* during input */
+ [FAILED] = "#bf616a", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */