From 4ceac8f8aeace52ac3f703dd25bbd5a4d83a0dfb Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 2 Jan 2022 18:10:57 +0900 Subject: home/browsing: fix qutebrowser theme * fix context menu's disable option being too dimmed --- home/modules/profiles/browsing/qutebrowser-settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/modules/profiles/browsing/qutebrowser-settings.nix') 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; -- cgit 1.4.1