fix(wezterm): give up syncing dark/light on linux

This commit is contained in:
winston 2023-05-01 06:02:57 +02:00
parent 828bea6b29
commit 7853cfbe7a
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -50,7 +50,7 @@ wezterm.plugin
.require("https://github.com/catppuccin/wezterm")
.apply_to_config(c, {
flavor = "mocha",
sync = true,
sync = wezterm.target_triple:find("darwin") ~= nil,
sync_flavors = { light = "latte", dark = "mocha" },
})
wezterm.plugin