gruvbox-materila
This commit is contained in:
parent
9d65d271fa
commit
639f63c305
1 changed files with 13 additions and 13 deletions
26
config.h
26
config.h
|
@ -97,23 +97,23 @@ unsigned int tabspaces = 8;
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
/* 8 normal colors */
|
/* 8 normal colors */
|
||||||
[0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
[0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */
|
||||||
[1] = "#cc241d", /* red */
|
[1] = "#ea6962", /* red */
|
||||||
[2] = "#98971a", /* green */
|
[2] = "#a9b665", /* green */
|
||||||
[3] = "#d79921", /* yellow */
|
[3] = "#d8a657", /* yellow */
|
||||||
[4] = "#458588", /* blue */
|
[4] = "#7daea3", /* blue */
|
||||||
[5] = "#b16286", /* magenta */
|
[5] = "#d3869b", /* magenta */
|
||||||
[6] = "#689d6a", /* cyan */
|
[6] = "#89b482", /* cyan */
|
||||||
[7] = "#a89984", /* white */
|
[7] = "#d4be98", /* white */
|
||||||
|
|
||||||
/* 8 bright colors */
|
/* 8 bright colors */
|
||||||
[8] = "#928374", /* black */
|
[8] = "#928374", /* black */
|
||||||
[9] = "#fb4934", /* red */
|
[9] = "#ea6962", /* red */
|
||||||
[10] = "#b8bb26", /* green */
|
[10] = "#a9b665", /* green */
|
||||||
[11] = "#fabd2f", /* yellow */
|
[11] = "#d8a657", /* yellow */
|
||||||
[12] = "#83a598", /* blue */
|
[12] = "#7daea3", /* blue */
|
||||||
[13] = "#d3869b", /* magenta */
|
[13] = "#d3869b", /* magenta */
|
||||||
[14] = "#8ec07c", /* cyan */
|
[14] = "#89b482", /* cyan */
|
||||||
[15] = "#ebdbb2", /* white */
|
[15] = "#d4be98", /* white */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue