mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 18:53:55 +08:00
ui: make the toggle color match QT (#35466)
make the toggle color match QT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user