We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937a3f9 commit d36bf56Copy full SHA for d36bf56
website/docs/faq.md
@@ -168,6 +168,13 @@ vim.g.neovide_scroll_animation_far_lines = 0
168
vim.g.neovide_scroll_animation_length = 0.00
169
```
170
171
+## The default Neovim background is dark on a light Gnome theme
172
+
173
+Gnome does not support a genuine light theme. See [this Gnome
174
+issue](https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1948). You can work around it by
175
+setting it manually with `gsettings set org.gnome.desktop.interface color-scheme prefer-light`.
176
+But do note that it resets when you change the Gnome theme.
177
178
## macOS Login Shells
179
180
Traditionally, Unix shells use two main configuration files that are executed
0 commit comments