Set display name saturation to match base colors
This commit is contained in:
parent
9c7a7e256d
commit
c3746fa106
|
@ -122,8 +122,8 @@ controls:
|
||||||
real opacity: 1.0
|
real opacity: 1.0
|
||||||
|
|
||||||
displayName:
|
displayName:
|
||||||
int saturation: 45
|
int saturation: colors.saturation
|
||||||
int lightness: 55
|
int lightness: Math.min(55, colors.intensity * 55)
|
||||||
|
|
||||||
|
|
||||||
// Special UI parts
|
// Special UI parts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user