mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 23:51:03 +00:00
use default border color to support light theme
This commit is contained in:
parent
1ff2198c0a
commit
4edf263dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue