qvacua / vimr

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

Tab color tweak: Use visual select color as selected tab background color. #1063

Closed s-daveb closed 1 month ago

s-daveb commented 1 month ago

I couldn't help but keep tweaking this because it looked 'wrong' to me.

This change uses the visual select highlight groups for the selected tab's background and foregroud color.

Screenshot 2024-05-27 at 10 33 20 PM Screenshot 2024-05-27 at 10 33 32 PM

Additionally, I noticed the spacing and indentation on my last PR was inconsistent. I wasn't using my normal editor back then, so I didn't notice. The indentation should match the rest of the codebase now.

s-daveb commented 1 month ago

I submitted this prematurely X)