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,
Theme: ThemeConfig{
ActiveBorderColor: []string{"green", "bold"},
InactiveBorderColor: []string{"white"},
InactiveBorderColor: []string{"default"},
OptionsTextColor: []string{"blue"},
},
ShowAllContainers: false,