Skip to content

Commit 9b7ab14

Browse files
Updated themes (arduino#1141)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d6899af commit 9b7ab14

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"menu.selectionForeground": "#212121",
2424
"editorGroupHeader.tabsBackground": "#171e21",
2525
"button.background": "#0ca1a6",
26+
"button.foreground": "#101618",
27+
"button.hoverBackground": "#7fcbcd",
2628
"titleBar.activeBackground": "#171e21",
2729
"titleBar.activeForeground": "#dae3e3",
2830
"terminal.background": "#000000",
@@ -37,7 +39,7 @@
3739
"statusBar.background": "#171e21",
3840
"secondaryButton.background": "#ff000000",
3941
"secondaryButton.foreground": "#dae3e3",
40-
"secondaryButton.hoverBackground": "#434f54",
42+
"secondaryButton.hoverBackground": "#ffffff1a",
4143
"arduino.branding.primary": "#0ca1a6",
4244
"arduino.branding.secondary": "#b5c8c9",
4345
"arduino.foreground": "#edf1f1",

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"menu.selectionBackground": "#dae3e3",
2323
"menu.selectionForeground": "#212121",
2424
"editorGroupHeader.tabsBackground": "#ecf1f1",
25-
"button.background": "#7fcbcd",
25+
"button.background": "#008184",
26+
"button.foreground": "#f7f9f9",
27+
"button.hoverBackground": "#005C5F",
2628
"titleBar.activeBackground": "#006d70",
2729
"titleBar.activeForeground": "#f7f9f9",
2830
"terminal.background": "#000000",
@@ -37,7 +39,7 @@
3739
"statusBar.background": "#006d70",
3840
"secondaryButton.background": "#ff000000",
3941
"secondaryButton.foreground": "#008184",
40-
"secondaryButton.hoverBackground": "#dae3e3",
42+
"secondaryButton.hoverBackground": "#005c5f1a",
4143
"arduino.branding.primary": "#008184",
4244
"arduino.branding.secondary": "#b5c8c9",
4345
"arduino.foreground": "#edf1f1",

0 commit comments

Comments
 (0)