+## Background color of disabled items in the context menu. If set to
+## null, the Qt default is used.
+## Type: QssColor
+c.colors.contextmenu.disabled.bg = nord['nord0']
+
+## Foreground color of disabled items in the context menu. If set to
+## null, the Qt default is used.
+## Type: QssColor
+c.colors.contextmenu.disabled.fg = nord['nord3']
+
+## Background color of the context menu. If set to null, the Qt default
+## is used.
+## Type: QssColor
+c.colors.contextmenu.menu.bg = nord['nord1']
+
+## Foreground color of the context menu. If set to null, the Qt default
+## is used.
+## Type: QssColor
+c.colors.contextmenu.menu.fg = nord['nord6']
+
+## Background color of the context menu's selected item. If set to null,
+## the Qt default is used.
+## Type: QssColor
+c.colors.contextmenu.selected.bg = nord['nord1']
+
+## Foreground color of the context menu's selected item. If set to null,
+## the Qt default is used.
+## Type: QssColor
+c.colors.contextmenu.selected.fg = nord['nord6']
+