cyd01 / KiTTY

:computer: KiTTY, a free telnet/ssh client for Windows
https://www.9bis.com/kitty
Other
1.55k stars 132 forks source link

Feature: change settings like colors from inside terminal using dedicated ansi code sequences #486

Open momiji opened 1 year ago

momiji commented 1 year ago

Hello,

I wonder if it is possible to allow changing colors from terminal, not from settings.

We're using different colors for environments, and while it works perfectly using connection settings, it does not work when sshing from one server to another and so on.

The idea is to have in the .bashrc or seomthing like that a code sequence that will change kitty colors. For starting, I would like to have the 4 first colors: default (bold) foreground/background colors, and probably a setting to enable this change.

Is this something that can be done?