yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

fvim titlebar does not respect windows color scheme #255

Closed joukevandermaas closed 1 year ago

joukevandermaas commented 1 year ago

I'm on windows 11. My computer is set to dark mode, but the fvim title bar is still using the light color scheme. It also does not use the theme color like other windows do. This makes it hard for me to see if the window has focus.

yatli commented 1 year ago

FVim titlebar is designed to follow the vim color scheme not the system one.

joukevandermaas commented 1 year ago

I'm not really sure what to do in that case. My color scheme is also dark, but the title bar is bright white. Personally I would prefer it just follows my system preferences since every other app I use also follows them.

If that's not something you would want for the project then feel free to close this issue.

yatli commented 1 year ago

FVimCustomTitleBar v:true " themed with colorscheme

^ try this?

How well it works depends on the colorscheme, but most will end up with an acceptable result.

joukevandermaas commented 1 year ago

Thanks, that is better. It has some disadvantages but I can live with those. I'll close this issue now, because this solution is good enough for me.