billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=fda837eb9646a00b06fb130f8d0eb8d59c108276
commit fda837eb9646a00b06fb130f8d0eb8d59c108276 Author: Boris Faure <bill...@gmail.com> Date: Thu Aug 13 23:01:20 2020 +0200 mild: color_classify tab_drag_thumb --- data/themes/mild.edc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 62178cc..795873c 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -3075,6 +3075,7 @@ collections { border: 9 9 9 9; } color: 255 255 255 255; + color_class: "GLOW"; } } @@ -3116,6 +3117,7 @@ collections { rel1.to: "terminology.content"; rel2.to: "terminology.content"; color: 255 255 255 255; + color: "GLOW_TXT_HIGHLIGHT"; align: 0.5 1.0; text { font: "Sans"; size: 10; align: 0.5 1.0; @@ -3125,6 +3127,7 @@ collections { description { state: "selected" 0.0; inherit: "default" 0.0; color: 255 255 255 255; + color: "GLOW_TXT_HIGHLIGHT"; text { font:"Sans:style=Bold"; } } } --