From 114f2da1bfcc5f891c05128c8fc1af613cd8ca8a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Jul 2024 09:10:49 +0530 Subject: [PATCH] add a note about how to prevent themes kitten from commenting out color settings --- docs/kittens/themes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/kittens/themes.rst b/docs/kittens/themes.rst index b9f797cda..113e2db2e 100644 --- a/docs/kittens/themes.rst +++ b/docs/kittens/themes.rst @@ -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 -----------------------