AlphaTechnolog/pywal.nvim

Highlight current line

ivan-volnov opened this issue · 4 comments

Hello,

Thank you for the plugin!

How to highlight current line?

try using vim.opt.cursorline = true or with vim script set cursorline

I have set cursorline in config and it works in other themes. I guess the issue is in the color theme.

i don't really know what color could i use, because pywal don't generate for me a color that looks sick for the cursorline (like a contrastbg) :/ so i don't really know how can i implement this, closing for now....

a possible solution is calc the color using the bg color (but i need to make that functions in lua, and to implement this i will need time)