#define STORAGE_MISC_COLOR 127 127 127
#define STORAGE_CACHED_COLOR 112 48 160
#define STORAGE_SYSTEM_COLOR 0 32 96
+
+color_classes {
+ color_class { "genlist_item/type1/text";
+ color: 0 0 0 255;
+ }
+ color_class { "genlist_item/type1/text_disabled";
+ color: 0 0 0 163;
+ }
+}
tag: "whitecolor" "+ color=#ffffff";
tag: "tab" "\t";
}
-
}
group
{
{
style
{ name: "text_style_display_brightness";
- base: "color=#000000FF font=BreezeSans:style=Light font_weight=normal font_size=54 ellipsis=1.0";
- tag: "br" "\n";
- tag: "ps" "ps";
- tag: "tab" "\t";
- tag: "b" "+ font_weight=Bold";
+ base: "color=#ffffff color_class=genlist_item/type1/text font=BreezeSans:style=Light font_weight=normal font_size=54 ellipsis=1.0";
+ }
+ style
+ { name: "text_style_display_brightness_disabled";
+ base: "color=#ffffff color_class=genlist_item/type1/text_disabled font=BreezeSans:style=Light font_weight=normal font_size=54 ellipsis=1.0";
}
}
parts
text.style: "text_style_display_brightness";
text.min: 0 1;
}
+ description
+ { state: "disabled" 1.0;
+ inherit: "default";
+ text.style: "text_style_display_brightness_disabled";
+ }
}
part
{ name: "text_content_padding";
}
}
}
+ programs {
+ program { "enabled";
+ signal: "elm,state,enabled";
+ source: "elm";
+ action: STATE_SET "default";
+ target: "elm.text";
+ }
+ program { "disabled";
+ signal: "elm,state,disabled";
+ source: "elm";
+ action: STATE_SET "disabled";
+ target: "elm.text";
+ }
+ }
}