From f064cb6d60ee4336bf79779c28f9a4500b892f11 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 25 Mar 2020 22:00:48 +0000 Subject: [PATCH] update black --- autumn-fire/kitty.conf | 2 +- autumn-fire/st.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */