Explorar o código

Fix PG dark theme

David Catuhe %!s(int64=7) %!d(string=hai) anos
pai
achega
ec7d5f911f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Playground/js/index.js

+ 1 - 0
Playground/js/index.js

@@ -701,6 +701,7 @@
 
             var oldCode = jsEditor.getValue();
             jsEditor.dispose();
+            editorOptions.theme = vsTheme;
             jsEditor = monaco.editor.create(document.getElementById('jsEditor'), editorOptions);
             jsEditor.setValue(oldCode);
             setFontSize(fontSize);