Skip to content

Commit

Permalink
made cards more transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Cufee committed Jan 18, 2025
1 parent db9e259 commit 9df1344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/render/v1/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ var (
TextSubscriptionPlus = color.NRGBA{72, 167, 250, 255}
TextSubscriptionPremium = color.NRGBA{255, 223, 0, 255}

DefaultCardColor = color.NRGBA{10, 10, 10, 180}
DefaultCardColor = color.NRGBA{10, 10, 10, 150}
DefaultCardColorNoAlpha = color.NRGBA{10, 10, 10, 255}
ClanTagBackgroundColor = color.NRGBA{10, 10, 10, 120}
ClanTagBackgroundColor = color.NRGBA{10, 10, 10, 100}

ColorAftermathRed = color.NRGBA{255, 0, 120, 255}
ColorAftermathBlue = color.NRGBA{72, 167, 250, 255}
Expand Down

0 comments on commit 9df1344

Please sign in to comment.