From cf02063020238b72628a0228389cdb240f3595bb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 6 Oct 2006 00:27:29 +0000 Subject: [PATCH] Add some color classes to the default theme. This makes the config dialog somewhat usable for testing. SVN revision: 26367 --- data/themes/default_about.edc | 3 +++ data/themes/default_border.edc | 4 ++++ data/themes/default_button.edc | 2 ++ data/themes/default_check.edc | 4 ++++ data/themes/default_configure.edc | 1 + data/themes/default_ibar.edc | 1 + data/themes/default_menu.edc | 3 +++ 7 files changed, 18 insertions(+) diff --git a/data/themes/default_about.edc b/data/themes/default_about.edc index b883e1e8a..a7811322a 100644 --- a/data/themes/default_about.edc +++ b/data/themes/default_about.edc @@ -422,6 +422,7 @@ group { } 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 @@ group { } 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 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "button_text"; text { text: "OK"; font: "Edje-Vera"; diff --git a/data/themes/default_border.edc b/data/themes/default_border.edc index 679b071b1..64b704768 100644 --- a/data/themes/default_border.edc +++ b/data/themes/default_border.edc @@ -819,6 +819,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; @@ -1954,6 +1955,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; @@ -3142,6 +3144,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; @@ -4291,6 +4294,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "border_title"; text { text: ""; font: "Edje-Vera"; diff --git a/data/themes/default_button.edc b/data/themes/default_button.edc index 7e1664b37..a2085cb24 100644 --- a/data/themes/default_button.edc +++ b/data/themes/default_button.edc @@ -117,6 +117,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "button_text"; text { text: "OK"; font: "Edje-Vera"; @@ -131,6 +132,7 @@ group { inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "button_text_disabled"; } } part { diff --git a/data/themes/default_check.edc b/data/themes/default_check.edc index 0535d7eb7..e2a682050 100644 --- a/data/themes/default_check.edc +++ b/data/themes/default_check.edc @@ -81,6 +81,7 @@ group { } 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 @@ group { inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "check_text_disabled"; } } part { @@ -323,6 +325,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "check_text"; text { text: ""; font: "Edje-Vera"; @@ -337,6 +340,7 @@ group { inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "check_text_disabled"; } } part { diff --git a/data/themes/default_configure.edc b/data/themes/default_configure.edc index 7de971255..3769238d7 100644 --- a/data/themes/default_configure.edc +++ b/data/themes/default_configure.edc @@ -86,6 +86,7 @@ group { } color: 255 255 255 255; color3: 0 0 0 32; + color_class: "configure_title"; text { text: "Enlightenment Configuration"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_ibar.edc b/data/themes/default_ibar.edc index de734cb03..81902f5f7 100644 --- a/data/themes/default_ibar.edc +++ b/data/themes/default_ibar.edc @@ -234,6 +234,7 @@ group { } color: 255 255 255 255; color3: 0 0 0 42; + color_class: "ibar_label"; } } } diff --git a/data/themes/default_menu.edc b/data/themes/default_menu.edc index b72523636..7614dc702 100644 --- a/data/themes/default_menu.edc +++ b/data/themes/default_menu.edc @@ -98,6 +98,7 @@ group { } 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 @@ group { relative: 1.0 0.0; offset: -1 4; } + color_class: "menu_title_active"; text { min: 1 1; } @@ -624,6 +626,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "menu_item"; text { text: "Item Label"; font: "Edje-Vera";