From e4baca6d97178a1d8b12858e1e95af0966fc576a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 17 Apr 2023 08:47:26 +0530 Subject: [PATCH] Emphasize that names of custom theme conf files must actual builtin theme names to override them --- docs/kittens/themes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/kittens/themes.rst b/docs/kittens/themes.rst index 549dfe40e..2c75d5075 100644 --- a/docs/kittens/themes.rst +++ b/docs/kittens/themes.rst @@ -44,7 +44,8 @@ You can also create your own themes as :file:`.conf` files. Put them in the usually, :file:`~/.config/kitty/themes`. The kitten will automatically add them to the list of themes. You can use this to modify the builtin themes, by giving the conf file the name :file:`Some theme name.conf` to override the builtin -theme of that name. Note that after doing so you have to run the kitten and +theme of that name. Here, ``Some theme name`` is the actual builtin theme name, not +its file name. Note that after doing so you have to run the kitten and choose that theme once for your changes to be applied.