A tinted-theming template for eza.
Only supports base16 for now.
Add the following snippet to your tinty config.toml
[[items]]
name = "tinted-eza"
path = "https://github.com/c-y-p-e/tinted-eza"
themes-dir = "themes"
hook = "cp -f %f ~/.config/eza/theme.yml"
supported-systems = ["base16"]Afterwards, run tinty sync (or tinty install) and apply with tinty apply <theme>.
If applying the theme doesn't seem to work, make sure the environment variables LS_COLORS and EXA_COLORS are unset, as those take precedence.
As an alternative you can try the excellent vivid and accompanying base16-vivid to generate LS_COLORS with tinty.
Just add the following to your tinty config.toml
[[items]]
name = "tinted-vivid"
path = "https://github.com/tinted-theming/base16-vivid"
themes-dir = "themes"
hook = "cp -f %f ~/.config/vivid/themes/tinted.yml"
supported-systems = ["base16"]and follow the instructions on the vivid repo on how to apply the theme.
gruvbox |
darkmoss |
ayu |
|---|---|---|
![]() |
![]() |
![]() |
Themes were built with tinted-builder-rust.


