Skip to content

Commit 0aef4b3

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
ATL-989: Set the new colors in default theme.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 79b1a30 commit 0aef4b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -80,30 +80,30 @@
8080
}
8181
],
8282
"colors": {
83-
"list.highlightForeground": "#006468",
84-
"list.activeSelectionBackground": "#006468",
83+
"list.highlightForeground": "#005c5f",
84+
"list.activeSelectionBackground": "#005c5f",
8585
"editor.background": "#ffffff",
8686
"editorCursor.foreground": "#434f54",
8787
"editor.foreground": "#434f54",
8888
"editorWhitespace.foreground": "#bfbfbf",
8989
"editor.lineHighlightBackground": "#434f5410",
9090
"editor.selectionBackground": "#ffcb00",
91-
"focusBorder": "#4db7bb99",
91+
"focusBorder": "#7fcbcd99",
9292
"menubar.selectionBackground": "#ffffff",
9393
"menubar.selectionForeground": "#212121",
9494
"menu.selectionBackground": "#dae3e3",
9595
"menu.selectionForeground": "#212121",
9696
"editorGroupHeader.tabsBackground": "#f7f9f9",
97-
"button.background": "#4db7bb",
98-
"titleBar.activeBackground": "#006468",
97+
"button.background": "#7fcbcd",
98+
"titleBar.activeBackground": "#005c5f",
9999
"titleBar.activeForeground": "#ffffff",
100100
"terminal.background": "#000000",
101101
"terminal.foreground": "#e0e0e0",
102102
"dropdown.border": "#ececec",
103103
"dropdown.background": "#ececec",
104104
"activityBar.background": "#ececec",
105105
"activityBar.foreground": "#616161",
106-
"statusBar.background": "#006468",
106+
"statusBar.background": "#005c5f",
107107
"secondaryButton.background": "#b5c8c9",
108108
"secondaryButton.hoverBackground": "#dae3e3",
109109
"arduino.branding.primary": "#00979d",

0 commit comments

Comments
 (0)