1 /*** Euphoria Default theme - by Ben Rockwood ***/
2 /*** E D J E P A R T S ***/
20 normal, "border-scale.png";
47 color, 255 255 255 255;
50 font, "Vera"; /* Only font Vera works! Use other and segv */
51 size, 8; /* Font Size */
52 align, 0.5 1.0; /* Text alignment based on rel1/rel2 */
99 normal, "close_button.png";
109 /* LCD Backdrop Image */
111 name, "lcd_backdrop";
115 state, "default" 0.0;
117 /* Part should fill from the far left, 20 pixels down */
123 /* all the way to the far right, 40 pixels north of the bottom right corner */
130 normal, "lcd_area.png";
140 /* LCD Clipping Area - Invisible Rect */
146 state, "default" 0.0;
166 //effect, SOFT_OUTLINE;
170 state, "default" 0.0;
172 /* Use the relative size of the LCD itself, then position with align */
186 color, 181 247 255 255;
188 text, "Artist Name"; /* Text String */
189 font, "redensek"; /* Only font Vera works! Use other and segv */
190 size, 12; /* Font Size */
191 align, 0.0 0.1; /* Text alignment based on rel1/rel2 */
199 //effect, SOFT_OUTLINE;
203 state, "default" 0.0;
205 /* Use the relative size of the LCD itself, then position with align */
219 color, 181 247 255 255;
221 text, "Album Name"; /* Text String */
222 font, "redensek"; /* Only font Vera works! Use other and segv */
223 size, 12; /* Font Size */
224 align, 0.0 0.3; /* Text alignment based on rel1/rel2 */
231 //effect, SOFT_OUTLINE;
235 state, "default" 0.0;
237 /* Use the relative size of the LCD itself, then position with align */
251 color, 181 247 255 255;
253 text, "Song Name"; /* Text String */
254 font, "redensek"; /* Only font Vera works! Use other and segv */
255 size, 12; /* Font Size */
256 align, 0.0 0.5; /* Text alignment based on rel1/rel2 */
265 //effect, OUTLINE_SOFT_SHADOW;
269 state, "default" 0.0;
271 /* Use the relative size of the LCD itself, then position with align */
285 color, 181 247 255 255;
287 text, "0:00"; /* Text String */
288 font, "micro"; /* Only font Vera works! Use other and segv */
289 size, 26; /* Font Size */
290 align, 1.0 1.0; /* Text alignment based on rel1/rel2 */
296 /************* Buttons *******************************/
299 name, "button_background";
303 state, "default" 0.0;
318 normal, "controls-back.png";
330 /* Previous Button */
332 name, "previous_button";
335 state, "default" 0.0;
342 to, "button_background";
347 to, "button_background";
350 normal, "button-full-normal.png";
355 state, "clicked" 0.0;
362 to, "button_background";
367 to, "button_background";
371 normal, "button-full-clicked.png";
381 state, "default" 0.0;
389 to, "previous_button";
397 normal, "button-full-normal.png";
401 state, "clicked" 0.0;
409 to, "previous_button";
418 normal, "button-full-clicked.png";
430 to, "previous_button";
439 normal, "button-full-blinking.png";
440 tween, "button-full-unblinking.png";
451 state, "default" 0.0;
458 to, "button_background";
463 to, "button_background";
466 normal, "button-full-normal.png";
470 state, "clicked" 0.0;
477 to, "button_background";
482 to, "button_background";
485 normal, "button-full-clicked.png";
490 /* Seekback Button */
492 name, "seekback_button";
495 state, "default" 0.0;
503 to, "button_background";
508 to, "button_background";
512 normal, "button-full-normal.png";
516 state, "clicked" 0.0;
524 to, "button_background";
529 to, "button_background";
533 normal, "button-full-clicked.png";
540 name, "pause_button";
543 state, "default" 0.0;
551 to, "seekback_button";
556 to, "seekforward_button";
560 normal, "button-3stage-unselected.png";
561 tween, "button-3stage-fulldown.png";
565 state, "clicked" 0.0;
573 to, "seekback_button";
578 to, "seekforward_button";
582 normal, "button-3stage-selected.png";
583 tween, "button-3stage-fulldown.png";
595 to, "seekback_button";
600 to, "seekforward_button";
604 normal, "button-full-blinking.png";
605 tween, "button-full-unblinking.png";
609 /* Seekforward Button */
611 name, "seekforward_button";
614 state, "default" 0.0;
622 to, "button_background";
627 to, "button_background";
631 normal, "button-full-normal.png";
635 state, "clicked" 0.0;
643 to, "button_background";
648 to, "button_background";
652 normal, "button-full-clicked.png";
657 /***************** BUTTON TEXT ELEMENTS *******************************/
659 name, "previous_text";
661 //effect, SOFT_SHADOW;
662 mouse_events, 0; /* Does part accept mouse events? */
663 // clip_to, "previous_button"; /* Clip anything outside of the specified object */
665 state, "default" 0.0;
670 to, "previous_button";
675 to, "previous_button";
679 color, 255 255 255 255; /* Color of text */
680 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
681 color3, 0 0 0 32; /* Color of shadow */
684 text, "Previous"; /* Text String */
685 font, "Vera"; /* Only font Vera works! Use other and segv */
686 size, 6; /* Font Size */
687 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
695 //effect, SOFT_SHADOW;
696 mouse_events, 0; /* Does part accept mouse events? */
697 // clip_to, "play_button"; /* Clip anything outside of the specified object */
699 state, "default" 0.0;
713 color, 255 255 255 255; /* Color of text */
714 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
715 color3, 0 0 0 32; /* Color of shadow */
718 text, "Play"; /* Text String */
719 font, "Vera"; /* Only font Vera works! Use other and segv */
720 size, 6; /* Font Size */
721 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
729 //effect, SOFT_SHADOW;
730 mouse_events, 0; /* Does part accept mouse events? */
731 // clip_to, "next_button"; /* Clip anything outside of the specified object */
733 state, "default" 0.0;
747 color, 255 255 255 255; /* Color of text */
748 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
749 color3, 0 0 0 32; /* Color of shadow */
752 text, "Next"; /* Text String */
753 font, "Vera"; /* Only font Vera works! Use other and segv */
754 size, 6; /* Font Size */
755 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
761 name, "seekback_text";
763 //effect, SOFT_SHADOW;
764 mouse_events, 0; /* Does part accept mouse events? */
765 // clip_to, "seekback_button"; /* Clip anything outside of the specified object */
767 state, "default" 0.0;
772 to, "seekback_button";
777 to, "seekback_button";
781 color, 255 255 255 255; /* Color of text */
782 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
783 color3, 0 0 0 32; /* Color of shadow */
786 text, "<<"; /* Text String */
787 font, "Vera"; /* Only font Vera works! Use other and segv */
788 size, 6; /* Font Size */
789 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
797 //effect, SOFT_SHADOW;
798 mouse_events, 0; /* Does part accept mouse events? */
799 // clip_to, "pause_button"; /* Clip anything outside of the specified object */
801 state, "default" 0.0;
815 color, 255 255 255 255; /* Color of text */
816 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
817 color3, 0 0 0 32; /* Color of shadow */
820 text, "Pause"; /* Text String */
821 font, "Vera"; /* Only font Vera works! Use other and segv */
822 size, 6; /* Font Size */
823 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
829 name, "seekforward_text";
831 //effect, SOFT_SHADOW;
832 mouse_events, 0; /* Does part accept mouse events? */
833 // clip_to, "seekforward_button"; /* Clip anything outside of the specified object */
835 state, "default" 0.0;
840 to, "seekforward_button";
845 to, "seekforward_button";
849 color, 255 255 255 255; /* Color of text */
850 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
851 color3, 0 0 0 32; /* Color of shadow */
854 text, ">>"; /* Text String */
855 font, "Vera"; /* Only font Vera works! Use other and segv */
856 size, 6; /* Font Size */
857 align, 0.5 0.5; /* Text alignment based on rel1/rel2 */
863 name, "repeat_toggle_disabled_img";
868 state, "default" 0.0;
876 to, "button_background";
882 to, "button_background";
886 normal, "button-off.png";
891 state, "disabled" 0.0;
892 inherit, "default" 0.0;
898 name, "repeat_toggle_enabled_img";
901 state, "default" 0.0;
909 to, "button_background";
915 to, "button_background";
919 normal, "button-on.png";
924 state, "enabled" 0.0;
925 inherit: "default" 0.0;
930 name, "repeat_toggle_label";
935 state, "default" 0.0;
940 to, "repeat_toggle_disabled_img";
946 to, "repeat_toggle_disabled_img";
960 /********** Volume Controls ***************************************/
965 state, "default" 0.0;
972 to, "button_background";
977 to, "button_background";
981 normal, "vol-label.png";
987 name, "vol_label_text";
989 mouse_events, 0; /* Does part accept mouse events? */
991 state, "default" 0.0;
1005 color, 255 255 255 255; /* Color of text */
1006 color2, 0 0 255 255; /* Does nothing for SOFT_SHADOW */
1007 color3, 0 0 0 32; /* Color of shadow */
1010 text, "VOL"; /* Text String */
1011 font, "Vera"; /* Only font Vera works! Use other and segv */
1012 size, 5; /* Font Size */
1013 align, 0.5 0.6; /* Text alignment based on rel1/rel2 */
1019 name, "vol_display";
1022 state, "default" 0.0;
1038 normal, "vol-display.png";
1044 name, "vol_display_text";
1046 //clip_to, "vol_display";
1048 state, "default" 0.0;
1050 /* Use the relative size of the LCD itself, then position with align */
1064 color, 181 247 255 255;
1066 text, "00"; /* Text String */
1067 font, "Vera"; /* Only font Vera works! Use other and segv */
1068 size, 8; /* Font Size */
1069 align, 0.5 0.6; /* Text alignment based on rel1/rel2 */
1075 name, "vol_incr_button";
1078 state, "default" 0.0;
1094 normal, "vol-plus.png";
1098 state, "clicked" 0.0;
1114 normal, "vol-plus-clicked.png";
1120 name, "vol_decr_button";
1123 state, "default" 0.0;
1130 to, "vol_incr_button";
1135 to, "vol_incr_button";
1139 normal, "vol-minus.png";
1143 state, "clicked" 0.0;
1150 to, "vol_incr_button";
1155 to, "vol_incr_button";
1159 normal, "vol-minus-clicked.png";
1164 /************ PLAYLIST **************************************************/
1166 /* LCD Playlist Backdrop Image */
1168 name, "playlist_backdrop";
1172 state, "default" 0.0;
1185 normal, "lcd_area.png";
1201 state, "default" 0.0;
1206 to, "playlist_backdrop";
1212 to, "playlist_backdrop";
1218 /********* PLAYLIST CONTROLS ****************************/
1221 name, "controls_background";
1225 state, "default" 0.0;
1230 to, "playlist_backdrop";
1236 //to, "playlist_backdrop";
1240 normal, "controls-back.png";
1256 state, "default" 0.0;
1261 to, "playlist_backdrop";
1267 to, "playlist_backdrop";
1272 normal, "function-button-normal.png";
1277 state, "clicked" 0.0;
1282 to, "playlist_backdrop";
1288 to, "playlist_backdrop";
1292 normal, "function-button-clicked.png";
1304 state, "default" 0.0;
1309 to, "playlist_backdrop";
1315 to, "playlist_backdrop";
1319 normal, "function-button-normal.png";
1324 state, "clicked" 0.0;
1329 to, "playlist_backdrop";
1335 to, "playlist_backdrop";
1339 normal, "function-button-clicked.png";
1346 name, "edit_button";
1351 state, "default" 0.0;
1356 to, "playlist_backdrop";
1362 to, "playlist_backdrop";
1366 normal, "function-button-normal.png";
1371 state, "clicked" 0.0;
1376 to, "playlist_backdrop";
1382 to, "playlist_backdrop";
1386 normal, "function-button-clicked.png";
1392 /*** CONTROL TEXT ***/
1400 state, "default" 0.0;
1422 color, 255 255 255 255;
1432 state, "default" 0.0;
1454 color, 255 255 255 255;
1464 state, "default" 0.0;
1486 color, 255 255 255 255;
1491 /************ FIN ***************/