Skip to content

Commit

Permalink
Theme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mriscoc committed Feb 16, 2023
1 parent 68791f2 commit f46bfeb
Show file tree
Hide file tree
Showing 11 changed files with 141 additions and 28 deletions.
11 changes: 9 additions & 2 deletions themes/blue_theme.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
;Blue theme file
;
; Blue theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R2 G4 B6 ;Screen Background
C11 E3 R0 G31 B31 ;Cursor
C11 E4 R0 G20 B20 ;Title Background
Expand All @@ -20,3 +23,7 @@ C11 E18 R18 G63 B31 ;Indicator value
C11 E19 R18 G63 B31 ;Coordinate value
;
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
29 changes: 29 additions & 0 deletions themes/brown_theme.gcode
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
;Brown theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R5 G5 B0 ;Screen Background
C11 E3 R25 G25 B0 ;Cursor
C11 E4 R15 G15 B0 ;Title Background
C11 E5 R31 G63 B31 ;Title Text
C11 E6 R31 G63 B31 ;Text
C11 E7 R25 G25 B0 ;Selected
C11 E8 R25 G25 B0 ;Split Line
C11 E9 R31 G40 B0 ;Highlight
C11 E10 R15 G15 B0 ;Status Background
C11 E11 R31 G56 B15 ;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 G49 B9 ;Percent Text
C11 E17 R15 G15 B0 ;Bar Fill
C11 E18 R31 G49 B9 ;Indicator value
C11 E19 R31 G63 B16 ;Coordinate value
;
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
14 changes: 10 additions & 4 deletions themes/default_theme.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
;Default theme file
;
; Default theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R1 G2 B1 ;Screen Background
C11 E3 R29 G49 B15 ;Cursor
C11 E4 R2 G9 B5 ;Title Background
Expand All @@ -19,5 +22,8 @@ C11 E17 R2 G7 B4 ;Bar Fill
C11 E18 R31 G63 B31 ;Indicator value
C11 E19 R31 G63 B31 ;Coordinate value
;
M500 ;Save to EEPROM
M997 ;Reboot
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
13 changes: 9 additions & 4 deletions themes/gcode with preview/Theme Blue.gcode
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
; thumbnail end

;https://github.com/mriscoc/Marlin_Ender3v2/wiki/Color-Themes
;Blue theme file
;
; Blue theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R2 G4 B6 ;Screen Background
C11 E3 R0 G31 B31 ;Cursor
C11 E4 R0 G20 B20 ;Title Background
Expand All @@ -28,5 +31,7 @@ C11 E18 R18 G63 B31 ;Indicator value
C11 E19 R18 G63 B31 ;Coordinate value
;
C11 E0 ;Preview changes
M500 ;Save to EEPROM
;M997 ;Reboot
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
13 changes: 9 additions & 4 deletions themes/gcode with preview/Theme Green.gcode
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
; thumbnail end

;https://github.com/mriscoc/Marlin_Ender3v2/wiki/Color-Themes
;Green Theme file
;
; Green Theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R0 G20 B0 ;Screen Background
C11 E3 R0 G63 B0 ;Cursor
C11 E4 R0 G31 B0 ;Title Background
Expand All @@ -28,5 +31,7 @@ C11 E18 R18 G63 B10 ;Indicator value
C11 E19 R18 G63 B10 ;Coordinate value;
;
C11 E0 ;Preview changes
M500 ;Save to EEPROM
;M997 ;Reboot
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
12 changes: 8 additions & 4 deletions themes/gcode with preview/Theme Red.gcode
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
; thumbnail end

;https://github.com/mriscoc/Marlin_Ender3v2/wiki/Color-Themes
;Red Theme file
;
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R15 G0 B0 ;Screen Background
C11 E3 R31 G50 B23 ;Cursor
C11 E4 R31 G0 B0 ;Title Background
Expand All @@ -28,5 +30,7 @@ C11 E18 R31 G50 B23 ;Indicator value
C11 E19 R31 G50 B23 ;Coordinate value;
;
C11 E0 ;Preview changes
M500 ;Save to EEPROM
;M997 ;Reboot
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
12 changes: 10 additions & 2 deletions themes/gray_theme.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
;Gray theme file
;
; 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
Expand All @@ -18,4 +21,9 @@ 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
13 changes: 10 additions & 3 deletions themes/green_theme.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
;Green Theme file
;
; Green Theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R0 G20 B0 ;Screen Background
C11 E3 R0 G63 B0 ;Cursor
C11 E4 R0 G31 B0 ;Title Background
Expand All @@ -19,4 +22,8 @@ C11 E17 R0 G10 B0 ;Bar Fill
C11 E18 R18 G63 B10 ;Indicator value
C11 E19 R18 G63 B10 ;Coordinate value;
;
C11 E0 ;Preview changes
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
12 changes: 9 additions & 3 deletions themes/personalizado.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
;Default theme file
;
; Custom theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R1 G12 B8 ;Screen Background
C11 E3 R20 G49 B31 ;Cursor
C11 E4 R0 G23 B16 ;Title Background
Expand All @@ -20,4 +23,7 @@ C11 E18 R12 G63 B12 ;Indicator value
C11 E19 R31 G63 B16 ;Coordinate value
;
C11 E0 ;Preview changes

;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
29 changes: 29 additions & 0 deletions themes/purple_theme.gcode
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
; Purple Theme File
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R15 G0 B14 ;Screen Background
C11 E3 R30 G0 B30 ;Cursor
C11 E4 R0 G0 B0 ;Title Background
C11 E5 R31 G63 B31 ;Title Text
C11 E6 R31 G63 B31 ;Text
C11 E7 R30 G0 B30 ;Selected
C11 E8 R20 G0 B20 ;Split Line
C11 E9 R30 G0 B30 ;Highlight
C11 E10 R20 G0 B20 ;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 R30 G0 B30 ;Bar Fill
C11 E18 R31 G63 B31 ;Indicator value
C11 E19 R31 G63 B31 ;Coordinate value
;
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied
11 changes: 9 additions & 2 deletions themes/red_theme.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
;Red Theme file
;
; Red Theme file
; Professional Firmware Theme File
;=====================================================
C10 ; Mark as a configuration/theme file
;-----------------------------------------------------
C11 E2 R15 G0 B0 ;Screen Background
C11 E3 R31 G50 B23 ;Cursor
C11 E4 R31 G0 B0 ;Title Background
Expand All @@ -20,3 +23,7 @@ C11 E18 R31 G50 B23 ;Indicator value
C11 E19 R31 G50 B23 ;Coordinate value;
;
C11 E0 ;Preview changes
;-----------------------------------------------------
G4 S1 ; Wait a second
M300 P200 ; Beep
M117 Theme Applied

0 comments on commit f46bfeb

Please sign in to comment.