From 9954c8bfb9c802ca8af5bb3eb982296635d80a59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:33:29 +0000 Subject: [PATCH] Updated themes --- arduino-ide-extension/src/browser/data/dark.color-theme.json | 5 +++-- .../src/browser/data/default.color-theme.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arduino-ide-extension/src/browser/data/dark.color-theme.json b/arduino-ide-extension/src/browser/data/dark.color-theme.json index 072e9a300..47a986da7 100644 --- a/arduino-ide-extension/src/browser/data/dark.color-theme.json +++ b/arduino-ide-extension/src/browser/data/dark.color-theme.json @@ -12,7 +12,7 @@ "editor.background": "#1f272a", "editor.foreground": "#dae3e3", "editor.lineHighlightBackground": "#434f5410", - "editor.selectionBackground": "#f1c40f", + "editor.selectionBackground": "#00818480", "editorCursor.foreground": "#434f54", "editorWhitespace.foreground": "#bfbfbf", "editorWidget.background": "#171e21", @@ -45,6 +45,7 @@ "arduino.output.background": "#000000", "arduino.toolbar.hoverBackground": "#dae3e3", "sideBar.background": "#101618", + "sideBar.foreground": "#dae3e3", "input.background": "#000000", "foreground": "#dae3e3", "settings.headerForeground": "#dae3e3", @@ -146,4 +147,4 @@ } } ] -} +} \ No newline at end of file diff --git a/arduino-ide-extension/src/browser/data/default.color-theme.json b/arduino-ide-extension/src/browser/data/default.color-theme.json index 2f4660652..8681a133e 100644 --- a/arduino-ide-extension/src/browser/data/default.color-theme.json +++ b/arduino-ide-extension/src/browser/data/default.color-theme.json @@ -12,7 +12,7 @@ "editor.background": "#ffffff", "editor.foreground": "#4e5b61", "editor.lineHighlightBackground": "#434f5410", - "editor.selectionBackground": "#f1c40f", + "editor.selectionBackground": "#7fcbcdb3", "editorCursor.foreground": "#434f54", "editorWhitespace.foreground": "#bfbfbf", "editorWidget.background": "#f7f9f9", @@ -45,6 +45,7 @@ "arduino.output.background": "#000000", "arduino.toolbar.hoverBackground": "#f7f9f9", "sideBar.background": "#f7f9f9", + "sideBar.foreground": "#4e5b61", "input.background": "#ffffff", "foreground": "#4e5b61", "settings.headerForeground": "#4e5b61", @@ -146,4 +147,4 @@ } } ] -} +} \ No newline at end of file