Skip to content

Commit 75abb70

Browse files
Updated themes (#1125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ba98a2 commit 75abb70

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
@@ -12,7 +12,7 @@
1212
"editor.background": "#1f272a",
1313
"editor.foreground": "#dae3e3",
1414
"editor.lineHighlightBackground": "#434f5410",
15-
"editor.selectionBackground": "#f1c40f",
15+
"editor.selectionBackground": "#00818480",
1616
"editorCursor.foreground": "#434f54",
1717
"editorWhitespace.foreground": "#bfbfbf",
1818
"editorWidget.background": "#171e21",
@@ -45,6 +45,7 @@
4545
"arduino.output.background": "#000000",
4646
"arduino.toolbar.hoverBackground": "#dae3e3",
4747
"sideBar.background": "#101618",
48+
"sideBar.foreground": "#dae3e3",
4849
"input.background": "#000000",
4950
"foreground": "#dae3e3",
5051
"settings.headerForeground": "#dae3e3",
@@ -146,4 +147,4 @@
146147
}
147148
}
148149
]
149-
}
150+
}

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"editor.background": "#ffffff",
1313
"editor.foreground": "#4e5b61",
1414
"editor.lineHighlightBackground": "#434f5410",
15-
"editor.selectionBackground": "#f1c40f",
15+
"editor.selectionBackground": "#7fcbcdb3",
1616
"editorCursor.foreground": "#434f54",
1717
"editorWhitespace.foreground": "#bfbfbf",
1818
"editorWidget.background": "#f7f9f9",
@@ -45,6 +45,7 @@
4545
"arduino.output.background": "#000000",
4646
"arduino.toolbar.hoverBackground": "#f7f9f9",
4747
"sideBar.background": "#f7f9f9",
48+
"sideBar.foreground": "#4e5b61",
4849
"input.background": "#ffffff",
4950
"foreground": "#4e5b61",
5051
"settings.headerForeground": "#4e5b61",
@@ -146,4 +147,4 @@
146147
}
147148
}
148149
]
149-
}
150+
}

0 commit comments

Comments
 (0)