Skip to content

c-y-p-e/tinted-eza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

tinted-eza

A tinted-theming template for eza.

Only supports base16 for now.

Usage

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>.

Troubleshooting

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.

Alternatives

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.

Screenshots

gruvbox darkmoss ayu
base16-gruvbox-dark-soft theme base16-darkmoss theme base16-ayu-light theme

Useful resources

Themes were built with tinted-builder-rust.

About

Tinted Theming template for eza

Resources

License

Stars

Watchers

Forks

Contributors