Palettes
Format
Palettes can be created either in-app or manually. They are stored as human readable .json files that you can create yourself or edit in a text editor. For example:
"colors"
is an array of hex values. You can set your hex value within "color"
. "swatchName"
is not currently used in the UI so can be left blank if preferred. e.g. "swatchName": ""
"name"
is the name of your palette as it will appear in the Library Palette drop down.
"version"
can be used for compatibility in the future.
Storing Palettes
The default Library Palettes are stored as .pal files in:
macOS - ~/Library/Application Support/Cavalry/Palettes
Windows - C:\Users\USERNAME\AppData\Roaming\Cavalry\Palettes
Only directories one level below the Palettes directory are supported and a directory must contain at least one palette to appear in the Color Window options.
Last updated
Was this helpful?