history This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. GeoGebra uses webtchnology (html, css, js) and thus can be customized without recompiling ==== Add custom Darkmode ==== <html> Open the file <ul> <li>Windows: <pre>C:\Users\<span style="color: green;">User Name</span>\AppData\Local\<span style="color: green;">GeoGebra_6\app-6.0.683</span>\resources\app\html\classic.html</pre> <br></li> <li>Linux: </html>FIXME<html><pre></pre></li> </ul> and change the line (873) <pre><body dir="ltr" tabindex="-1" onload="loadApp()"></pre> to <pre><body dir="ltr" tabindex="-1" onload="loadApp()" <span style="color: red;">style="filter: invert();"</span>></pre></html>