Change wezterm colour scheme for more contrast
This commit is contained in:
parent
05b54919bc
commit
38d0de39c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue