Skip to content

Commit

Permalink
Change colors to pop better
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jul 6, 2024
1 parent ed1ab22 commit 46847fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local _, addon = ...
addon.colors = {}
addon.colors.prospectable = CreateColor(1, 1/3, 1/3)
addon.colors.millable = CreateColor(1/2, 1, 1/2)
addon.colors.openable = CreateColor(0, 1, 1)
addon.colors.scrappable = CreateColor(1/5, 1/5, 1/5)
addon.colors.openable = CreateColor(1, 1, 1)
addon.colors.scrappable = CreateColor(0, 1, 1)
addon.colors.crushable = CreateColor(1, 1/3, 1/3)
addon.colors.disenchantable = CreateColor(1/2, 1/2, 1)

0 comments on commit 46847fb

Please sign in to comment.