diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:13:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:13:35 -0200 |
commit | cf85cbc48829faa403fda307f91727bef98a2f35 (patch) | |
tree | e6d5ea9b1a16edbc3f2d5cf2412ce368155eba73 | |
parent | 3414e4c727923c4d8d714fe645872de9670bf60f (diff) | |
download | qutebrowser-cf85cbc48829faa403fda307f91727bef98a2f35.tar.gz qutebrowser-cf85cbc48829faa403fda307f91727bef98a2f35.tar.bz2 |
Unset c.colors.webpage.bg
-rw-r--r-- | config.dot/qutebrowser/config.py.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/qutebrowser/config.py.link b/config.dot/qutebrowser/config.py.link index 89be5cd..1a56821 100644 --- a/config.dot/qutebrowser/config.py.link +++ b/config.dot/qutebrowser/config.py.link @@ -385,7 +385,7 @@ c.fonts.messages.warning = '10pt monospace' ## color). ## Type: QtColor # c.colors.webpage.bg = 'white' -c.colors.webpage.bg = '#1c1c1c' +#c.colors.webpage.bg = '#1c1c1c' ## Number of commands to save in the command history. 0: no history / -1: ## unlimited |