diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 53a311a..97c462b 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -152,7 +152,7 @@ local function scheme_for_appearance(appearance) if not appearance:find("Dark") then return "Catppuccin Latte" else - return "Catppuccin Mocha" + return "Catppuccin Frappe" end end