theme_dict
TODO
theme_dict
is a dictionary generated when applying a Theme, that is used by Modules.
To view the generated theme_dict
add the --print-theme-dict
flag to pimp set theme
, pimp random
or pimp refresh
.
It is generated from the following sources, with one overriding the previous, in this order:
- Base Style: from
PIMP_CONFIG_DIR/base_style.json
- Palette
- Theme style
- Mode style
- Cli styles: from
PIMP_CONFIG_DIR/styles/STYLE_NAME
by using the cli flag--style=STYLE1,STYLE2
- Module specific styles
In addition, theme_name
, wallpaper
and mode
will be added before anything else.