Expand description
wallust - Generate a colorscheme based on an image
Modules§
- args
- Type declarations for working with clap
derive
, subcommands, flags, value parsers … - backends
- Backends
- cache
- Cache functions, serde + serde_json
- colors
- Colors logic
- colorspaces
- Colorspaces
- config
- Config related stuff, like parsing the config file and writing templates defined on it
- palettes
- Scheme palettes
- sequences
- How to handle color sequences for terminal emulators
- template
- Template stuff, definitions and how it’s parsed
- themes
- Themes
Functions§
- gen_
colors - How
crate::colors::Colors
is filled, returns the colors itself and a bool that indicates whetherbackends
had some warnings or not (ugly workaround ik)