New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font color in Preferences doesn't adjust with macOS system wide dark mode #878
Comments
|
Currently, VimR does not support dark mode. My assumption is that most Neovim users use custom color scheme anyways. Therefore, it can adapt to the color scheme you have selected in Neovim. Turn on Preferences -> Appearance -> Use Neovim's color scheme for main window and tools. Closing the issue, however, if you want to discuss this issue further, please use #908. |
|
The idea proposed in #859 is nice. I'll try to implement it. |
|
#859 captures dynamically switching the user Vim theme based on dark/light theme, but does not capture the issue presented here, which is that some text in the Vimr preference pane is still black when in dark mode. |
|
I'm seeing this too — and, yeah, it's unrelated to dark-mode support in Vim-proper. |
|
Why is this issue closed? I just installed a fresh copy of vimr ( |

When setting Dark Mode for the entire OS, VimR activates its dark mode as well. But in Preferences, some of the fonts don't adjust for that. The main ones do (they become white), but the other ones don't.
Steps to reproduce:
Expected: Font color should become a lighter color, so that it's visible against the dark background
Actual: Font color is still black, so it's difficult to read.
I checked whether it had anything to do with my neovim theme. Disabling it didn't have any effect.
I attached screenshots of how it looks in light mode and dark mode respectively.
Light mode:

Dark mode:

VimR version: 0.35.0 (20211105.213803)
neovim version: 0.5.1
macOS version: 11.6 (x86)
The text was updated successfully, but these errors were encountered: