Pārlūkot izejas kodu

Fix PG dark theme

David Catuhe 7 gadi atpakaļ
vecāks
revīzija
ec7d5f911f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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);