Use catppuccin colors as default colors.
This commit is contained in:
parent
f71e93e7b3
commit
378b7feb5f
8
config.h
8
config.h
@ -3,10 +3,10 @@ static const char *user = "crony";
|
|||||||
static const char *group = "crony";
|
static const char *group = "crony";
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[INIT] = "green", /* after initialization */
|
[INIT] = "#a6da95", /* after initialization */
|
||||||
[INPUT] = "#005577", /* during input */
|
[INPUT] = "#8aadf4", /* during input */
|
||||||
[FAILED] = "#CC3333", /* wrong password */
|
[FAILED] = "#ed8796", /* wrong password */
|
||||||
[CAPS] = "red", /* CapsLock on */
|
[CAPS] = "#ee99a0", /* CapsLock on */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user