It seems, that I implemented a muted tag design as a feature. Below you find the muted class defined in
<<lrBtnTags muted>>
I do not remember where this style could be changed in the complicated system of tag construction in TW (and I am on the phone).
But you could try to remove the word muted in your own copy of $:/plugins/telmiger/listreveal/tags
Good luck!
Thomas
\define lrBtnTags(class:"")
<span class="lr-flex-wrapper">
<$wikify name="tiddler" text=<<currentTiddler>>>
<$macrocall $name="lrBtnAddTags" tiddler=<<tiddler>> class="""$class$"""/>
<$macrocall $name="lrTagsPopup" tiddler=<<tiddler>>/>
</$wikify>
</span>
\end
\define listreveal-tags(exclude:"")
<$vars exclude="""$exclude$""">
<span class="listreveal-tags te-flex-item">
<<lrBtnTags muted>>
<span class="te-tags">
<div class="tc-tags-listreveal"><$list filter="[all[current]tags[]sort[title]]" storyview="pop" template="$:/plugins/telmiger/listreveal/templates/tag"/>
</div>
</span>
</span>
</$vars>
\end
// If neither colour is readable, return a crude inverse of the target
return [255 - rgbTarget[0],255 - rgbTarget[1],255 - rgbTarget[2],rgbTarget[3]];