A tool to generate Aseprite themes with colorized UI from pywal color schemes.
Aseprite default theme made by David Capello
- C++17 compiler
- libpng
- nlohmann/json
- CMake
- pywal (for generating color schemes)
mkdir build
cd build
cmake ..
sudo make installaseprite-wal [options]--colors PATHPath to pywal colors.json (default:~/.cache/wal/colors.json)--template PATHPath to template directory (default:~/.config/aseprite-wal/templates/light)--theme-path PATHPath to Aseprite extensions directory (default:~/.local/share/Steam/steamapps/common/Aseprite/data/extensions/)--helpShow help message
aseprite-wal --colors ~/.cache/wal/colors.json --template ~/.config/aseprite-wal/templates/light- Run
aseprite-walafter generating a new pywal color scheme. - Restart Aseprite.
- Go to Preferences > Extensions and enable
Aseprite Wal Theme. - Go to Preferences > Themes and select
Aseprite Wal Theme - Your color schemetheme.
