Skip to content
Sébastien Mestrallet edited this page Nov 22, 2024 · 3 revisions

https://github.com/brunolevy/GraphiteThree

How to add a custom colormap

  1. Open GIMP and create a 1px-high image, as wide as you need. Color each pixel with the pencil tool. Capture d’écran du 2024-09-25 14-40-25
  2. Export the image as XPM into the Graphite source tree: GraphiteThree/lib/icons/colormaps/my_colormap.xpm
  3. Edit the autogui.colormaps variable defined in GraphiteThree/lib/autogui.lua to append {'my_colormap',false}
  4. Your colormap is now available in Graphite: Capture d’écran du 2024-09-25 14-52-29