update blacks
This commit is contained in:
parent
041c6fe6cf
commit
6691f8a090
|
@ -2,7 +2,7 @@
|
|||
static const char *colorname[] = {
|
||||
|
||||
/* 8 normal colors */
|
||||
[0] = "#282a2e", /* black */
|
||||
[0] = "#282e28", /* black */
|
||||
[1] = "#9c001f", /* red */
|
||||
[2] = "#009a1f", /* green */
|
||||
[3] = "#a48300", /* yellow */
|
||||
|
@ -12,7 +12,7 @@ static const char *colorname[] = {
|
|||
[7] = "#70a281", /* white */
|
||||
|
||||
/* 8 bright colors */
|
||||
[8] = "#373b41", /* black */
|
||||
[8] = "#374138", /* black */
|
||||
[9] = "#ff0033", /* red */
|
||||
[10] = "#00ff33", /* green */
|
||||
[11] = "#ebbb00", /* yellow */
|
||||
|
@ -24,7 +24,7 @@ static const char *colorname[] = {
|
|||
[255] = 0,
|
||||
|
||||
/* special colors */
|
||||
[256] = "#1d1f21", /* background */
|
||||
[256] = "#141514", /* background */
|
||||
[257] = "#00ca28", /* foreground */
|
||||
};
|
||||
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
! special
|
||||
*.foreground: #00ca28
|
||||
*.background: #1d1f21
|
||||
|
||||
*.background: #141514
|
||||
|
||||
*.cursorColor: #00ca28
|
||||
|
||||
! black
|
||||
*.color0: #282a2e
|
||||
*.color8: #373b41
|
||||
*.color0: #282e28
|
||||
*.color8: #374138
|
||||
|
||||
! red
|
||||
*.color1: #9c001f
|
||||
|
|
Loading…
Reference in New Issue