-
How do you overwrite the cursor color? require('rose-pine').setup({
highlight_groups = {
CursorLine = { bg = 'surface' }, -- this works
Cursor = { fg='text', bg='gold' }, -- this does not work
}
}) For some reason Thank you for an amazing theme! |
Beta Was this translation helpful? Give feedback.
Answered by
mvllow
Jan 10, 2023
Replies: 1 comment 1 reply
-
Unfortunately (to my knowledge) # Example kitty.conf
cursor #ea9d34 # Rosé Pine Dawn gold
cursor_text_color #e0def4 # Rosé Pine text |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mabq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately (to my knowledge)
Cursor
only applies to GUI applications, but not the terminal. I use kitty terminal and Neovim uses the cursor colour set in my terminal theme.