From a59673f083fba37e0af7244717eb4d5c3ecbb76d Mon Sep 17 00:00:00 2001 From: Rafael Alberti Cantoni Augusto Date: Fri, 1 Nov 2019 17:50:43 -0300 Subject: [PATCH] feat: changing diff colors for better visualization --- themes/relaxed-color-theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/relaxed-color-theme.json b/themes/relaxed-color-theme.json index 78130a8..5c095f6 100644 --- a/themes/relaxed-color-theme.json +++ b/themes/relaxed-color-theme.json @@ -27,8 +27,8 @@ "sideBarSectionHeader.background": "#2d313a", "tab.inactiveBackground": "#2a2e36", "scrollbar.shadow": "#353a44", - "diffEditor.insertedTextBackground": "#788351", - "diffEditor.removedTextBackground": "#b1524e", + "diffEditor.insertedTextBackground": "#6a880036", + "diffEditor.removedTextBackground": "#a3050056", "panel.background": "#2c3038", "panel.border": "#2c3038", "statusBar.background":"#2c3038", @@ -93,7 +93,7 @@ ], "settings": { "fontStyle": "italic", - "foreground": "#727272" + "foreground": "#888282" } }, {