Skip to content

Commit 5bdaeb1

Browse files
committed
feat: add theming in code editor
1 parent d8b86f7 commit 5bdaeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/CodeEditor/CodeEditor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ const CodeEditor: React.FC<CodeEditorInterface> & CodeEditorComposition = React.
124124
inherit: true,
125125
rules: [
126126
// @ts-ignore
127-
{ background: '#0B0F22' },
127+
{ background: '#181920' },
128128
],
129129
colors: {
130-
'editor.background': '#0B0F22',
130+
'editor.background': '#181920',
131131
},
132132
})
133133

0 commit comments

Comments
 (0)