File tree 2 files changed +6
-4
lines changed
arduino-ide-extension/src/browser/data
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
"editor.foreground" : " #dae3e3" ,
15
15
"editor.lineHighlightBackground" : " #434f5410" ,
16
16
"editor.selectionBackground" : " #00818480" ,
17
- "editorCursor.foreground" : " #434f54 " ,
17
+ "editorCursor.foreground" : " #dae3e3 " ,
18
18
"editorWhitespace.foreground" : " #bfbfbf" ,
19
19
"editorWidget.background" : " #171e21" ,
20
20
"editorWidget.foreground" : " #dae3e3" ,
67
67
"tree.indentGuidesStroke" : " #374146" ,
68
68
"tab.unfocusedActiveForeground" : " #dae3e3" ,
69
69
"tab.inactiveBackground" : " #171e21" ,
70
- "textLink.foreground" : " #0ca1a6"
70
+ "textLink.foreground" : " #0ca1a6" ,
71
+ "errorForeground" : " #df7365"
71
72
},
72
73
"tokenColors" : [
73
74
{
Original file line number Diff line number Diff line change 14
14
"editor.foreground" : " #4e5b61" ,
15
15
"editor.lineHighlightBackground" : " #434f5410" ,
16
16
"editor.selectionBackground" : " #7fcbcdb3" ,
17
- "editorCursor.foreground" : " #434f54 " ,
17
+ "editorCursor.foreground" : " #4e5b61 " ,
18
18
"editorWhitespace.foreground" : " #bfbfbf" ,
19
19
"editorWidget.background" : " #f7f9f9" ,
20
20
"editorWidget.foreground" : " #4e5b61" ,
67
67
"tree.indentGuidesStroke" : " #dae3e3" ,
68
68
"tab.unfocusedActiveForeground" : " #4e5b61" ,
69
69
"tab.inactiveBackground" : " #ecf1f1" ,
70
- "textLink.foreground" : " #008184"
70
+ "textLink.foreground" : " #008184" ,
71
+ "errorForeground" : " #df7365"
71
72
},
72
73
"tokenColors" : [
73
74
{
You can’t perform that action at this time.
0 commit comments