🍙 PimpMyRice

Configuration

TODO

PimpMyRice applies a theme in the following steps:

  • loads everything necessary from PIMP_CONFIG_DIR
  • generates the theme_dict
  • runs Modules

Config

The config directory PIMP_CONFIG_DIR/, is located at:

  • Linux: ~/.config/pimpmyrice/
  • Windows & MacOS: ~/pimpmyrice/

~ is your user's home directory

Here's what it looks like:

PIMP_CONFIG_DIR/
├── base_style.json
├── themes
│   ├── neon_shallows
│   │   ├── neon_shallows.png
│   │   └── theme.json
│   ├── minimal_universe
│   │   ├── universe.png
│   │   └── theme.json
│   ├── cool_morty
│   │   ├── morty.png
│   │   └── theme.json
│   └── on_roof
│       ├── roof.png
│       └── theme.json
├── modules
│   ├── alacritty
│   │   ├── templates
│   │   │   └── alacritty.toml.j2
│   │   └── module.yaml
│   └── betterdiscord
│       ├── templates
│       │   └── pimp.theme.css.j2
│       └── module.yaml
├── palettes
│   ├── catpuccin_dark.json
│   └── colorful_dark.json
└── styles
    ├── noborder.json
    ├── nogaps.json
    └── rounded.json

On this page