logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

rgbtheme_default.h (1411B)


  1. #include "color.h"
  2. #define THEME_COLOR_LINUX COLOR_WHITE
  3. #define THEME_COLOR_APPLE COLOR_WHITE
  4. #define THEME_COLOR_WINDOWS COLOR_WHITE
  5. #define THEME_COLOR_QWERTY COLOR_RED
  6. #define THEME_COLOR_ALT COLOR_RED
  7. #define THEME_COLOR_AUDIO COLOR_GREEN
  8. #define THEME_COLOR_BLUETOOTH COLOR_BLUE
  9. #define THEME_COLOR_USB COLOR_WHITE
  10. #define THEME_COLOR_CAPSLOCK COLOR_RED
  11. #define THEME_COLOR_GUI COLOR_MAGENTA
  12. #define THEME_COLOR_FUN COLOR_RED
  13. #define THEME_COLOR_NUM COLOR_BLUE
  14. #define THEME_COLOR_PUNC COLOR_GREEN
  15. #define THEME_COLOR_GREEK COLOR_CYAN
  16. #define THEME_COLOR_EMOJI COLOR_YELLOW
  17. #define THEME_COLOR_OTHERLAYER COLOR_GRAY
  18. #define THEME_COLOR_GLOW1_HOME COLOR_GRAY
  19. #define THEME_COLOR_GLOW1_HOMING COLOR_RED
  20. #define THEME_COLOR_GLOW2_ALPHA COLOR_GRAY
  21. #define THEME_COLOR_GLOW2_MODS COLOR_GREEN
  22. #define THEME_COLOR_GLOW2_FN COLOR_BLUE
  23. #define THEME_COLOR_GLOW2_HOME COLOR_RED
  24. #define THEME_COLOR_GLOW2_HOMING COLOR_YELLOW
  25. #define THEME_COLOR_TP1 COLOR_RED
  26. #define THEME_COLOR_TP2 COLOR_BLUE
  27. #define THEME_COLOR_TP3 COLOR_RED