billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=845c080922898fb795cf29c9db8146552b703f6c
commit 845c080922898fb795cf29c9db8146552b703f6c Author: Boris Faure <[email protected]> Date: Mon Jul 27 22:07:12 2020 +0200 themes/default/media: use color_classes --- data/themes/default/media.edc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/themes/default/media.edc b/data/themes/default/media.edc index f1bb0b9..a2352a9 100644 --- a/data/themes/default/media.edc +++ b/data/themes/default/media.edc @@ -38,7 +38,8 @@ group { name: "terminology/mediabusy"; rel1.to: "progress_area"; rel2.to: "progress_area"; rel2.relative: 0.0 1.0; - color: 51 153 255 255; + color: 255 255 255 255; + color_class: "GLOW"; image.normal: "media_busy_progress.png"; image.border: 5 5 0 0; min: 10 40; @@ -55,6 +56,7 @@ group { name: "terminology/mediabusy"; inherit: "default" 0.0; visible: 1; color: 255 255 255 255; + color_class: "GLOW_HIGHLIGHT"; } } part { name: "knob"; --
