Skip to content

Commit d36bf56

Browse files
committed
Add an FAQ entry for Gnome auto theme detection
1 parent 937a3f9 commit d36bf56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ vim.g.neovide_scroll_animation_far_lines = 0
168168
vim.g.neovide_scroll_animation_length = 0.00
169169
```
170170

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+
171178
## macOS Login Shells
172179

173180
Traditionally, Unix shells use two main configuration files that are executed

0 commit comments

Comments
 (0)