diff options
author | sefidel <contact@sefidel.net> | 2022-01-02 18:10:57 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-02 18:10:57 +0900 |
commit | 4ceac8f8aeace52ac3f703dd25bbd5a4d83a0dfb (patch) | |
tree | 6a078b68993d9a808e42447354859ec5a29c3705 /home/modules/profiles/browsing | |
parent | 6f5af0a49b0a73daad480ab77e20fee6be75854a (diff) | |
download | nixrc-4ceac8f8aeace52ac3f703dd25bbd5a4d83a0dfb.tar.gz nixrc-4ceac8f8aeace52ac3f703dd25bbd5a4d83a0dfb.zip |
home/browsing: fix qutebrowser theme
* fix context menu's disable option being too dimmed
Diffstat (limited to 'home/modules/profiles/browsing')
-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; |