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)
|
||||
|
||||
if io.open(darkfile) then
|
||||
config.color_scheme = "Apprentice (base16)"
|
||||
config.color_scheme = "lovelace"
|
||||
else
|
||||
config.color_scheme = "Atelier Plateau Light (base16)"
|
||||
config.color_scheme = "Londontube (light) (terminal.sexy)"
|
||||
end
|
||||
|
||||
return config
|
||||
|
|
Loading…
Reference in a new issue