Skip to content

Commit 75835d3

Browse files
committed
update editor color
1 parent ed6f0c8 commit 75835d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/components/MonacoMarkdownEditor

src/components/MonacoMarkdownEditor/theme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
'inherit': true,
44
'rules': [
55
{
6-
'foreground': 'bcc8ba',
6+
'foreground': '888888',
77
'token': 'comment',
88
},
99
{
@@ -108,7 +108,7 @@ export default {
108108
},
109109
],
110110
'colors': {
111-
'editor.foreground': '#000000',
111+
'editor.foreground': '#333333',
112112
'editor.background': '#FFFFFF',
113113
'editor.selectionBackground': '#BDD5FC',
114114
'editor.lineHighlightBackground': '#FFFBD1',

0 commit comments

Comments
 (0)