mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 23:07:46 +02:00
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:
@ -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')
|
||||
|
Reference in New Issue
Block a user