summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungwan Woo <s-w.woo@samsung.com>2020-04-10 13:55:31 +0900
committerSeungwan Woo <s-w.woo@samsung.com>2020-04-10 13:55:31 +0900
commit51afb096a77193aaeafdb5db3d586f4044f91434 (patch)
treed614dca4e7880e089f741e4c75df403d7a13caa6
parent7e4f1794f63697b869e6b5038638f38a8537c94b (diff)
downloadefl-misc-tizen_5.5.tar.gz
efl-misc-tizen_5.5.tar.bz2
efl-misc-tizen_5.5.zip
Change-Id: I65f0cf1728978d6530073b7652a477c95461dbfe Signed-off-by: Seungwan Woo <s-w.woo@samsung.com>
-rw-r--r--config/wearable/default_color_overlays.src49
-rw-r--r--config/wearable/default_font_overlays.src22
2 files changed, 63 insertions, 8 deletions
diff --git a/config/wearable/default_color_overlays.src b/config/wearable/default_color_overlays.src
index bf23b0a..2771ce3 100644
--- a/config/wearable/default_color_overlays.src
+++ b/config/wearable/default_color_overlays.src
@@ -152,7 +152,7 @@ group "Extension_Color_Overlay" struct {
value "color.r" uchar: 255;
value "color.g" uchar: 255;
value "color.b" uchar: 255;
- value "color.a" uchar: 22;
+ value "color.a" uchar: 30;
}
group "Elm_Color_Overlay" struct {
value "color_class" string: "B0210D";
@@ -288,6 +288,13 @@ group "Extension_Color_Overlay" struct {
value "color.a" uchar: 178;
}
group "Elm_Color_Overlay" struct {
+ value "color_class" string: "B0291";
+ value "color.r" uchar: 0;
+ value "color.g" uchar: 42;
+ value "color.b" uchar: 77;
+ value "color.a" uchar: 255;
+ }
+ group "Elm_Color_Overlay" struct {
value "color_class" string: "B052L1";
value "color.r" uchar: 255;
value "color.g" uchar: 255;
@@ -425,21 +432,21 @@ group "Extension_Color_Overlay" struct {
value "color.r" uchar: 0;
value "color.g" uchar: 42;
value "color.b" uchar: 77;
- value "color.a" uchar: 234;
+ value "color.a" uchar: 255;
}
group "Elm_Color_Overlay" struct {
value "color_class" string: "B065L4D";
value "color.r" uchar: 61;
value "color.g" uchar: 61;
value "color.b" uchar: 61;
- value "color.a" uchar: 234;
+ value "color.a" uchar: 255;
}
group "Elm_Color_Overlay" struct {
value "color_class" string: "B065L4P";
value "color.r" uchar: 0;
value "color.g" uchar: 70;
value "color.b" uchar: 128;
- value "color.a" uchar: 234;
+ value "color.a" uchar: 255;
}
group "Elm_Color_Overlay" struct {
value "color_class" string: "B065L5";
@@ -771,6 +778,13 @@ group "Extension_Color_Overlay" struct {
value "color.a" uchar: 255;
}
group "Elm_Color_Overlay" struct {
+ value "color_class" string: "T0132";
+ value "color.r" uchar: 255;
+ value "color.g" uchar: 255;
+ value "color.b" uchar: 255;
+ value "color.a" uchar: 255;
+ }
+ group "Elm_Color_Overlay" struct {
value "color_class" string: "T014";
value "color.r" uchar: 255;
value "color.g" uchar: 255;
@@ -1212,6 +1226,27 @@ group "Extension_Color_Overlay" struct {
value "color.a" uchar: 255;
}
group "Elm_Color_Overlay" struct {
+ value "color_class" string: "T1711";
+ value "color.r" uchar: 0;
+ value "color.g" uchar: 140;
+ value "color.b" uchar: 255;
+ value "color.a" uchar: 255;
+ }
+ group "Elm_Color_Overlay" struct {
+ value "color_class" string: "T1712";
+ value "color.r" uchar: 255;
+ value "color.g" uchar: 255;
+ value "color.b" uchar: 255;
+ value "color.a" uchar: 255;
+ }
+ group "Elm_Color_Overlay" struct {
+ value "color_class" string: "T1712D";
+ value "color.r" uchar: 255;
+ value "color.g" uchar: 255;
+ value "color.b" uchar: 255;
+ value "color.a" uchar: 77;
+ }
+ group "Elm_Color_Overlay" struct {
value "color_class" string: "T171D";
value "color.r" uchar: 255;
value "color.g" uchar: 255;
@@ -1647,9 +1682,9 @@ group "Extension_Color_Overlay" struct {
}
group "Elm_Color_Overlay" struct {
value "color_class" string: "W143";
- value "color.r" uchar: 20;
- value "color.g" uchar: 20;
- value "color.b" uchar: 20;
+ value "color.r" uchar: 0;
+ value "color.g" uchar: 0;
+ value "color.b" uchar: 0;
value "color.a" uchar: 255;
}
group "Elm_Color_Overlay" struct {
diff --git a/config/wearable/default_font_overlays.src b/config/wearable/default_font_overlays.src
index be9950c..f1e95c7 100644
--- a/config/wearable/default_font_overlays.src
+++ b/config/wearable/default_font_overlays.src
@@ -31,6 +31,11 @@ group "Extension_Font_Overlay" struct {
value "size" int: 38;
}
group "Elm_Font_Overlay" struct {
+ value "text_class" string: "T0132";
+ value "font" string: "Tizen:style=normal:weight=regular:width=condensed";
+ value "size" int: 30;
+ }
+ group "Elm_Font_Overlay" struct {
value "text_class" string: "T014";
value "font" string: "Tizen:style=normal:weight=medium:width=condensed";
value "size" int: 51;
@@ -127,7 +132,7 @@ group "Extension_Font_Overlay" struct {
}
group "Elm_Font_Overlay" struct {
value "text_class" string: "T0231";
- value "font" string: "Tizen:style=normal:weight=regular:width=condensed";
+ value "font" string: "Tizen:style=normal:weight=bold:width=condensed";
value "size" int: 24;
}
group "Elm_Font_Overlay" struct {
@@ -346,6 +351,21 @@ group "Extension_Font_Overlay" struct {
value "size" int: 28;
}
group "Elm_Font_Overlay" struct {
+ value "text_class" string: "T1711";
+ value "font" string: "Tizen:style=normal:weight=bold:width=condensed";
+ value "size" int: 32;
+ }
+ group "Elm_Font_Overlay" struct {
+ value "text_class" string: "T1712";
+ value "font" string: "Tizen:style=normal:weight=regular:width=condensed";
+ value "size" int: 32;
+ }
+ group "Elm_Font_Overlay" struct {
+ value "text_class" string: "T1712D";
+ value "font" string: "Tizen:style=normal:weight=regular:width=condensed";
+ value "size" int: 32;
+ }
+ group "Elm_Font_Overlay" struct {
value "text_class" string: "T171D";
value "font" string: "SNum-3R:style=normal:weight=regular";
value "size" int: 28;