colors.h 251 B

123456789101112131415
  1. #pragma once
  2. #include "midi/LaunchpadColor.h"
  3. namespace colors
  4. {
  5. typedef const midi::LaunchpadColor Color;
  6. Color dark(0, 0);
  7. Color inactiveMessage(1, 2);
  8. Color activeMessage(3, 2);
  9. Color activeOption(3, 3);
  10. Color inactiveOption(1, 2);
  11. }; // color