summaryrefslogtreecommitdiff
path: root/ElmSharp/theme/tv/macros.edc
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2017-01-04 21:15:49 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2017-01-04 21:15:49 -0800
commit9ba1d9adf41fb06488178286861d3c187ef47a6c (patch)
tree510c76161060c79d65f0b523f7941cc091800c5c /ElmSharp/theme/tv/macros.edc
parent745e8995206524048c0a0dd4a193dc9eef03a5d0 (diff)
parent98bbad5d4d08851bfd3a58b5fd50ad1a4c24d2c4 (diff)
downloadelm-sharp-9ba1d9adf41fb06488178286861d3c187ef47a6c.tar.gz
elm-sharp-9ba1d9adf41fb06488178286861d3c187ef47a6c.tar.bz2
elm-sharp-9ba1d9adf41fb06488178286861d3c187ef47a6c.zip
Merge "theme: add tv overlay theme from efl-theme-tizen-tv" into tizen
Diffstat (limited to 'ElmSharp/theme/tv/macros.edc')
-rw-r--r--ElmSharp/theme/tv/macros.edc35
1 files changed, 35 insertions, 0 deletions
diff --git a/ElmSharp/theme/tv/macros.edc b/ElmSharp/theme/tv/macros.edc
new file mode 100644
index 0000000..d2678b1
--- /dev/null
+++ b/ElmSharp/theme/tv/macros.edc
@@ -0,0 +1,35 @@
+#define ASPECT_FILL(_ASPECT) \
+ aspect: _ASPECT _ASPECT; aspect_preference: NONE;
+#define TILED_PATTERN(_WIDTH, _HEIGHT) \
+ fill { size { relative: 0.0 0.0; offset: _WIDTH _HEIGHT; } }
+#define TILED_HORIZ(_WIDTH) \
+ fill { size { relative: 0.0 1.0; offset: _WIDTH 0; } }
+#define FIXED_SIZE(_WIDTH, _HEIGHT) \
+ min: _WIDTH _HEIGHT; max: _WIDTH _HEIGHT; fixed: 1 1;
+
+#define ADD_COLOR_CLASS color_classes { \
+ color_class { \
+ name: "open_ux_theme"; \
+ color: 69 143 255 255; \
+ color2: 69 143 255 255; \
+ color3: 69 143 255 255; \
+ } \
+ color_class { \
+ name: "open_ux_theme_alpha"; \
+ color: 69 143 255 102; \
+ color2: 69 143 255 102; \
+ color3: 69 143 255 102; \
+ } \
+ color_class { \
+ name: "open_ux_theme_alpha20"; \
+ color: 69 143 255 50; \
+ color2: 69 143 255 51; \
+ color3: 69 143 255 51; \
+ } \
+ color_class { \
+ name: "open_ux_theme_white"; \
+ color: 255 255 255 255; \
+ color2: 255 255 255 255; \
+ color3: 255 255 255 255; \
+ } \
+ }