qutebrowser: Don't specify context menu colors

Will let this be handled by stylix instead since the colors are good
enough and more closely align with the color scheme being used.
This commit is contained in:
Donovan Glover 2024-06-02 12:34:37 -04:00
parent c0062d1310
commit 9b04d65774
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -89,11 +89,6 @@ in
tabwidget.TabWidget.MUTE_STRING = ""
tabwidget.TabWidget.AUDIBLE_STRING = "[A]"
c.colors.contextmenu.disabled.fg = '#808080'
c.colors.contextmenu.menu.bg = '#353535'
c.colors.contextmenu.menu.fg = '#ffffff'
c.colors.contextmenu.selected.bg = '#909090'
c.colors.webpage.darkmode.enabled = False
config.bind('zl', 'spawn --userscript qute-pass')