Closed
Description
Remote theme gets reverted if kitten transfer, icat or edit-in-kitty is used
I have color_scheme some_theme
in my ~/.config/kitty/ssh.conf
and that works fine. The theme gets applied the moment kitten ssh
starts its job.
If I do kitten edit-in-kitty some_file
or kitten icat
it works as expected but it changes back the theme to the one used for local kitty sessions.
To Reproduce
Steps to reproduce the behavior:
- add
color_scheme
to~/.config/kitty/ssh.conf
- connect with
kitten ssh
to remote host - try
kitten icat some.png
- see the theme changed for the session to the remote host