Skip to content

Commit 28f5dce

Browse files
update themes
1 parent ab1a2d0 commit 28f5dce

File tree

2 files changed

+33
-27
lines changed

2 files changed

+33
-27
lines changed

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

+18-15
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "Arduino dark",
33
"type": "dark",
44
"colors": {
5-
"list.highlightForeground": "#171e21",
6-
"list.activeSelectionForeground": "#424242",
7-
"list.activeSelectionBackground": "#DAE3E3",
8-
"list.inactiveSelectionForeground": "#424242",
9-
"list.inactiveSelectionBackground": "#DAE3E3",
10-
"list.hoverBackground": "#ECF1F1",
5+
"list.highlightForeground": "#0ca1a6",
6+
"list.activeSelectionForeground": "#dae3e3",
7+
"list.activeSelectionBackground": "#434f54",
8+
"list.inactiveSelectionForeground": "#dae3e3",
9+
"list.inactiveSelectionBackground": "#434f54",
10+
"list.hoverBackground": "#1f272a",
1111
"progressBar.background": "#005c5f",
1212
"editor.background": "#1f272a",
1313
"editor.foreground": "#dae3e3",
1414
"editor.lineHighlightBackground": "#434f5410",
1515
"editor.selectionBackground": "#f1c40f",
1616
"editorCursor.foreground": "#434f54",
1717
"editorWhitespace.foreground": "#bfbfbf",
18-
"editorWidget.background": "#F7F9F9",
18+
"editorWidget.background": "#171e21",
1919
"focusBorder": "#dae3e3",
2020
"menubar.selectionBackground": "#ffffff",
2121
"menubar.selectionForeground": "#212121",
@@ -27,27 +27,30 @@
2727
"titleBar.activeForeground": "#dae3e3",
2828
"terminal.background": "#000000",
2929
"terminal.foreground": "#e0e0e0",
30-
"dropdown.border": "#ececec",
31-
"dropdown.background": "#ececec",
32-
"activityBar.background": "#101618",
30+
"dropdown.border": "#7fcbcd",
31+
"dropdown.background": "#2c353a",
32+
"dropdown.foreground": "#dae3e3",
33+
"activityBar.background": "#171e21",
3334
"activityBar.foreground": "#dae3e3",
3435
"activityBar.inactiveForeground": "#4e5b61",
3536
"activityBar.activeBorder": "#0ca1a6",
3637
"statusBar.background": "#171e21",
37-
"secondaryButton.background": "#b5c8c9",
38-
"secondaryButton.foreground": "#ececec",
39-
"secondaryButton.hoverBackground": "#dae3e3",
38+
"secondaryButton.background": "#ff000000",
39+
"secondaryButton.foreground": "#dae3e3",
40+
"secondaryButton.hoverBackground": "#434f54",
4041
"arduino.branding.primary": "#0ca1a6",
4142
"arduino.branding.secondary": "#b5c8c9",
4243
"arduino.foreground": "#edf1f1",
4344
"arduino.output.foreground": "#ffffff",
4445
"arduino.output.background": "#000000",
46+
"arduino.toolbar.hoverBackground": "#dae3e3",
4547
"sideBar.background": "#101618",
4648
"input.background": "#000000",
4749
"foreground": "#dae3e3",
4850
"settings.headerForeground": "#dae3e3",
4951
"tree.indentGuidesStroke": "#374146",
50-
"tab.unfocusedActiveForeground": "#dae3e3"
52+
"tab.unfocusedActiveForeground": "#dae3e3",
53+
"tab.inactiveBackground": "#171e21"
5154
},
5255
"tokenColors": [
5356
{
@@ -97,7 +100,7 @@
97100
"variable.name"
98101
],
99102
"settings": {
100-
"foreground": "#434f54"
103+
"foreground": "#dae3e3"
101104
}
102105
},
103106
{

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

+15-12
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "Arduino default",
33
"type": "default",
44
"colors": {
5-
"list.highlightForeground": "#006d70",
6-
"list.activeSelectionForeground": "#424242",
7-
"list.activeSelectionBackground": "#DAE3E3",
8-
"list.inactiveSelectionForeground": "#424242",
9-
"list.inactiveSelectionBackground": "#DAE3E3",
10-
"list.hoverBackground": "#ECF1F1",
5+
"list.highlightForeground": "#008184",
6+
"list.activeSelectionForeground": "#4e5b61",
7+
"list.activeSelectionBackground": "#dae3e3",
8+
"list.inactiveSelectionForeground": "#4e5b61",
9+
"list.inactiveSelectionBackground": "#dae3e3",
10+
"list.hoverBackground": "#ecf1f1",
1111
"progressBar.background": "#005c5f",
1212
"editor.background": "#ffffff",
1313
"editor.foreground": "#4e5b61",
1414
"editor.lineHighlightBackground": "#434f5410",
1515
"editor.selectionBackground": "#f1c40f",
1616
"editorCursor.foreground": "#434f54",
1717
"editorWhitespace.foreground": "#bfbfbf",
18-
"editorWidget.background": "#F7F9F9",
18+
"editorWidget.background": "#f7f9f9",
1919
"focusBorder": "#7fcbcd",
2020
"menubar.selectionBackground": "#ffffff",
2121
"menubar.selectionForeground": "#212121",
@@ -27,27 +27,30 @@
2727
"titleBar.activeForeground": "#f7f9f9",
2828
"terminal.background": "#000000",
2929
"terminal.foreground": "#e0e0e0",
30-
"dropdown.border": "#ececec",
31-
"dropdown.background": "#ececec",
30+
"dropdown.border": "#f7f9f9",
31+
"dropdown.background": "#ffffff",
32+
"dropdown.foreground": "#4e5b61",
3233
"activityBar.background": "#ecf1f1",
3334
"activityBar.foreground": "#4e5b61",
3435
"activityBar.inactiveForeground": "#bdc7c7",
3536
"activityBar.activeBorder": "#008184",
3637
"statusBar.background": "#006d70",
37-
"secondaryButton.background": "#b5c8c9",
38-
"secondaryButton.foreground": "#ececec",
38+
"secondaryButton.background": "#ff000000",
39+
"secondaryButton.foreground": "#008184",
3940
"secondaryButton.hoverBackground": "#dae3e3",
4041
"arduino.branding.primary": "#008184",
4142
"arduino.branding.secondary": "#b5c8c9",
4243
"arduino.foreground": "#edf1f1",
4344
"arduino.output.foreground": "#ffffff",
4445
"arduino.output.background": "#000000",
46+
"arduino.toolbar.hoverBackground": "#f7f9f9",
4547
"sideBar.background": "#f7f9f9",
4648
"input.background": "#ffffff",
4749
"foreground": "#4e5b61",
4850
"settings.headerForeground": "#4e5b61",
4951
"tree.indentGuidesStroke": "#dae3e3",
50-
"tab.unfocusedActiveForeground": "#4e5b61"
52+
"tab.unfocusedActiveForeground": "#4e5b61",
53+
"tab.inactiveBackground": "#ecf1f1"
5154
},
5255
"tokenColors": [
5356
{

0 commit comments

Comments
 (0)