You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ender3V2S1/themes/gray_theme.gcode

30 lines
1013 B
Plaintext

; Gray theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R4 G8 B4 ;Screen Background
C11 E3 R20 G40 B20 ;Cursor
C11 E4 R10 G20 B10 ;Title Background
C11 E5 R31 G63 B31 ;Title Text
C11 E6 R31 G63 B31 ;Text
C11 E7 R10 G20 B10 ;Selected
C11 E8 R20 G40 B20 ;Split Line
C11 E9 R31 G63 B31 ;Highlight
C11 E10 R10 G20 B10 ;Status Background
C11 E11 R31 G63 B31 ;Status Text
C11 E12 R6 G15 B8 ;Popup Background
C11 E13 R26 G53 B26 ;Popup Text
C11 E14 R30 G0 B15 ;Alert Background
C11 E15 R31 G56 B15 ;Alert Text
C11 E16 R31 G63 B31 ;Percent Text
C11 E17 R10 G20 B10 ;Bar Fill
C11 E18 R26 G52 B26 ;Indicator value
C11 E19 R26 G52 B26 ;Coordinate value;
;
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied