1
0

Add home/.config/qutebrowser/themes/onedark/README.md

Add home/.config/qutebrowser/themes/onedark/onedark.py
This commit is contained in:
2024-03-05 12:55:35 +01:00
parent 7359ef399c
commit 26465e44c3
2 changed files with 339 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
## 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)