Skip to content

Commit 9f08913

Browse files
Updated themes
1 parent 5d264ef commit 9f08913

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: arduino-ide-extension/src/browser/data/dark.color-theme.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"editor.foreground": "#dae3e3",
1515
"editor.lineHighlightBackground": "#434f5410",
1616
"editor.selectionBackground": "#00818480",
17-
"editorCursor.foreground": "#434f54",
17+
"editorCursor.foreground": "#dae3e3",
1818
"editorWhitespace.foreground": "#bfbfbf",
1919
"editorWidget.background": "#171e21",
2020
"editorWidget.foreground": "#dae3e3",
@@ -67,7 +67,8 @@
6767
"tree.indentGuidesStroke": "#374146",
6868
"tab.unfocusedActiveForeground": "#dae3e3",
6969
"tab.inactiveBackground": "#171e21",
70-
"textLink.foreground": "#0ca1a6"
70+
"textLink.foreground": "#0ca1a6",
71+
"errorForeground": "#df7365"
7172
},
7273
"tokenColors": [
7374
{

Diff for: arduino-ide-extension/src/browser/data/default.color-theme.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"editor.foreground": "#4e5b61",
1515
"editor.lineHighlightBackground": "#434f5410",
1616
"editor.selectionBackground": "#7fcbcdb3",
17-
"editorCursor.foreground": "#434f54",
17+
"editorCursor.foreground": "#4e5b61",
1818
"editorWhitespace.foreground": "#bfbfbf",
1919
"editorWidget.background": "#f7f9f9",
2020
"editorWidget.foreground": "#4e5b61",
@@ -67,7 +67,8 @@
6767
"tree.indentGuidesStroke": "#dae3e3",
6868
"tab.unfocusedActiveForeground": "#4e5b61",
6969
"tab.inactiveBackground": "#ecf1f1",
70-
"textLink.foreground": "#008184"
70+
"textLink.foreground": "#008184",
71+
"errorForeground": "#df7365"
7172
},
7273
"tokenColors": [
7374
{

0 commit comments

Comments
 (0)