From d331291d5eb150e89f373235ed28308dd20b0e4e Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 13 Aug 2020 23:17:33 +0200 Subject: [PATCH] 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 795873c5..d79df6bf 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"; } } }