mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Change Wezterm color scheme
This commit is contained in:
parent
f67825a58a
commit
85f0ac19ad
@ -3,22 +3,22 @@ local config = wezterm.config_builder()
|
|||||||
|
|
||||||
local act = wezterm.action
|
local act = wezterm.action
|
||||||
|
|
||||||
config.color_scheme = "Gruvbox Dark (Gogh)"
|
config.color_scheme = "Srcery (Gogh)"
|
||||||
config.font = wezterm.font "Berkeley Mono"
|
config.font = wezterm.font "Berkeley Mono"
|
||||||
config.font_size = 14
|
config.font_size = 14
|
||||||
|
|
||||||
config.use_fancy_tab_bar = false
|
config.use_fancy_tab_bar = false
|
||||||
|
|
||||||
config.window_padding = {
|
config.window_padding = {
|
||||||
left = 0,
|
left = 0,
|
||||||
right = 0,
|
right = 0,
|
||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
config.keys = {
|
config.keys = {
|
||||||
{ key = "LeftArrow", mods = "CMD", action = act.ActivateTabRelative(-1) },
|
{ key = "LeftArrow", mods = "CMD", action = act.ActivateTabRelative(-1) },
|
||||||
{ key = "RightArrow", mods = "CMD", action = act.ActivateTabRelative(1) },
|
{ key = "RightArrow", mods = "CMD", action = act.ActivateTabRelative(1) },
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user