From dff7ddea39d84040583a525c34899c2c8df546ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Feb 2018 11:17:07 +0530 Subject: [PATCH] Make the default intense black a little lighter Brings it closer to the color definitions at: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit --- kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index ae51f9735..673fd879f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -205,7 +205,7 @@ inactive_tab_font_style normal # black color0 #000000 -color8 #4d4d4d +color8 #767676 # red color1 #cc0403