catppuccin again
This commit is contained in:
parent
9623d02b11
commit
9124599aee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local wezterm = require("wezterm")
|
||||||
|
|
||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
config.color_scheme = "chadtain"
|
config.color_scheme = "Catppuccin Macchiato"
|
||||||
config.use_fancy_tab_bar = false
|
config.use_fancy_tab_bar = false
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.hide_tab_bar_if_only_one_tab = true
|
||||||
|
|
Loading…
Reference in a new issue