add a note about how to prevent themes kitten from commenting out color settings

This commit is contained in:
Kovid Goyal 2024-07-12 09:10:49 +05:30
parent fd716b5753
commit 114f2da1bf
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -42,6 +42,16 @@ existing color settings in :file:`kitty.conf` so they do not interfere.
Once that's done, the kitten sends kitty a signal to make it reload its config.
.. note::
If you want to have some color settings in your :file:`kitty.conf` that the
theme kitten does not override, move them into a separate conf file and
``include`` it into kitty.conf. The include should be places after the
inclusion of :file:`current-theme.conf` so that the settings in it override
conflicting settings from :file:`current-theme.conf`.
Using your own themes
-----------------------