From c75ee909d17df0200169d5afd8e54c2d3f2ec08d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 6 Oct 2006 02:25:57 +0000 Subject: [PATCH] Added more color classes. SVN revision: 26370 --- data/themes/default_battery.edc | 2 ++ data/themes/default_cpufreq.edc | 1 + data/themes/default_entry.edc | 1 + data/themes/default_error.edc | 2 ++ data/themes/default_ibox.edc | 1 + data/themes/default_radio.edc | 4 ++++ data/themes/default_slider.edc | 2 ++ data/themes/default_temperature.edc | 1 + data/themes/default_theme_about.edc | 1 + 9 files changed, 15 insertions(+) diff --git a/data/themes/default_battery.edc b/data/themes/default_battery.edc index bedbbfa31..c2837eea2 100644 --- a/data/themes/default_battery.edc +++ b/data/themes/default_battery.edc @@ -159,6 +159,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; + color_class: "battery_label"; text { text: "100%"; font: "Edje-Vera-Bold"; @@ -189,6 +190,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; + color_class: "battery_label"; text { text: "00:00"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_cpufreq.edc b/data/themes/default_cpufreq.edc index 2d0c81e0c..eb7d210d3 100644 --- a/data/themes/default_cpufreq.edc +++ b/data/themes/default_cpufreq.edc @@ -304,6 +304,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; + color_class: "cpufreq_label"; text { text: "??? Ghz"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_entry.edc b/data/themes/default_entry.edc index f1c166788..3002807a0 100644 --- a/data/themes/default_entry.edc +++ b/data/themes/default_entry.edc @@ -86,6 +86,7 @@ group { description { state: "default" 0.0; color: 0 0 0 255; + color_class: "entry_text"; text { text: "Entry"; font: "Edje-Vera"; diff --git a/data/themes/default_error.edc b/data/themes/default_error.edc index 1a818136a..9ab5ae355 100644 --- a/data/themes/default_error.edc +++ b/data/themes/default_error.edc @@ -122,6 +122,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "error_title"; text { text: "Title"; font: "Edje-Vera-Bold"; @@ -213,6 +214,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_ibox.edc b/data/themes/default_ibox.edc index 2ce025d01..86b7df17d 100644 --- a/data/themes/default_ibox.edc +++ b/data/themes/default_ibox.edc @@ -212,6 +212,7 @@ group { } color: 255 255 255 0; color3: 0 0 0 0; + color_class: "ibox_label"; text { text: "Icon Name"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_radio.edc b/data/themes/default_radio.edc index 122c8b2c6..76ef6bbf1 100644 --- a/data/themes/default_radio.edc +++ b/data/themes/default_radio.edc @@ -81,6 +81,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "radio_text"; text { text: "Radio 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: "radio_text_disabled"; } } part { @@ -337,6 +339,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "radio_text"; text { text: ""; font: "Edje-Vera"; @@ -351,6 +354,7 @@ group { inherit: "default" 0.0; color: 0 0 0 128; color3: 255 255 255 64; + color_class: "radio_text_disabled"; } } part { diff --git a/data/themes/default_slider.edc b/data/themes/default_slider.edc index b7834ffc9..0ffef91bf 100644 --- a/data/themes/default_slider.edc +++ b/data/themes/default_slider.edc @@ -116,6 +116,7 @@ group { offset: -8 -8; } color: 0 0 0 255; + color_class: "slider_text"; text { text: "00.00"; font: "Edje-Vera"; @@ -529,6 +530,7 @@ group { offset: -8 -8; } color: 0 0 0 255; + color_class: "slider_text"; text { text: "00.00"; font: "Edje-Vera"; diff --git a/data/themes/default_temperature.edc b/data/themes/default_temperature.edc index dfeef47fb..83be4e584 100644 --- a/data/themes/default_temperature.edc +++ b/data/themes/default_temperature.edc @@ -86,6 +86,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; + color_class: "temperature_label"; text { text: "99^C"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_theme_about.edc b/data/themes/default_theme_about.edc index a1a41f18f..8630350c0 100644 --- a/data/themes/default_theme_about.edc +++ b/data/themes/default_theme_about.edc @@ -293,6 +293,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "button_text"; text { text: "OK"; font: "Edje-Vera";