tinted-theming / tinted-kitty

Base16 and Base24 color schemes for Kitty terminal
MIT License
3 stars 3 forks source link

feat: add `cursor_text_color` #2

Closed wincent closed 2 months ago

wincent commented 2 months ago

Cherry-pick of:

from the "original" base16-kitty repo (ie. the one referenced from chriskempson/base16-templates-source).

Original description:

By default, Kitty is setting the cursor text color to #111111.

See https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.cursor_text_color.

It's not rendering well when using vim with light theme.

348778491-776f0881-fcf1-4e0b-8ff9-480cf32b3a2c

JamyGolden commented 2 months ago

Thanks for the PR. Can you add this change to the base24.mustache and base24-256.mustache file?

wincent commented 2 months ago

Thanks for the PR. Can you add this change to the base24.mustache and base24-256.mustache file?

Sure thing. Done in 4e9258dc8224810bcaede11ba0d13b4c049c16a9.

JamyGolden commented 2 months ago

I’ve just run a build so the themes have been updated.