diff options
Diffstat (limited to 'home/modules/profiles')
-rw-r--r-- | home/modules/profiles/browsing/qutebrowser-settings.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/modules/profiles/browsing/qutebrowser-settings.nix b/home/modules/profiles/browsing/qutebrowser-settings.nix index 3dc73d9..0d7fa07 100644 --- a/home/modules/profiles/browsing/qutebrowser-settings.nix +++ b/home/modules/profiles/browsing/qutebrowser-settings.nix @@ -73,10 +73,10 @@ in colors.completion.scrollbar.bg = base00; # Background color of disabled items in the context menu. - colors.contextmenu.disabled.bg = base01; + colors.contextmenu.disabled.bg = base03; # Foreground color of disabled items in the context menu. - colors.contextmenu.disabled.fg = base04; + colors.contextmenu.disabled.fg = base05; # Background color of the context menu. If set to null, the Qt default is used. colors.contextmenu.menu.bg = base00; |