summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml28
1 files changed, 27 insertions, 1 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 8d157d442..1814c3a5a 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -2084,6 +2084,12 @@ colors.completion.scrollbar.bg:
desc: Color of the scrollbar in the completion view.
colors.contextmenu.bg:
+ renamed: colors.contextmenu.menu.bg
+
+colors.contextmenu.fg:
+ renamed: colors.contextmenu.menu.fg
+
+colors.contextmenu.menu.bg:
type:
name: QssColor
none_ok: true
@@ -2093,7 +2099,7 @@ colors.contextmenu.bg:
If set to null, the Qt default is used.
-colors.contextmenu.fg:
+colors.contextmenu.menu.fg:
type:
name: QssColor
none_ok: true
@@ -2103,6 +2109,26 @@ colors.contextmenu.fg:
If set to null, the Qt default is used.
+colors.contextmenu.selected.bg:
+ type:
+ name: QssColor
+ none_ok: true
+ default: null
+ desc: >-
+ Background color of the context menu's selected item.
+
+ If set to null, the Qt default is used.
+
+colors.contextmenu.selected.fg:
+ type:
+ name: QssColor
+ none_ok: true
+ default: null
+ desc: >-
+ Foreground color of the context menu's selected item.
+
+ If set to null, the Qt default is used.
+
colors.downloads.bar.bg:
default: black
type: QssColor