update black
This commit is contained in:
parent
a09795629f
commit
f064cb6d60
|
@ -9,7 +9,7 @@ selection_background #170808
|
|||
|
||||
url_color #ffbd08
|
||||
|
||||
color0 #0a0303
|
||||
color0 #2b1f17
|
||||
color8 #544343
|
||||
|
||||
color1 #a60000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
/* 8 normal colors */
|
||||
[0] = "#000000", /* black */
|
||||
[0] = "#2b1f17", /* black */
|
||||
[1] = "#a60000", /* red */
|
||||
[2] = "#d6651a", /* green */
|
||||
[3] = "#d5cd36", /* yellow */
|
||||
|
|
Loading…
Reference in New Issue