Skip to content

Commit

Permalink
changed editor style from material-ocean to ayu-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulAnand442001 committed Sep 14, 2021
1 parent 45dbd30 commit d0effc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Editor/editor.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Editor = (props) => {
className="CodeMirror"
options={{
mode: language,
theme: "material-ocean",
theme: "ayu-dark",
lineNumbers: true,
lineWrapping: true,
lint: true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor/editor.styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "codemirror/lib/codemirror.css";
@import "codemirror/theme/material-ocean.css";
@import "codemirror/theme/ayu-dark.css";

.editor-title {
background-color: black;
Expand Down

0 comments on commit d0effc9

Please sign in to comment.