From ec156c1380f196ccfdeed21f3e03f57516d6ce71 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 19 Mar 2025 22:12:45 +0530 Subject: [PATCH] Add a note about GNOME's stupid behavior --- docs/kittens/themes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/kittens/themes.rst b/docs/kittens/themes.rst index ce2ac34ad..e620889b2 100644 --- a/docs/kittens/themes.rst +++ b/docs/kittens/themes.rst @@ -78,6 +78,13 @@ When using these colors, you can still dynamically change colors, but the next time the OS changes its color mode, any dynamic changes will be overridden. +.. note:: + + On the GNOME desktop, the desktop reports the color preference as no-preference + when using light themes. So use :file:`no-preference-theme.auto.conf` to + select colors for light mode on GNOME. + + Using your own themes -----------------------