Tinted themes for Xresources. Have a look at the gallery page for examples of what the theme colors look like.
Formerly base16-xresources, however since the repository now supports the [base16] and [base24] scheme systems, the repo has been renamed.
Add the colors to your .Xresources dotfile
curl https://raw.githubusercontent.com/tinted-theming/tinted-xresources/main/xresources/base16-default-dark.Xresources >> ~/.Xresources
xrdb -load ~/.XresourcesIf you use [Tinty] to set your themes, complete the following steps to
update your theme when running tinty apply base16-default-dark (where
base16-default-dark is a placeholder scheme name):
-
Create a
themefile for Xresources toincludeat~/theme -
Add the following include directive to your
~/.Xresourcesdotfile:#include "Xresources.d/theme" -
Add the following
tomlsettings to your Tinty~/.config/tinted-theming/tinty/config.tomlfile:[[items]] path = "https://github.com/tinted-theming/tinted-xresources" name = "tinted-xresources" themes-dir = "xresources" hook = "cp -f %f ~/theme && xrdb -load ~/.Xresources" supported-systems = ["base16", "base24"]
See CONTRIBUTING.md, which contains building and contributing instructions.