From 7f27efc5baaaf5ab44eecd1998245000183490a2 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 9 Jun 2022 23:49:42 +0100 Subject: kitty.conf: real white/black colors --- data/kitty.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/kitty.conf b/data/kitty.conf index cb84df1..e4209da 100644 --- a/data/kitty.conf +++ b/data/kitty.conf @@ -6,8 +6,9 @@ disable_ligatures always box_drawing_scale 0.1, 0.5, 1, 1 -cursor orangered2 -cursor_shape block +cursor orangered2 +cursor_text_color #111111 +cursor_shape block cursor_blink_interval 0 cursor_stop_blinking_after 15.0 @@ -54,8 +55,8 @@ selection_background #efebe7 selection_foreground #101010 # black -color0 grey5 -color8 grey5 +color0 #000000 +color8 #000000 # red color1 OrangeRed1 color9 OrangeRed2 @@ -75,8 +76,8 @@ color13 lightpink3 color6 cyan4 color14 cyan4 # white -color7 white -color15 white +color7 #ffffff +color15 #ffffff map ctrl+enter send_text all \x1b[27;5;13~ map ctrl+. send_text all \x1b[27;5;46~ -- cgit v1.2.3