summaryrefslogtreecommitdiff
path: root/colorNew.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 15:16:41 -0600
committerJeff Carr <[email protected]>2025-02-08 15:16:41 -0600
commite80827d8904159f620a87823c2c032b28e14d1ec (patch)
tree02d77007d9d7489ece0e32cb1afe988f338c6f6f /colorNew.go
parent42eafb87c729da4ad980c79c9e344db79def9186 (diff)
stuff
Diffstat (limited to 'colorNew.go')
-rw-r--r--colorNew.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/colorNew.go b/colorNew.go
index 7a218b6..2290ddb 100644
--- a/colorNew.go
+++ b/colorNew.go
@@ -83,7 +83,7 @@ func (tk *guiWidget) setColorLabel() {
tk.color.fg = gocui.ColorBlack
tk.color.bg = gocui.AttrNone
tk.color.selFg = gocui.AttrNone
- tk.color.selBg = gocui.AttrNone
+ tk.color.selBg = gocui.ColorWhite
}
func (tk *guiWidget) setColorButtonDense() {
@@ -159,5 +159,5 @@ func (tk *guiWidget) setColorModal() {
tk.color.fg = gocui.AttrNone
tk.color.bg = gocui.AttrNone
tk.color.selFg = gocui.AttrNone
- tk.color.selBg = gocui.ColorRed
+ tk.color.selBg = gocui.ColorWhite
}