A Tinted Theming template for jqp with Base16 and Base24 themes.
For usage with Tinty:
-
Add the following to
~/.config/tinted-theming/tinty/config.toml
:[[items]] path = "https://github.com/tinted-theming/tinted-jqp" name = "tinted-jqp" themes-dir = "themes" hook = "cp -f %f ~/.jqp.yaml" supported-systems = ["base16", "base24"]
Note: This will overwrite any settings you have in
~/.jqp.yaml
. If you have existing settings make sure to combine your custom schemes and the themes in thehook
property above. -
tinty apply base16-ayu-dark
to change the theme tobase16-ayu-dark
For more information on Tinty setup or usage, have a look at the Tinty GitHub page.
Copy the contents of one of the themes in themes/*.yaml
into your
jqp
config file located at ~/.jqp.yaml
by default.
See our Contributing document for more information about general template contribution.