wezterm colorscheme
This commit is contained in:
parent
adefb9de8b
commit
be49caa0ed
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ local config = wezterm.config_builder()
|
|||
-- This is where you actually apply your config choices
|
||||
config.enable_tab_bar = false
|
||||
|
||||
config.colorscheme = "Tangoesque"
|
||||
|
||||
config.window_frame = {
|
||||
|
||||
font = wezterm.font({ family = "JetBrainsMono NF" }),
|
||||
|
|
Loading…
Reference in a new issue