gicrisf / qute-city-lights

A matte dark theme for Qutebrowser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qutebrowser City Lights

A matte dark theme for Qutebrowser.

screenshot

Freely inspired from City Lights Color Theme.

Install

You could dump the content of city-lights-theme.py in your config.py file with a copy-paste move and, as a matter of fact, it would be effective enough; but there are tidier ways to install a qutebrowser theme. I will show mine here.

First of all, make a themes directory in your dot qutebrowser one. Let's say you keep your config.py in ~/.config/qutebrowser:

mkdir ~/.config/qutebrowser/themes

Then, clone this repo in the freshly baked themes directory.

git clone https://github.com/gicrisf/qute-city-lights.git ~/.config/qutebrowser/themes/qute-city-lights

Finally, add this line in your config file:

# config.py

config.source('themes/qute-city-lights/city-lights-theme.py')

N.B. Make sure you don't mess up with colors after importing it (e.g. by leaving another theme import after this command).

Start Qutebrowser and enjoy your new dark theme.

Support

Why don't you help me keeping myself awake buying me a coffee? I can take care of projects like this one in the extra time!

ko-fi

Donate using Liberapay

License

MIT

About

A matte dark theme for Qutebrowser.

License:MIT License


Languages

Language:Python 100.0%