1
0
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:
makeworld 2020-12-28 17:58:21 -05:00
parent db6e0f4074
commit 86f9f0f329

View File

@ -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)