Steps to reproduce
- Enable OS dark mode (System Settings > Appearance > Dark)
- Verify:
defaults read -g AppleInterfaceStyle # => Dark
- Check MacVim value
mvim --clean +'echo v:os_appearance' # => 0
Can be replicated by opening the app outside of the terminal and typing :echo v:os_appearance
Expected behaviour
MacVim echoes 1
Version of Vim and architecture
MacVim r179 (Vim 9.1.0), arm64
Environment
- macOS Sonoma 14.3.1 (23D60) arm64
- iTerm2 3.5.0beta20
- zsh 5.9 (x86_64-apple-darwin23.0)
How MacVim was installed
Homebrew
Logs and stack traces
No response
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
Issue has been tested with no configuration
Other conditions
Steps to reproduce
defaults read -g AppleInterfaceStyle # => Darkmvim --clean +'echo v:os_appearance' # => 0Can be replicated by opening the app outside of the terminal and typing
:echo v:os_appearanceExpected behaviour
MacVim echoes
1Version of Vim and architecture
MacVim r179 (Vim 9.1.0), arm64
Environment
How MacVim was installed
Homebrew
Logs and stack traces
No response
Vim configuration where issue is reproducable
No response
Issue has been tested with given configuration
Issue has been tested with no configuration
mvim --clean(orgvim, supplied by MacVim distribution)vim --clean(in terminal, supplied by MacVim distribution)vim --clean(in terminal, other suppliers, e.g. /usr/bin/vim)Other conditions