Skip to content

Commit 60b0bd0

Browse files
remove semicolumns
1 parent f18bb4c commit 60b0bd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

internal_filesystem/main.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
RED = lv.palette_main(lv.PALETTE.RED)
77

8-
DARKPINK = lv.color_hex(0xEC048C);
9-
MEDIUMPINK = lv.color_hex(0xF480C5);
10-
LIGHTPINK = lv.color_hex(0xF9E9F2);
11-
DARKYELLOW = lv.color_hex(0xFBDC05);
12-
LIGHTYELLOW = lv.color_hex(0xFBE499);
8+
DARKPINK = lv.color_hex(0xEC048C)
9+
MEDIUMPINK = lv.color_hex(0xF480C5)
10+
LIGHTPINK = lv.color_hex(0xF9E9F2)
11+
DARKYELLOW = lv.color_hex(0xFBDC05)
12+
LIGHTYELLOW = lv.color_hex(0xFBE499)
1313

1414
theme = lv.theme_default_init(display._disp_drv, DARKPINK, DARKYELLOW, False, lv.font_montserrat_12)
1515
#theme = lv.theme_default_init(display._disp_drv, DARKPINK, DARKYELLOW, True, lv.font_montserrat_12)

0 commit comments

Comments
 (0)