Add home/.config/qutebrowser/themes/onedark/README.md
Add home/.config/qutebrowser/themes/onedark/onedark.py
This commit is contained in:
29
home/dot_config/private_qutebrowser/themes/onedark/README.md
Normal file
29
home/dot_config/private_qutebrowser/themes/onedark/README.md
Normal 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
|
||||
|
||||

|
||||
Reference in New Issue
Block a user