change wezterm colorscheme
This commit is contained in:
parent
5a8cdeedcd
commit
fb2fae14d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
c = wezterm.config_builder()
|
||||
end
|
||||
c.hide_tab_bar_if_only_one_tab = true
|
||||
c.color_scheme = "GitHub Dark"
|
||||
c.color_scheme = "deep"
|
||||
c.window_padding = { left = 10, right = 10, top = 5, bottom = 5 }
|
||||
c.window_decorations = 'RESIZE'
|
||||
c.window_close_confirmation = "NeverPrompt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue