JS to change color on template merge field text

Hi according to this post response from Skuid,

https://community.skuid.com/t/is-there-a-way-to-change-color-on-template-merge-field-text

There might be a way to use the custom renderer to set the field.options.searchTemplate = ‘{{Name}} {{#Active_Off_Limits_Count__c}} — OFF LIMITS — {{/Active_Off_Limits_Count__c}}’;
skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;

But the style does not take effect.

I only want to add the style in the fuzzy lookup results drop down.

Do you have an example? Thanks!

Jili,

Can you please post an image of what the results of your search template look like and a mock up image of what it would ideally look like?