diff options
author | jao <jao@gnu.org> | 2022-06-09 23:49:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-09 23:49:51 +0100 |
commit | 7f27efc5baaaf5ab44eecd1998245000183490a2 (patch) | |
tree | 7a285294f003030f5c2d0ae512b606f007bc74f0 /data | |
parent | 01e68cd5747c3eee3cd4c2c30e1f2f9f4660fc31 (diff) | |
download | elibs-7f27efc5baaaf5ab44eecd1998245000183490a2.tar.gz elibs-7f27efc5baaaf5ab44eecd1998245000183490a2.tar.bz2 |
kitty.conf: real white/black colors
Diffstat (limited to 'data')
-rw-r--r-- | data/kitty.conf | 13 |
1 files changed, 7 insertions, 6 deletions
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~ |