billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=d331291d5eb150e89f373235ed28308dd20b0e4e
commit d331291d5eb150e89f373235ed28308dd20b0e4e Author: Boris Faure <[email protected]> Date: Thu Aug 13 23:17:33 2020 +0200 mild: fix compilation --- data/themes/mild.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/mild.edc b/data/themes/mild.edc index 795873c..d79df6b 100644 --- a/data/themes/mild.edc +++ b/data/themes/mild.edc @@ -3117,7 +3117,7 @@ collections { rel1.to: "terminology.content"; rel2.to: "terminology.content"; color: 255 255 255 255; - color: "GLOW_TXT_HIGHLIGHT"; + color_class: "GLOW_TXT_HIGHLIGHT"; align: 0.5 1.0; text { font: "Sans"; size: 10; align: 0.5 1.0; @@ -3127,7 +3127,7 @@ collections { description { state: "selected" 0.0; inherit: "default" 0.0; color: 255 255 255 255; - color: "GLOW_TXT_HIGHLIGHT"; + color_class: "GLOW_TXT_HIGHLIGHT"; text { font:"Sans:style=Bold"; } } } --
