Customizable Icon Colors #1144
lpnh
started this conversation in
2. Show and tell
Replies: 1 comment 1 reply
-
Cool script - never thought we could generate colors based on a palette, and it looks so smooth! Would you like to raise a PR to add it to https://yazi-rs.github.io/docs/resources so more people can see and use it? BTW, I noticed it only handles dark colors, is it possible to apply the same process for light colors as well? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a simple tool that generates a config file to customize the icon colors using a given color palette:
It's basically just an adaptation of the tiny-devicons-auto-colors.nvim plugin.
For anyone who enjoys catppuccin's Mocha palette, the config file is already available here. Simply rename it to
theme.toml
and add it to Yazi config path.Here's the repo link: https://github.com/lpnh/icons-brew.yazi
Beta Was this translation helpful? Give feedback.
All reactions