ui: make the toggle color match QT (#35466)

make the toggle color match QT
This commit is contained in:
Dean Lee
2025-06-06 01:13:44 +08:00
committed by GitHub
parent a8639d3feb
commit 05fa135be6

View File

@@ -1,6 +1,6 @@
import pyray as rl
ON_COLOR = rl.Color(0, 255, 0, 255)
ON_COLOR = rl.Color(51, 171, 76, 255)
OFF_COLOR = rl.Color(0x39, 0x39, 0x39, 255)
KNOB_COLOR = rl.WHITE
WIDTH, HEIGHT = 160, 80