summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2020-05-11 15:37:00 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2020-05-11 15:37:00 +0900
commitee287340bcb7c94614b5046ffe95c2e80e29fc4a (patch)
tree26f93fbe3d95855b486b8a98a6c6b09136299caa
parenta4df69224a9bbb5da84ef86182e7c5119bebfce1 (diff)
downloadefl-theme-tizen-common-ee287340bcb7c94614b5046ffe95c2e80e29fc4a.tar.gz
efl-theme-tizen-common-ee287340bcb7c94614b5046ffe95c2e80e29fc4a.tar.bz2
efl-theme-tizen-common-ee287340bcb7c94614b5046ffe95c2e80e29fc4a.zip
toolbar: change item icon color class valuessubmit/tizen/20200511.071023accepted/tizen/unified/20200511.214650
Change-Id: Ie2299631e76ab00a9ddb1cbe15b6ca1e66511208
-rw-r--r--common/color_classes.edc16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/color_classes.edc b/common/color_classes.edc
index d65db1e..f12b3e6 100644
--- a/common/color_classes.edc
+++ b/common/color_classes.edc
@@ -1840,16 +1840,16 @@ color_classes {
color: 255 255 255 255;
}
color_class { "toolbar_item/default/icon";
- color: 249 249 249 99;
+ color: 195 202 210 255;
}
color_class { "toolbar_item/default/icon_selected";
- color: 249 249 249 255;
+ color: 43 95 185 255;
}
color_class { "toolbar_item/default/icon_pressed";
- color: 249 249 249 255;
+ color: 43 95 185 255;
}
color_class { "toolbar_item/default/icon_disabled";
- color: 249 249 249 76;
+ color: 195 202 210 255;
}
color_class { "toolbar_item/default/text";
color: 195 202 210 255;
@@ -1897,16 +1897,16 @@ color_classes {
color: 255 255 255 255;
}
color_class { "toolbar_item/tabbar_with_title/icon";
- color: 249 249 249 99;
+ color: 195 202 210 255;
}
color_class { "toolbar_item/tabbar_with_title/icon_selected";
- color: 249 249 249 255;
+ color: 43 95 185 255;
}
color_class { "toolbar_item/tabbar_with_title/icon_pressed";
- color: 249 249 249 255;
+ color: 43 95 185 255;
}
color_class { "toolbar_item/tabbar_with_title/icon_disabled";
- color: 249 249 249 76;
+ color: 195 202 210 255;
}
color_class { "toolbar_item/tabbar_with_title/text";
color: 195 202 210 255;