diff --git a/script.user.js b/script.user.js index 81db880..e0a4737 100644 --- a/script.user.js +++ b/script.user.js @@ -15,10 +15,10 @@ body, .primary-navbar .active a, .navbar, .ui-dialog { background: #0f161c !important; color: white !important; } -.ui-widget-content, ui-dialog-title, .dashboard-panel__headline a, text-muted, h1 small { +.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small { color: white; } -input, .form-control, splitter-bar splitter-pane { +input, .form-control, .splitter-bar, .splitter-pane { background: black; color: white; } @@ -50,10 +50,6 @@ background: #013e6d !important; .pale, i.pale, .directory_listing_table { color: white !important; opacity: 1; -} -/* Ace editor */ -.ace-tm .ace_gutter { - } `; document.body.appendChild(style); @@ -80,5 +76,6 @@ function waitForElm(selector) { }); } waitForElm('.ace_gutter').then((elm) => { + // Set the theme of Ace Editor Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night") });