summaryrefslogtreecommitdiff
path: root/doc/faq.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-15 15:21:30 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-15 15:21:30 +0100
commit5ff77de2fd9bdbbca735c307f0554ce5c366d675 (patch)
treee6602b7e81603ab5fdd3f3e783341b2cedd0d551 /doc/faq.asciidoc
parent8ba1a28fa5d4c782e0f2e2cac67d052d1b11481b (diff)
downloadqutebrowser-5ff77de2fd9bdbbca735c307f0554ce5c366d675.tar.gz
qutebrowser-5ff77de2fd9bdbbca735c307f0554ce5c366d675.zip
doc: Fix dark mode FAQ
Diffstat (limited to 'doc/faq.asciidoc')
-rw-r--r--doc/faq.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index bca25e575..3f3118473 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -336,8 +336,8 @@ There is a total of four possible approaches to get dark websites:
https://github.com/alphapapa/solarized-everything-css/[Solarized Everything]. Despite
the name, the repository also offers themes other than just Solarized. This approach
often yields worse results compared to the above ones, but it's possible to toggle it
- dynamically using a binding like `:bind ,d 'config-cycle content.user_stylesheets
- ~/path/to/solarized-everything-css/css/gruvbox/gruvbox-all-sites.css ""'`
+ dynamically using a binding like `:bind ,d config-cycle content.user_stylesheets
+ ~/path/to/solarized-everything-css/css/gruvbox/gruvbox-all-sites.css ""`
- Finally, qutebrowser's Greasemonkey support should allow for running a
https://github.com/darkreader/darkreader/issues/926#issuecomment-575893299[stripped down version]
of the Dark Reader extension. This is mostly untested, though.