Change purple color to be darker
This commit is contained in:
parent
470feb19b0
commit
20c82eaa71
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ static const char col_gray1[] = "#080808";
|
|||
static const char col_gray2[] = "#444444";
|
||||
static const char col_gray3[] = "#bbbbbb";
|
||||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char col_purp[] = "#ae81ff";
|
||||
static const char col_purp[] = "#d183e8";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue