switch to soft gruvbox dark mode

This commit is contained in:
Akbar Rahman 2020-08-11 12:10:27 +01:00
parent de4a05c9e5
commit fa54339355
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -97,7 +97,7 @@ unsigned int tabspaces = 8;
static const char *colorname[] = {
/* 8 normal colors */
[0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
[0] = "#32302f", /* hard contrast: #1d2021 / soft contrast: #32302f */
[1] = "#cc241d", /* red */
[2] = "#98971a", /* green */
[3] = "#d79921", /* yellow */