adamk33n3r / runelite-watchdog

Custom notification plugin for RuneLite
BSD 2-Clause "Simplified" License
6 stars 21 forks source link

Color picker for overhead #128

Closed August1nFR closed 4 months ago

August1nFR commented 5 months ago

Similar to how you can do 'red: hello' in game to type a red 'hello' message. Would it be possible to color the overhead text? Funny enough if i type a message and give it a color in game and then trigger and overhead with the plugin, that text will be of the same color as the message i send in game until i type something new. Thanks !

adamk33n3r commented 5 months ago

That's interesting that it works like you describe.....lol. But you can do this by surrounding your text in a col tag <col=3366cc>TEXT HERE</col>

August1nFR commented 5 months ago

Oh wow thanks for the help, i guess i was also thinking it would be cool if there was some kind of color picker implemented to make it easy for ppl like me. Will definitely use the method you posted though. Thanks :p

adamk33n3r commented 5 months ago

Ya, it's definitely an undocumented feature and kind of getting into the internals of runelite. We could probably add a color picker pretty easily to expose that. Unfortunately might be a bit as I just submitted the next release the other day.