Skip to content

Commit

Permalink
Tweak editor background color
Browse files Browse the repository at this point in the history
  • Loading branch information
okaxaki committed Nov 24, 2023
1 parent 58abd08 commit 48fe2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/ace-defines.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const DARK_THEME_PATH = "ace/theme/mgsc-dark";
exports.cssText = `
.ace_editor.ace_mgsc {
color: rgba(0,0,0,0.87);
background-color: #fafafa;
background-color: #f0f0f0;
}
.ace_mgsc .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
Expand Down Expand Up @@ -349,7 +349,7 @@ const DARK_THEME_PATH = "ace/theme/mgsc-dark";
exports.cssText = `
.ace_editor.ace_mgsc_dark {
color: #f0f0f0;
background-color: #000;
background-color: #222222;
}
.ace_mgsc_dark .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
Expand Down

0 comments on commit 48fe2ce

Please # to comment.