mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
Fix tab divider when color is disabled
This commit is contained in:
parent
691614dae4
commit
c6ad73da01
@ -137,7 +137,11 @@ func Init(version, commit, builtBy string) {
|
||||
browser.SetTabBackgroundColorFocused(tcell.ColorWhite)
|
||||
browser.SetTabTextColor(tcell.ColorWhite)
|
||||
browser.SetTabTextColorFocused(tcell.ColorBlack)
|
||||
browser.SetTabSwitcherDivider("", "|", "|")
|
||||
browser.SetTabSwitcherDivider(
|
||||
"",
|
||||
"[#ffffff:#000000]|[-]",
|
||||
"[#ffffff:#000000]|[-]",
|
||||
)
|
||||
}
|
||||
|
||||
bottomBar.SetDoneFunc(func(key tcell.Key) {
|
||||
|
Loading…
Reference in New Issue
Block a user