Kragrathea / OctoPrint-PrettyGCode

114 stars 20 forks source link

Feature request: Darkmode #90

Open Gummibaer opened 3 years ago

Gummibaer commented 3 years ago

Please add option to change any colors like CSS. I like a dark mode

JohnBaumb commented 3 years ago

if the devs don't add it you can edit lines in prettygcode.js (\pi\oprint\lib\python3.7\site-packages\octoprint_prettygcode\static\js)

1683 to " scene.background = new THREE.Color(0x1B1B1B);" 1899 to "color: 0x2F2F2F,"

Then you have dark mode.