summaryrefslogtreecommitdiffstats
path: root/cmd/grv/themes.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/grv/themes.go')
-rw-r--r--cmd/grv/themes.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/grv/themes.go b/cmd/grv/themes.go
index 48db135..64d3c31 100644
--- a/cmd/grv/themes.go
+++ b/cmd/grv/themes.go
@@ -311,6 +311,10 @@ func NewClassicTheme() MutableTheme {
bgcolor: NewSystemColor(ColorNone),
fgcolor: NewSystemColor(ColorNone),
},
+ CmpContextMenuKeyMapping: {
+ bgcolor: NewSystemColor(ColorNone),
+ fgcolor: NewSystemColor(ColorBlue),
+ },
CmpContextMenuFooter: {
bgcolor: NewSystemColor(ColorNone),
fgcolor: NewSystemColor(ColorCyan),
@@ -795,6 +799,10 @@ func NewSolarizedTheme() MutableTheme {
bgcolor: NewColorNumber(solarizedBlack),
fgcolor: NewColorNumber(solarizedWhite),
},
+ CmpContextMenuKeyMapping: {
+ bgcolor: NewColorNumber(solarizedBlack),
+ fgcolor: NewColorNumber(solarizedBlue),
+ },
CmpContextMenuFooter: {
bgcolor: NewColorNumber(solarizedBlack),
fgcolor: NewColorNumber(solarizedCyan),