We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6f0c8 commit 75835d3Copy full SHA for 75835d3
1 file changed
src/components/MonacoMarkdownEditor/theme.js
@@ -3,7 +3,7 @@ export default {
3
'inherit': true,
4
'rules': [
5
{
6
- 'foreground': 'bcc8ba',
+ 'foreground': '888888',
7
'token': 'comment',
8
},
9
@@ -108,7 +108,7 @@ export default {
108
109
],
110
'colors': {
111
- 'editor.foreground': '#000000',
+ 'editor.foreground': '#333333',
112
'editor.background': '#FFFFFF',
113
'editor.selectionBackground': '#BDD5FC',
114
'editor.lineHighlightBackground': '#FFFBD1',
0 commit comments