From 4f07515ee840715ff4492becddfcc8eaf846b969 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:27:23 +0100 Subject: [PATCH] Updated themes (#1836) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 a633dd457..9e9d15718 100644 --- a/arduino-ide-extension/src/browser/data/dark.color-theme.json +++ b/arduino-ide-extension/src/browser/data/dark.color-theme.json @@ -14,7 +14,7 @@ "editor.foreground": "#dae3e3", "editor.lineHighlightBackground": "#434f5410", "editor.selectionBackground": "#00818480", - "editorCursor.foreground": "#434f54", + "editorCursor.foreground": "#dae3e3", "editorWhitespace.foreground": "#bfbfbf", "editorWidget.background": "#171e21", "editorWidget.foreground": "#dae3e3", @@ -67,7 +67,8 @@ "tree.indentGuidesStroke": "#374146", "tab.unfocusedActiveForeground": "#dae3e3", "tab.inactiveBackground": "#171e21", - "textLink.foreground": "#0ca1a6" + "textLink.foreground": "#0ca1a6", + "errorForeground": "#df7365" }, "tokenColors": [ { 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 e15de4ea1..e81e4baa0 100644 --- a/arduino-ide-extension/src/browser/data/default.color-theme.json +++ b/arduino-ide-extension/src/browser/data/default.color-theme.json @@ -14,7 +14,7 @@ "editor.foreground": "#4e5b61", "editor.lineHighlightBackground": "#434f5410", "editor.selectionBackground": "#7fcbcdb3", - "editorCursor.foreground": "#434f54", + "editorCursor.foreground": "#4e5b61", "editorWhitespace.foreground": "#bfbfbf", "editorWidget.background": "#f7f9f9", "editorWidget.foreground": "#4e5b61", @@ -67,7 +67,8 @@ "tree.indentGuidesStroke": "#dae3e3", "tab.unfocusedActiveForeground": "#4e5b61", "tab.inactiveBackground": "#ecf1f1", - "textLink.foreground": "#008184" + "textLink.foreground": "#008184", + "errorForeground": "#df7365" }, "tokenColors": [ {