Change RGB variable for Attack on XP Globes (more bright) (#7454)

- Closes: #7440
- Changed R(155) from R(105) to make the red a little lighter
- Preview: https://gyazo.com/17a8e73c9460217608ee1da969a30087
This commit is contained in:
ermalsh
2019-01-21 04:28:27 -05:00
committed by Tomas Slusny
parent 239158f965
commit fdf01777ac

View File

@@ -30,7 +30,7 @@ import net.runelite.api.Skill;
public enum SkillColor
{
ATTACK(105, 32, 7),
ATTACK(155, 32, 7),
DEFENCE(98, 119, 190),
STRENGTH(4, 149, 90),
HITPOINTS(131, 126, 126),