kitty ssh theme logic was backwards. also switch ssh theme to black-metal-venom

This commit is contained in:
pagedmov
2024-11-03 01:54:24 -04:00
parent 6057406376
commit 49af09e09a
3 changed files with 2 additions and 38 deletions

View File

@@ -77,7 +77,7 @@
fi
}
kitty_ssh_theme() {
if [ -n "$SSH_CONNECTION" ]; then
if [ -z "$SSH_CONNECTION" ]; then
kitty @ set-colors -a ~/.config/kitty/ssh-theme.conf
else
kitty @ set-colors -a ~/.config/kitty/ssh-theme.conf