mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-05-02 22:17:09 +08:00
fix bright white border color
This commit is contained in:
parent
36d9779f2b
commit
1a3dc8ef5f
4
gomu.go
4
gomu.go
@ -153,8 +153,8 @@ func (g *Gomu) unsuspend() bool {
|
||||
|
||||
// Removes the color of the given panel
|
||||
func (g *Gomu) setUnfocusPanel(panel Panel) {
|
||||
g.prevPanel.SetBorderColor(g.colors.foreground)
|
||||
g.prevPanel.SetTitleColor((g.colors.foreground))
|
||||
g.prevPanel.SetBorderColor(g.colors.background)
|
||||
g.prevPanel.SetTitleColor((g.colors.background))
|
||||
}
|
||||
|
||||
// Quit the application and do the neccessary clean up
|
||||
|
Loading…
x
Reference in New Issue
Block a user