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.
The themes have been built using base16-builder-python.
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
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
To use base16-qutebrowser, you can copy one of the config files in themes/
to %APPDATA%//qutebrowser/config.py
.
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.
Contributions are allways welcome! If you modify the templates, please commit only templates/*
, but not themes/*
. That way, your changes are easilier reviewable.
You can find more screenshots in the wiki.
gruvbox-light-hard
solarized-dark
solarized-light