switch back to catppuccin

This commit is contained in:
2025-01-04 22:16:35 +00:00
parent cf6d4c58b0
commit e9931ea771
3 changed files with 10 additions and 11 deletions

View File

@@ -47,10 +47,10 @@ end
function scheme_for_appearance(appearance, overrides)
if appearance:find("Dark") then
on_dark_mode(overrides)
return "rose-pine-moon"
return "catppuccin-mocha"
else
on_light_mode(overrides)
return "rose-pine-dawn"
return "catppuccin-latte"
end
end
@@ -64,7 +64,7 @@ wezterm.on("window-config-reloaded", function(window, pane)
end
end)
config.font = wezterm.font("Fira Code")
config.font = wezterm.font("CommitMono")
config.font_size = 14
config.enable_tab_bar = false