mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Merge pull request #79 from jesseduffield/light-theme-borders
use default border color to support light theme
This commit is contained in:
commit
c6519b7e57
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue