Colouring text in a notification message created by AppleScript

applescriptnotifications

The followng AppleScript code shows a notification message with the texts Text A and Text B both in black.

display notification "Test B" with title "Text A"

Is it possible to set their colour to, say red and blue each?

Best Answer

Looking at the AppleScript Language Guide Command Reference for display notification, none of it's Parameters mention any color attributes for the text, and therefore I'd have to say the answer is no.