switch colorscheme of terminal back to catppuccin
This commit is contained in:
parent
81293f432c
commit
256da94ea4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local wezterm = require("wezterm")
|
|||
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.color_scheme = "Ashes (base16)"
|
||||
config.color_scheme = "Catppuccin Macchiato"
|
||||
config.use_fancy_tab_bar = false
|
||||
config.window_decorations = "RESIZE"
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
|
|
Loading…
Reference in a new issue