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

make the toggle color match QT
pull/35143/merge
Dean Lee 5 days ago committed by GitHub
parent a8639d3feb
commit 05fa135be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/ui/lib/toggle.py

@ -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

Loading…
Cancel
Save