Which sheet are you using? The simplest way would be to use a bit of html style injection on the damage type. For example, replacing the word Fire in the spell's damage type property with: [Fire](#" style="color:orange) If this is for the 5e sheet, the text is very small, and positioned close to the number. You can go a bit further and increase it: [Fire](#" style="color:orange; font-size:14px; font-weight:bold; position: relative; top:5px) While you can apply the same trick to the actual damage roll to make the number change colour, this will destroy the tooltip information, so I wouldn't recommend it. You'll also lose crit & crit fail colouring. You can keep going and throw a border in there if you wish, or even make it a negative so the colour stands out more. An HTML color picker will also give you a much greater range than using the predefined text names: [Fire](#" style="background-color:#ff8000; font-size:14px; font-weight:bold; position: relative; top:5px; border: 1px solid; border-radius: 5px; padding-left: 5px; padding-right: 5px; color: white)