mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
Use theme background for tab divider
This commit is contained in:
parent
db6e0f4074
commit
86f9f0f329
@ -107,8 +107,8 @@ func Init(version, commit, builtBy string) {
|
||||
browser.SetTabTextColorFocused(config.GetColor("bg"))
|
||||
browser.SetTabSwitcherDivider(
|
||||
"",
|
||||
fmt.Sprintf("[%s]|[-]", config.GetColorString("tab_divider")),
|
||||
fmt.Sprintf("[%s]|[-]", config.GetColorString("tab_divider")),
|
||||
fmt.Sprintf("[%s:%s]|[-]", config.GetColorString("tab_divider"), config.GetColorString("bg")),
|
||||
fmt.Sprintf("[%s:%s]|[-]", config.GetColorString("tab_divider"), config.GetColorString("bg")),
|
||||
)
|
||||
} else {
|
||||
bottomBar.SetBackgroundColor(tcell.ColorWhite)
|
||||
|
Loading…
Reference in New Issue
Block a user