summaryrefslogtreecommitdiffstats
path: root/cmd/grv/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/grv/config.go')
-rw-r--r--cmd/grv/config.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/grv/config.go b/cmd/grv/config.go
index a808739..f53a179 100644
--- a/cmd/grv/config.go
+++ b/cmd/grv/config.go
@@ -222,9 +222,10 @@ var themeComponents = map[string]ThemeComponentID{
cfErrorView + ".Footer": CmpErrorViewFooter,
cfErrorView + ".Errors": CmpErrorViewErrors,
- cfContextMenuView + ".Title": CmpContextMenuTitle,
- cfContextMenuView + ".Content": CmpContextMenuContent,
- cfContextMenuView + ".Footer": CmpContextMenuFooter,
+ cfContextMenuView + ".Title": CmpContextMenuTitle,
+ cfContextMenuView + ".Content": CmpContextMenuContent,
+ cfContextMenuView + ".KeyMapping": CmpContextMenuKeyMapping,
+ cfContextMenuView + ".Footer": CmpContextMenuFooter,
cfCommandOutputView + ".Title": CmpCommandOutputTitle,
cfCommandOutputView + ".Command": CmpCommandOutputCommand,