Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 88e3b5c

Browse files
authored
User updating
1 parent b597b78 commit 88e3b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/MonacoEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const MonacoEditor: FunctionComponent<MonacoEditorProps> = ({
4040
<div className={styles.padded}>
4141
<Editor
4242
height="100vh"
43-
theme={editorDarkMode ? "vs-dark" : "vs"}
43+
theme={editorDarkMode ? "hc-black" : "hc-light"}
4444
options={EditorOptions}
4545
language="python"
4646
value={editorCode}

0 commit comments

Comments
 (0)