Skip to content

Commit 91208ac

Browse files
Updated themes (#1149)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12c596e commit 91208ac

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"colors": {
55
"list.highlightForeground": "#0ca1a6",
66
"list.activeSelectionForeground": "#dae3e3",
7-
"list.activeSelectionBackground": "#434f54",
7+
"list.activeSelectionBackground": "#0ca1a64d",
88
"list.inactiveSelectionForeground": "#dae3e3",
99
"list.inactiveSelectionBackground": "#434f54",
1010
"list.hoverBackground": "#1f272a",
@@ -45,7 +45,8 @@
4545
"arduino.foreground": "#edf1f1",
4646
"arduino.output.foreground": "#ffffff",
4747
"arduino.output.background": "#000000",
48-
"arduino.toolbar.hoverBackground": "#dae3e3",
48+
"arduino.toolbar.button.hoverBackground": "#dae3e3",
49+
"arduino.toolbar.button.background": "#0ca1a6",
4950
"sideBar.background": "#101618",
5051
"sideBar.foreground": "#dae3e3",
5152
"input.background": "#000000",

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"colors": {
55
"list.highlightForeground": "#008184",
66
"list.activeSelectionForeground": "#4e5b61",
7-
"list.activeSelectionBackground": "#dae3e3",
7+
"list.activeSelectionBackground": "#00818433",
88
"list.inactiveSelectionForeground": "#4e5b61",
99
"list.inactiveSelectionBackground": "#dae3e3",
1010
"list.hoverBackground": "#ecf1f1",
@@ -22,7 +22,7 @@
2222
"menu.selectionBackground": "#dae3e3",
2323
"menu.selectionForeground": "#212121",
2424
"editorGroupHeader.tabsBackground": "#ecf1f1",
25-
"button.background": "#7fcbcd",
25+
"button.background": "#008184",
2626
"button.foreground": "#f7f9f9",
2727
"button.hoverBackground": "#005C5F",
2828
"titleBar.activeBackground": "#006d70",
@@ -45,7 +45,8 @@
4545
"arduino.foreground": "#edf1f1",
4646
"arduino.output.foreground": "#ffffff",
4747
"arduino.output.background": "#000000",
48-
"arduino.toolbar.hoverBackground": "#f7f9f9",
48+
"arduino.toolbar.button.hoverBackground": "#f7f9f9",
49+
"arduino.toolbar.button.background": "#7fcbcd",
4950
"sideBar.background": "#f7f9f9",
5051
"sideBar.foreground": "#4e5b61",
5152
"input.background": "#ffffff",

0 commit comments

Comments
 (0)