ayu-theme / ayu-vim

Modern theme for modern VIMs
Apache License 2.0
1.68k stars 187 forks source link

when I set the light theme, the cusor fade........... #65

Closed cyt-codemaker closed 3 years ago

cyt-codemaker commented 3 years ago

when I edit in normal-mode and insert-mode, I can't find my cursor because the cursor and the background are all light. What should I do?

Luxed commented 3 years ago

This is either an issue with your Terminal, Client (gvim, nvim-qt, etc.) or you might want :h guicursor. Here's example's of different terminal behavior:

cyt-codemaker commented 3 years ago

This is either an issue with your Terminal, Client (gvim, nvim-qt, etc.) or you might want . Here's example's of different terminal behavior::h guicursor

  • Kitty: white cursor in dark mode and light gray in light mode. Perfectly distinguishable all the time.
  • Alacritty: cursor color are reversed background and foreground. Very easy to find it.
  • Windows Terminal: Always white. I had to change it to something like a very light blue to make it visible in both dark and light theme.

Thank you very much. I've solved it.