Compare commits
No commits in common. "e930b1c0621c874d609f143f2f5ddce066481dd5" and "a09795629fcab0e6c958015c81ffeb3c39f3a836" have entirely different histories.
e930b1c062
...
a09795629f
Before Width: | Height: | Size: 553 KiB After Width: | Height: | Size: 553 KiB |
Before Width: | Height: | Size: 741 KiB After Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 659 KiB After Width: | Height: | Size: 659 KiB |
Before Width: | Height: | Size: 627 KiB After Width: | Height: | Size: 627 KiB |
|
@ -9,7 +9,7 @@ selection_background #170808
|
||||||
|
|
||||||
url_color #ffbd08
|
url_color #ffbd08
|
||||||
|
|
||||||
color0 #2b1f17
|
color0 #0a0303
|
||||||
color8 #544343
|
color8 #544343
|
||||||
|
|
||||||
color1 #a60000
|
color1 #a60000
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
/* 8 normal colors */
|
/* 8 normal colors */
|
||||||
[0] = "#2b1f17", /* black */
|
[0] = "#000000", /* black */
|
||||||
[1] = "#a60000", /* red */
|
[1] = "#a60000", /* red */
|
||||||
[2] = "#d6651a", /* green */
|
[2] = "#d6651a", /* green */
|
||||||
[3] = "#d5cd36", /* yellow */
|
[3] = "#d5cd36", /* yellow */
|
||||||
|
|