tinted-theming / base16-qutebrowser

base16 themes for qutebrowser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

gruvbox-dark-hard

gruvbox-dark-hard

gruvbox-light-hard

gruvbox-light-hard

solarized-dark

solarized-dark

solarized-light

solarized-light

About

base16 themes for qutebrowser

License:MIT License


Languages

Language:Python 99.6%Language:Mustache 0.4%