Awesome
base16-qutebrowser
This repository is meant to work with base16. It provides a simple template that can be used with the base16 color schemes to generate a functional config file for qutebrowser, a keyboard-focused browser with a minimal GUI.
Usage
GNU/Linux
To use base16-qutebrowser, you can copy one of the config files in
themes/
to ~/.config/qutebrowser/config.py
or use curl
(e.g for
theme default/base16-manager-gruvbox-dark.config.py
):
mkdir -p ~/.config/qutebrowser
curl https://raw.githubusercontent.com/theova/base16-qutebrowser/master/themes/default/base16-default-dark.config.py >> ~/.config/qutebrowser/config.py
Mac OS X
To use base16-qutebrowser, you can copy one of the config files in
themes/
to ~/.qutebrowser/config.py
or use curl
(e.g for theme
default/base16-manager-gruvbox-dark.config.py
):
mkdir -p ~/.qutebrowser
curl https://raw.githubusercontent.com/theova/base16-qutebrowser/master/themes/default/base16-default-dark.config.py >> ~/.qutebrowser/config.py
Windows
To use base16-qutebrowser, you can copy one of the config files in
themes/
to %APPDATA%//qutebrowser/config.py
.
Releases
Releases are here. The versioning is based on v{minimal qutebrowser-version}-{base16-qutebrowser release}
. For example,
v1.7.0-1
requires at least version 1.7.0
of qutebrowser.
The latest release is here.
Contributing
See CONTRIBUTING.md
, which contains building and contributing
instructions.
Screenshots
You can find more screenshots in the wiki.