Merge pull request #79 from jesseduffield/light-theme-borders

use default border color to support light theme
This commit is contained in:
Jesse Duffield 2019-07-03 20:46:20 +10:00 committed by GitHub
commit c6519b7e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,