From 0aef4b328fb6119c3ea7e98725e6bbb6aaa6a3cd Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 22 Feb 2021 13:11:26 +0100 Subject: [PATCH] ATL-989: Set the new colors in default theme. Signed-off-by: Akos Kitta --- .../src/browser/data/arduino.color-theme.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arduino-ide-extension/src/browser/data/arduino.color-theme.json b/arduino-ide-extension/src/browser/data/arduino.color-theme.json index 6b3b3751..355b2e69 100644 --- a/arduino-ide-extension/src/browser/data/arduino.color-theme.json +++ b/arduino-ide-extension/src/browser/data/arduino.color-theme.json @@ -80,22 +80,22 @@ } ], "colors": { - "list.highlightForeground": "#006468", - "list.activeSelectionBackground": "#006468", + "list.highlightForeground": "#005c5f", + "list.activeSelectionBackground": "#005c5f", "editor.background": "#ffffff", "editorCursor.foreground": "#434f54", "editor.foreground": "#434f54", "editorWhitespace.foreground": "#bfbfbf", "editor.lineHighlightBackground": "#434f5410", "editor.selectionBackground": "#ffcb00", - "focusBorder": "#4db7bb99", + "focusBorder": "#7fcbcd99", "menubar.selectionBackground": "#ffffff", "menubar.selectionForeground": "#212121", "menu.selectionBackground": "#dae3e3", "menu.selectionForeground": "#212121", "editorGroupHeader.tabsBackground": "#f7f9f9", - "button.background": "#4db7bb", - "titleBar.activeBackground": "#006468", + "button.background": "#7fcbcd", + "titleBar.activeBackground": "#005c5f", "titleBar.activeForeground": "#ffffff", "terminal.background": "#000000", "terminal.foreground": "#e0e0e0", @@ -103,7 +103,7 @@ "dropdown.background": "#ececec", "activityBar.background": "#ececec", "activityBar.foreground": "#616161", - "statusBar.background": "#006468", + "statusBar.background": "#005c5f", "secondaryButton.background": "#b5c8c9", "secondaryButton.hoverBackground": "#dae3e3", "arduino.branding.primary": "#00979d",