update kitty icons

update wezterm configuration
This commit is contained in:
xfy
2024-11-05 15:02:49 +08:00
parent 548fc119e6
commit cecd372100
5 changed files with 23 additions and 2 deletions

Binary file not shown.

BIN
kitty/kitty.app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -13,10 +13,26 @@ config.window_padding = {
top = 0, top = 0,
bottom = 0, bottom = 0,
} }
-- window
config.window_decorations = "RESIZE" config.window_decorations = "RESIZE"
config.window_background_opacity = 0.97 config.window_background_opacity = 0.96
config.macos_window_background_blur = 10
config.initial_rows = 30
config.initial_cols = 90
-- tab bar
config.use_fancy_tab_bar = false
config.tab_bar_at_bottom = true
config.colors = {
tab_bar = {
background = "rgba(0,0,0,0)"
},
}
config.hide_tab_bar_if_only_one_tab = true config.hide_tab_bar_if_only_one_tab = true
config.color_scheme = "Catppuccin Mocha" config.color_scheme = "Catppuccin Mocha"
config.font_size = 16 config.font_size = 16
return config return config

View File

@ -46,7 +46,9 @@
"space c t": [ "space c t": [
"workspace::SendKeystrokes", "workspace::SendKeystrokes",
": language selector: toggle enter" ": language selector: toggle enter"
] ],
"alt-k": ["editor::MoveLineUp", { "display_lines": true }],
"alt-j": ["editor::MoveLineDown", { "display_lines": true }]
} }
}, },
{ {

View File

@ -101,6 +101,9 @@
}, },
{ {
"paths": ["~/Developer/venus"] "paths": ["~/Developer/venus"]
},
{
"paths": ["~/Developer/react-draggable"]
} }
] ]
} }