Change wezterm colour scheme for more contrast

This commit is contained in:
Talia 2024-10-04 13:04:51 +02:00
parent 05b54919bc
commit 38d0de39c7

View file

@ -24,9 +24,9 @@ local darkfile = os.getenv("HOME") .. "/.dark"
wezterm.add_to_config_reload_watch_list(darkfile) wezterm.add_to_config_reload_watch_list(darkfile)
if io.open(darkfile) then if io.open(darkfile) then
config.color_scheme = "Apprentice (base16)" config.color_scheme = "lovelace"
else else
config.color_scheme = "Atelier Plateau Light (base16)" config.color_scheme = "Londontube (light) (terminal.sexy)"
end end
return config return config