From 5543e75abdeee5befe62cad6ba59628ece20a47c Mon Sep 17 00:00:00 2001 From: theova Date: Tue, 29 May 2018 20:00:49 +0200 Subject: [PATCH] Add base16-qutebrowser --- doc/help/configuring.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 714996db2..a1b6b1131 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -390,6 +390,11 @@ xresources = read_xresources('*') c.colors.statusbar.normal.bg = xresources['*.background'] ---- +Using color from base16 +^^^^^^^^^^^^^^^^^^^^^^^ + +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. + Avoiding flake8 errors ^^^^^^^^^^^^^^^^^^^^^^