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:
@@ -30,7 +30,7 @@ import net.runelite.api.Skill;
|
|||||||
|
|
||||||
public enum SkillColor
|
public enum SkillColor
|
||||||
{
|
{
|
||||||
ATTACK(105, 32, 7),
|
ATTACK(155, 32, 7),
|
||||||
DEFENCE(98, 119, 190),
|
DEFENCE(98, 119, 190),
|
||||||
STRENGTH(4, 149, 90),
|
STRENGTH(4, 149, 90),
|
||||||
HITPOINTS(131, 126, 126),
|
HITPOINTS(131, 126, 126),
|
||||||
|
|||||||
Reference in New Issue
Block a user