You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local wezterm = require "wezterm"
function scheme_for_appearance(appearance)
if appearance:find "Dark" then
return "Catppuccin Mocha"
else
return "Catppuccin Latte"
end
end
return {
-- ...your existing config
color_scheme = scheme_for_appearance(wezterm.gui.get_appearance()),
}
when opening new tab is fine,
but when opening new window, it is not correct after upgrade the lastest homebrew wezterm
The text was updated successfully, but these errors were encountered:
configure as the method in
README.md
when opening new tab is fine,
but when opening new window, it is not correct after upgrade the lastest homebrew
wezterm
The text was updated successfully, but these errors were encountered: