sugarkitty-chan said:

Hello there! I love your themes! Okay, I have theme 002. How do get the bold and italic texts in different colors?

Hi, and thank you :3

You look for this bit

b, strong {color:{color:text};}
i, em {color:{color:text};}

and exchange {color:text} for either a colour hex code, or a colour variable (like link etc, the ones that you can adjust in the Appearance tab), e.g. like so:

b, strong {color:#000000;}
i, em {color:{color:link};}