use default border color to support light theme

This commit is contained in:
Jesse Duffield 2019-07-03 20:45:02 +10:00
parent 1ff2198c0a
commit 4edf263dfa

View file

@ -296,7 +296,7 @@ func GetDefaultConfig() UserConfig {
IgnoreMouseEvents: false, IgnoreMouseEvents: false,
Theme: ThemeConfig{ Theme: ThemeConfig{
ActiveBorderColor: []string{"green", "bold"}, ActiveBorderColor: []string{"green", "bold"},
InactiveBorderColor: []string{"white"}, InactiveBorderColor: []string{"default"},
OptionsTextColor: []string{"blue"}, OptionsTextColor: []string{"blue"},
}, },
ShowAllContainers: false, ShowAllContainers: false,