From 378b7feb5f8e93666bb498b6bda601af069b0052 Mon Sep 17 00:00:00 2001 From: cronyakatsuki Date: Tue, 11 Oct 2022 16:24:28 +0200 Subject: [PATCH] Use catppuccin colors as default colors. --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 39e3a20..46c9ff1 100644 --- a/config.h +++ b/config.h @@ -3,10 +3,10 @@ static const char *user = "crony"; static const char *group = "crony"; static const char *colorname[NUMCOLS] = { - [INIT] = "green", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ - [CAPS] = "red", /* CapsLock on */ + [INIT] = "#a6da95", /* after initialization */ + [INPUT] = "#8aadf4", /* during input */ + [FAILED] = "#ed8796", /* wrong password */ + [CAPS] = "#ee99a0", /* CapsLock on */ }; /*