aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-06-21 19:24:02 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-06-21 19:24:02 +0200
commit0594d532bcbdba279e273e4096a160834e91a086 (patch)
treeddc53ed33818e89673d5abba5659c16b9da39be2 /config/qutebrowser
parent21f4bec0c9e5c1bfd6ef5e656af193b04b439e24 (diff)
downloaddotfiles-0594d532bcbdba279e273e4096a160834e91a086.tar.gz
dotfiles-0594d532bcbdba279e273e4096a160834e91a086.tar.bz2
dotfiles-0594d532bcbdba279e273e4096a160834e91a086.zip
Added zsh sharing history between shells
Diffstat (limited to 'config/qutebrowser')
-rw-r--r--config/qutebrowser/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index 96ede9b..9d83a60 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -177,12 +177,12 @@ c.colors.contextmenu.disabled.fg = base04
c.colors.contextmenu.menu.bg = base00
# Foreground color of the context menu. If set to null, the Qt default is used.
-c.colors.contextmenu.menu.fg = base05
+c.colors.contextmenu.menu.fg = base05
# Background color of the context menu’s selected item. If set to null, the Qt default is used.
c.colors.contextmenu.selected.bg = base02
-#Foreground color of the context menu’s selected item. If set to null, the Qt default is used.
+# Foreground color of the context menu’s selected item. If set to null, the Qt default is used.
c.colors.contextmenu.selected.fg = base05
# Background color for the download bar.