Hi Chunk your answer is here
https://kookma.github.io/TW-Scripts/#Chnage%20Colors%20and%20Styles%20of%20Control%20Buttons
1. Create a tiddler tagged with $:/tags/Stylesheet
2. put in the text body
html body.tc-body .chunk .tc-image-new-button {stroke: white;fill:orange;}
1. modify your code as below
<$button class=<<tv-config-toolbar-class>> tooltip="Add new study tiddler">
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
<span class="chunk">{{$:/core/images/new-button}}</span>
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text="New Study"/></span>
</$list>
<$action-sendmessage $message="tm-new-tiddler" tags="study"
text={{AddStudyTemplate}}/>
</$button>
Good luck
Mohammad
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f63156e4-9c03-411a-a99a-adffc40cfaf5%40googlegroups.com.