qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

Question: Any way to configure active document tab background color? #968

Open faunaee opened 2 years ago

faunaee commented 2 years ago

Currently, I'm seeing the active tab with a medium gray text color and bright blue background color. That contrast differential make it nearly impossible for me (with aging eyes) to read the name of the file in the active tab.

Screen Shot 2022-07-19 at 10 45 25 AM

Is there a way to configure those colors?

marksinkovics commented 1 year ago

I also experienced this issue when I used this this theme https://github.com/gruvbox-community/gruvbox, but once I debugged the code I realized, that blue colour is a default (NSColor.selectedMenuItemColor), and it comes from the OS, when vimr is not able to read the colour from the colour config file. So I tried different others, and I found this one https://github.com/lifepillar/vim-gruvbox8 which works out of the box. Therefore I believe the problem is not with vimr, rather with the colour scheme. I hope it helps