update
This commit is contained in:
parent
9193275f83
commit
8fde82ff2c
|
@ -19,6 +19,8 @@ show_hyperlink_targets yes
|
||||||
|
|
||||||
remote_kitty if-needed
|
remote_kitty if-needed
|
||||||
|
|
||||||
|
enable_audio_bell no
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/kittens/ssh/#opt-kitten-ssh.share_connections
|
# https://sw.kovidgoyal.net/kitty/kittens/ssh/#opt-kitten-ssh.share_connections
|
||||||
share_connections yes
|
share_connections yes
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ local M = {}
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "palenight",
|
theme = "palenight",
|
||||||
theme_toggle = {"catppuccin", "palenight",},
|
theme_toggle = {"doomchad", "palenight",},
|
||||||
|
|
||||||
statusline = {
|
statusline = {
|
||||||
theme = "default"
|
theme = "default"
|
||||||
|
|
Loading…
Reference in New Issue