30 lines
937 B
Markdown
30 lines
937 B
Markdown
## About
|
|
A growing collection of themes for qutebrowser.
|
|
|
|
This repo was originally inspired by [dexpota/kitty-themes](https://github.com/dexpota/kitty-themes) and [theova/base16-qutebrowser](https://github.com/theova/base16-qutebrowser). However, we will not require themes to comply with the [base16 guidelines](https://github.com/chriskempson/base16/blob/master/styling.md).
|
|
|
|
|
|
## Install
|
|
|
|
1. Clone this repo into your `.qutebrowser` directory:
|
|
|
|
```zsh
|
|
git clone https://github.com/leosolid/qutebrowser-themes ~/.qutebrowser
|
|
```
|
|
|
|
2. Set theme using at the _end_ of your `config.py` file:
|
|
|
|
```python
|
|
config.source('qutebrowser-themes/themes/onedark.py')
|
|
```
|
|
3. Restart qutebrowser or reload your config with:
|
|
```
|
|
:config-source
|
|
```
|
|
|
|
## Previews
|
|
|
|
### Onedark
|
|
|
|
![Screen Shot 2021-07-21 at 7 53 22 PM](https://user-images.githubusercontent.com/13348080/126584037-8a64e2f2-7edc-4f54-b736-911a0bcdc848.png)
|