Compare commits

...

2 Commits

Author SHA1 Message Date
Ray Elliott e930b1c062 rename images 2020-03-25 22:01:08 +00:00
Ray Elliott f064cb6d60 update black 2020-03-25 22:00:48 +00:00
7 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 553 KiB

After

Width:  |  Height:  |  Size: 553 KiB

View File

Before

Width:  |  Height:  |  Size: 741 KiB

After

Width:  |  Height:  |  Size: 741 KiB

View File

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

Before

Width:  |  Height:  |  Size: 659 KiB

After

Width:  |  Height:  |  Size: 659 KiB

View File

Before

Width:  |  Height:  |  Size: 627 KiB

After

Width:  |  Height:  |  Size: 627 KiB

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