From 7bbf0c9335cc67f68d09525c35509a727ac8292b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 10 Oct 2006 11:02:08 +0000 Subject: [PATCH] Add a few more color classes to default theme. SVN revision: 26472 --- data/themes/default_fileman.edc | 6 ++++++ data/themes/default_label.edc | 1 + data/themes/default_move.edc | 1 + data/themes/default_pager.edc | 1 + data/themes/default_resize.edc | 1 + 5 files changed, 10 insertions(+) diff --git a/data/themes/default_fileman.edc b/data/themes/default_fileman.edc index 5a0b4e585..8594b6587 100644 --- a/data/themes/default_fileman.edc +++ b/data/themes/default_fileman.edc @@ -343,6 +343,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "ilist_item"; text { text: "Item Label"; font: "Edje-Vera"; @@ -1018,6 +1019,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "ilist_item_odd"; text { text: "Item Label"; font: "Edje-Vera"; @@ -1692,6 +1694,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "ilist_item"; text { text: "Item Label"; font: "Edje-Vera"; @@ -2367,6 +2370,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "ilist_item_odd"; text { text: "Item Label"; font: "Edje-Vera"; @@ -2779,6 +2783,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "label_text"; text { text: "No Title"; size: 10; @@ -2887,6 +2892,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "label_text"; text { text: "No Title"; size: 10; diff --git a/data/themes/default_label.edc b/data/themes/default_label.edc index 562f7838b..ec122042a 100644 --- a/data/themes/default_label.edc +++ b/data/themes/default_label.edc @@ -18,6 +18,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "label_text"; text { text: "Label"; font: "Edje-Vera"; diff --git a/data/themes/default_move.edc b/data/themes/default_move.edc index f3da4d3e1..4c81b676b 100644 --- a/data/themes/default_move.edc +++ b/data/themes/default_move.edc @@ -85,6 +85,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "move_text"; text { text: "X Y"; font: "Edje-Vera"; diff --git a/data/themes/default_pager.edc b/data/themes/default_pager.edc index ca8a411e7..694719e0a 100644 --- a/data/themes/default_pager.edc +++ b/data/themes/default_pager.edc @@ -114,6 +114,7 @@ group { } color: 0 0 0 255; color3: 0 0 0 22; + color_class: "pager_label"; text { text: "Title goes here"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_resize.edc b/data/themes/default_resize.edc index 3c263cb40..31201d189 100644 --- a/data/themes/default_resize.edc +++ b/data/themes/default_resize.edc @@ -85,6 +85,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "resize_text"; text { text: "WIDTHxHEIGHT"; font: "Edje-Vera";