Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure wrong apperance after upgrade wezterm(homebrew) #14

Open
cxwx opened this issue May 17, 2024 · 0 comments
Open

configure wrong apperance after upgrade wezterm(homebrew) #14

cxwx opened this issue May 17, 2024 · 0 comments

Comments

@cxwx
Copy link

cxwx commented May 17, 2024

configure as the method in README.md

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant