remove semicolumns

This commit is contained in:
Thomas Farstrike
2025-06-06 11:51:47 +02:00
parent f18bb4cda7
commit 60b0bd08d3
+5 -5
View File
@@ -5,11 +5,11 @@ import mpos.ui
RED = lv.palette_main(lv.PALETTE.RED)
DARKPINK = lv.color_hex(0xEC048C);
MEDIUMPINK = lv.color_hex(0xF480C5);
LIGHTPINK = lv.color_hex(0xF9E9F2);
DARKYELLOW = lv.color_hex(0xFBDC05);
LIGHTYELLOW = lv.color_hex(0xFBE499);
DARKPINK = lv.color_hex(0xEC048C)
MEDIUMPINK = lv.color_hex(0xF480C5)
LIGHTPINK = lv.color_hex(0xF9E9F2)
DARKYELLOW = lv.color_hex(0xFBDC05)
LIGHTYELLOW = lv.color_hex(0xFBE499)
theme = lv.theme_default_init(display._disp_drv, DARKPINK, DARKYELLOW, False, lv.font_montserrat_12)
#theme = lv.theme_default_init(display._disp_drv, DARKPINK, DARKYELLOW, True, lv.font_montserrat_12)