Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_about.edc default_border.edc default_button.edc default_check.edc default_configure.edc default_ibar.edc default_menu.edc Log Message: Add some color classes to the default theme. This makes the config dialog somewhat usable for testing. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_about.edc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- default_about.edc 28 Aug 2006 03:58:53 -0000 1.13 +++ default_about.edc 6 Oct 2006 00:27:29 -0000 1.14 @@ -422,6 +422,7 @@ } color: 255 255 255 255; color3: 0 0 0 32; + color_class: "about_title"; text { text: "Enlightenment"; font: "Edje-Vera-Bold"; @@ -453,6 +454,7 @@ } color: 255 255 255 255; color3: 0 0 0 32; + color_class: "about_version"; text { text: "0.17.0.000"; font: "Edje-Vera-Bold"; @@ -591,6 +593,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "button_text"; text { text: "OK"; font: "Edje-Vera"; =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_border.edc,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- default_border.edc 28 Aug 2006 02:31:32 -0000 1.32 +++ default_border.edc 6 Oct 2006 00:27:29 -0000 1.33 @@ -819,6 +819,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; @@ -1954,6 +1955,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; @@ -3142,6 +3144,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; @@ -4291,6 +4294,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_button.edc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- default_button.edc 23 Aug 2006 03:39:01 -0000 1.9 +++ default_button.edc 6 Oct 2006 00:27:29 -0000 1.10 @@ -117,6 +117,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "button_text"; text { text: "OK"; font: "Edje-Vera"; @@ -131,6 +132,7 @@ inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "button_text_disabled"; } } part { =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_check.edc,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- default_check.edc 23 Aug 2006 03:39:01 -0000 1.11 +++ default_check.edc 6 Oct 2006 00:27:29 -0000 1.12 @@ -81,6 +81,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "check_text"; text { text: "Check Button"; font: "Edje-Vera"; @@ -95,6 +96,7 @@ inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "check_text_disabled"; } } part { @@ -323,6 +325,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "check_text"; text { text: ""; font: "Edje-Vera"; @@ -337,6 +340,7 @@ inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "check_text_disabled"; } } part { =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_configure.edc,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- default_configure.edc 26 Aug 2006 01:24:27 -0000 1.18 +++ default_configure.edc 6 Oct 2006 00:27:29 -0000 1.19 @@ -86,6 +86,7 @@ } color: 255 255 255 255; color3: 0 0 0 32; + color_class: "configure_title"; text { text: "Enlightenment Configuration"; font: "Edje-Vera-Bold"; =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_ibar.edc,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- default_ibar.edc 24 Aug 2006 18:11:17 -0000 1.20 +++ default_ibar.edc 6 Oct 2006 00:27:29 -0000 1.21 @@ -234,6 +234,7 @@ } color: 255 255 255 255; color3: 0 0 0 42; + color_class: "ibar_label"; } } } =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_menu.edc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- default_menu.edc 23 Aug 2006 03:39:01 -0000 1.15 +++ default_menu.edc 6 Oct 2006 00:27:29 -0000 1.16 @@ -98,6 +98,7 @@ } color: 255 255 255 255; color3: 0 0 0 42; + color_class: "menu_title"; text { text: "Menu Title"; font: "Edje-Vera-Bold"; @@ -121,6 +122,7 @@ relative: 1.0 0.0; offset: -1 4; } + color_class: "menu_title_active"; text { min: 1 1; } @@ -624,6 +626,7 @@ } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "menu_item"; text { text: "Item Label"; font: "Edje-Vera"; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs