Deprecated: tinted-foot and all the other Tinted Theming terminal template repositories have moved to a single Tinted Terminal repository.
Tinted Theming template for foot. Includes both base16 and base24 themes.
Clone base16-foot to be able to reference the colorschemes.
git clone https://github.com/tinted-theming/tinted-foot.git "$HOME/.config/tinted-theming/tinted-foot"Include the following in your theme in your foot.ini (usually stored at
$HOME/.config/foot/foot.ini) under [main], or the untitled section
at the beginning of the file.
include=~/.config/tinted-theming/tinted-foot/colors/base16-ayu-dark.iniIf you use Tinty to apply your themes, complete the following steps to
update your theme when running tinty apply base16-ayu-dark (where
base16-ayu-dark is a placeholder scheme name):
-
Add the following
tomlsettings to your Tinty~/.config/tinted-theming/tinty/config.tomlfile:[[items]] path = "https://github.com/tinted-theming/tinted-foot" name = "tinted-foot" themes-dir = "colors" supported-systems = ["base16", "base24"]
-
Add the following include to
$HOME/.config/foot/foot.ini:include=~/.local/share/tinted-theming/tinty/tinted-foot-colors-file.ini -
tinty apply base16-ayu-darkwill change your foot theme.
For more information, have a look at the Tinty GitHub page.