ui: default text color 90% white (#36899)

default 90%
This commit is contained in:
Shane Smiskol
2025-12-16 20:34:51 -08:00
committed by GitHub
parent a112e6e882
commit cecce82015

View File

@@ -79,7 +79,7 @@ void main() {
"""
DEFAULT_TEXT_SIZE = 60
DEFAULT_TEXT_COLOR = rl.WHITE
DEFAULT_TEXT_COLOR = rl.Color(255, 255, 255, int(255 * 0.9))
# Qt draws fonts accounting for ascent/descent differently, so compensate to match old styles
# The real scales for the fonts below range from 1.212 to 1.266