From 82bec57dd1f192003550dda71344e8fdb2a09b36 Mon Sep 17 00:00:00 2001 From: finico Date: Tue, 3 Apr 2018 17:39:38 +0300 Subject: [PATCH] Change colors for warnings and the diffEditor --- themes/sunrise.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/sunrise.json b/themes/sunrise.json index 9362d59..042f842 100644 --- a/themes/sunrise.json +++ b/themes/sunrise.json @@ -17,6 +17,11 @@ "editorLineNumber.foreground": "#82828288", "editorRuler.foreground": "#82828255", "editorWhitespace.foreground": "#82828255", + "editorWarning.foreground": "#c99e00", + "editorMarkerNavigationWarning.background": "#c99e00", + "editorOverviewRuler.warningForeground": "#c99e00", + "diffEditor.removedTextBackground": "#c4626c22", + "diffEditor.insertedTextBackground": "#59886722", "peekView.border": "#828282", "peekViewResult.matchHighlightBackground": "#b4eacf88", "peekViewEditor.background": "#fefef5",