Skip to content

Commit

Permalink
Add usage information for base16 qutebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 3, 2024
1 parent 2c429ca commit 284642e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,20 @@ whenever `bat` is executed.
alias bat="bat --theme='base16-256'"
```

## Qutebrowser

To add [base16-qutebrowser] support, add the following to Tinty
config.toml:

```toml
[[items]]
path = "https://github.com/tinted-theming/base16-qutebrowser"
name = "base16-qutebrowser"
themes-dir = "themes/default" # Or "themes/minimal"
hook = "cp -f %f ~/.config/qutebrowser/config.d/colorscheme.py"
theme-file-extension = ".config.py"
```

[Usage section]: https://github.com/tinted-theming/tinty?tab=readme-ov-file#usage
[README.md]: https://github.com/tinted-theming/tinty/blob/main/README.md
[bat]: https://github.com/sharkdp/bat
Expand All @@ -445,3 +459,4 @@ alias bat="bat --theme='base16-256'"
[Sourcing scripts that set environment variables]: #sourcing-scripts-that-set-environment-variables
[README CLI section]: README.md#cli
[contrib/completion]: contrib/completion
[base16-qutebrowser]: https://github.com/tinted-theming/base16-qutebrowser

0 comments on commit 284642e

Please sign in to comment.