Hennadii Chernyshchyk
Hennadii Chernyshchyk
Thank you! Let me use this branch for a few days, maybe I will catch some issues.
Works perfectly!
@jgehrig consider the following commands: ```lua :lua vim.api.nvim_set_hl(0, 'SpellBad', { fg = 'green', underline = true }) :hi SpellBad ``` Expected behavior (Neovide):  Current behavior (Neovim Qt): 
@jgehrig I use 0.2.17. I can reproduce it with `nvim-qt -- -u NONE` using the commands above.
> Can you try enabling the new rendering protocol ext_linegrid=true? Right, with `ext_linegrid=true` it works as expected.
I like this suggestion. Not easy to implement, but very useful. I would prefer to see this over #481 (not the same request, but your suggestion could solve the mentioned...
Icon support is needed. We need to bundle both variants and select automatically the correct one based on system settings.
OBS uses custom styles, it's not a default dark Qt theme.
I personally dislike custom styles. It's better to just migrate to Qt6.
I wish I could have more free time... I currently quite busy with another project, so a PR would be highly appreciated. I will be able to review it quickly,...