about summary refs log tree commit diff
path: root/home/modules/profiles/browsing/qutebrowser-settings.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/modules/profiles/browsing/qutebrowser-settings.nix')
-rw-r--r--home/modules/profiles/browsing/qutebrowser-settings.nix4
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;