From d96a98a058bbd3160718d5de100caca688459594 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 7 Jun 2018 20:31:27 +0200 Subject: [PATCH] Mention other colorschemes as well --- doc/help/configuring.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index a1b6b1131..4734e6b54 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -390,10 +390,11 @@ xresources = read_xresources('*') c.colors.statusbar.normal.bg = xresources['*.background'] ---- -Using color from base16 -^^^^^^^^^^^^^^^^^^^^^^^ +Pre-built colorschemes +^^^^^^^^^^^^^^^^^^^^^^ -A collection of https://github.com/chriskempson/base16[base16]-color-schemes can be found in https://github.com/theova/base16-qutebrowser[base16-qutebrowser] and used with https://github.com/AuditeMarlow/base16-manager[base16]-manager. +- A collection of https://github.com/chriskempson/base16[base16] color-schemes can be found in https://github.com/theova/base16-qutebrowser[base16-qutebrowser] and used with https://github.com/AuditeMarlow/base16-manager[base16-manager]. +- Two implementations of the https://github.com/arcticicestudio/nord[Nord] colorscheme for qutebrowser exist: https://github.com/Linuus/nord-qutebrowser[Linuus], https://github.com/KnownAsDon/QuteBrowser-Nord-Theme[KnownAsDon] Avoiding flake8 errors ^^^^^^^^^^^^^^^^^^^^^^