From 052fe97c8893dfd27be640ae914544125225ef5c Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 31 Aug 2022 23:55:46 +0200 Subject: [PATCH] chore(wezterm): switch to frappe --- dot_config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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