chore(wezterm): switch to frappe

This commit is contained in:
winston 2022-08-31 23:55:46 +02:00
parent f9b848129c
commit 052fe97c88
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -152,7 +152,7 @@ local function scheme_for_appearance(appearance)
if not appearance:find("Dark") then if not appearance:find("Dark") then
return "Catppuccin Latte" return "Catppuccin Latte"
else else
return "Catppuccin Mocha" return "Catppuccin Frappe"
end end
end end