Advertisement
LeventeDaradici

mytheme.h

May 25th, 2024
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | Source Code | 0 0
  1. // File created with YoRadio Theme Editor created by András Daradics
  2. // File last modified: 5/25/2024 8:58:38 PM
  3. // GitHub: https://github.com/andrasdaradici/YoRadio-Theme-Editor
  4. // Itch.io: https://andrasdaradici.itch.io/yoradio-theme-editor
  5. #ifndef _my_theme_h
  6. #define _my_theme_h
  7.  
  8. #define ENABLE_THEME
  9. #ifdef ENABLE_THEME
  10.  
  11. #define COLOR_BACKGROUND 0, 0, 0
  12. #define COLOR_STATION_NAME 255, 255, 255
  13. #define COLOR_STATION_BG 50, 50, 50
  14. #define COLOR_STATION_FILL 50, 50, 50
  15. #define COLOR_SNG_TITLE_1 220, 0, 0
  16. #define COLOR_SNG_TITLE_2 0, 0, 170
  17. #define COLOR_WEATHER 0, 255, 0
  18. #define COLOR_VU_MAX 255, 0, 0
  19. #define COLOR_VU_MIN 0, 255, 255
  20. #define COLOR_CLOCK 255, 255, 255
  21. #define COLOR_CLOCK_BG 20, 20, 20
  22. #define COLOR_SECONDS 0, 255, 255
  23. #define COLOR_DAY_OF_W 255, 0, 0
  24. #define COLOR_DATE 0, 0, 255
  25. #define COLOR_BUFFER 157, 171, 251
  26. #define COLOR_IP 41, 189, 207
  27. #define COLOR_VOLUME_VALUE 165, 162, 132
  28. #define COLOR_RSSI 255, 148, 156
  29. #define COLOR_VOLBAR_OUT 198, 93, 0
  30. #define COLOR_VOLBAR_IN 189, 189, 189
  31. #define COLOR_DIGITS 100, 100, 255
  32. #define COLOR_DIVIDER 255, 255, 255
  33. #define COLOR_BITRATE 255, 255, 0
  34. #define COLOR_HEAP 255, 168, 162
  35. #define COLOR_PL_CURRENT 0, 0, 0
  36. #define COLOR_PL_CURRENT_BG 91, 118, 255
  37. #define COLOR_PL_CURRENT_FILL 91, 118, 255
  38. #define COLOR_PLAYLIST_0 255, 0, 0
  39. #define COLOR_PLAYLIST_1 0, 255, 0
  40. #define COLOR_PLAYLIST_2 255, 0, 255
  41. #define COLOR_PLAYLIST_3 0, 0, 255
  42. #define COLOR_PLAYLIST_4 0, 255, 255
  43.  
  44.  
  45. #endif
  46. #endif
Tags: theme yoRadio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement