diff --git a/autumn-fire/kitty.conf b/autumn-fire/kitty.conf index 8e26299..e5bb53b 100644 --- a/autumn-fire/kitty.conf +++ b/autumn-fire/kitty.conf @@ -9,7 +9,7 @@ selection_background #170808 url_color #ffbd08 -color0 #0a0303 +color0 #2b1f17 color8 #544343 color1 #a60000 diff --git a/autumn-fire/st.h b/autumn-fire/st.h index 291baab..b311999 100644 --- a/autumn-fire/st.h +++ b/autumn-fire/st.h @@ -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 */