A set of tinted-theming scheme templates for vivid. These templates can be used with any compliant Base16 builder.
Depending on the usage, there are three ways on how to use this:
If you are fine with manually copying the data to ~/.config/vivid/themes
,
you can always clone the repo or download the code as a zip file!
If no filetypes.yml
database is being used,
one can just clone this repository into the ~/.config/
folder:
git clone <url> ~/.config/vivid
If you want both themes using a repo and a filetypes.yml
database,
the repo can be cloned inside ~/.config/vivid
and the themes folder symlinked:
git clone <url> ~/.config/vivid/repo
ln -s ~/.config/vivid/repo/themes ~/.config/vivid/themes
Both 2.
and 3.
utilize cloning the repo,
which makes it easier to keep the files up to date if any changes arise!