update black

This commit is contained in:
Ray Elliott 2020-03-25 22:00:48 +00:00
parent a09795629f
commit f064cb6d60
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ selection_background #170808
url_color #ffbd08
color0 #0a0303
color0 #2b1f17
color8 #544343
color1 #a60000

View File

@ -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 */