-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
If you have multiple themes located in ~/.config/kitty/themes, kitty will just load one. The other themes show up in the list too, however they'll have the same colors as the first one, even tho they're different in the theme.conf.
To Reproduce
Steps to reproduce the behavior:
- copy two theme files from kovidgoyal/kitty-themes into
~/.config/kitty/themesand rename them toThemeOne.confandThemeTwo.conf(any name that is not in kitty-themes should suffice) - open kitty and run the themes kitten (
kitty +kitten themes) - search for "Theme" and try switching between them --> Only one theme will be loaded
Environment details
kitty 0.23.0 created by Kovid Goyal
Linux spiritXPS.localdomain 5.13.8-1-default #1 SMP Thu Aug 5 08:56:22 UTC 2021 (967c6a8) x86_64
Welcome to openSUSE Tumbleweed 20210810 - Kernel \r (\l).
wlp0s20f3: \4{wlp0s20f3} \6{wlp0s20f3}
Running under:Wayland
Loaded config files:
/home/florian/.config/kitty/kitty.conf
Config options different from defaults:
cursor_shape 2
font_family MesloLGS NF
italic_font MesloLGS NF italic
select_by_word_characters :@-./_~?&=%+#
single_window_margin_width FloatEdges(left=-1000.0, top=-1000.0, right=-1000.0, bottom=-1000.0)
update_check_interval 24.0
window_border_width (1.0, 'pt')
window_padding_width FloatEdges(left=10.0, top=10.0, right=10.0, bottom=10.0)
Changed shortcuts:
shift+ctrl+e KeyAction('kitten', ('hints',))
Colors:
background #ecf0f1
color0 #2c3e50
color1 #e74c3c
color10 #2ecc71
color11 #f1c40f
color12 #3498db
color13 #9b59b6
color14 #1abc9c
color15 #ecf0f1
color2 #2ecc71
color3 #f1c40f
color4 #3498db
color5 #9b59b6
color6 #1abc9c
color7 #e0e0e0
color8 #95a5a6
color9 #e74c3c
foreground #7f8c8d
selection_background #7f8c8d
selection_foreground #ecf0f1
Reactions are currently unavailable


