From 6d719c9187a58bb7848e74e268361fab9776039f Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 7 Aug 2019 09:56:48 +0800 Subject: [PATCH] Change warning color to #d19a66 #324 --- CHANGELOG.md | 3 +++ package.json | 2 +- src/editor.json | 4 ++-- themes/OneDark-Pro-bold.json | 4 ++-- themes/OneDark-Pro-vivid.json | 4 ++-- themes/OneDark-Pro.json | 4 ++-- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acded271..86a3873e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## 2.26.1 | 2019.08.03 +- Change warning color to #d19a66 [#324](https://github.com/Binaryify/OneDark-Pro/issues/324) + ## 2.26.1 | 2019.08.03 - Update warning Colors [#324](https://github.com/Binaryify/OneDark-Pro/issues/324) diff --git a/package.json b/package.json index 07ba092e..2294d8a4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Material-theme", "displayName": "One Dark Pro", "description": "Atom's iconic One Dark theme for Visual Studio Code", - "version": "2.26.1", + "version": "2.26.2", "publisher": "zhuangtongfa", "bugs": { "url": "https://github.com/Binaryify/OneDark-Pro/issues" diff --git a/src/editor.json b/src/editor.json index 93dee942..7cff1c6b 100644 --- a/src/editor.json +++ b/src/editor.json @@ -18,7 +18,7 @@ "editorIndentGuide.activeBackground": "#c8c8c859", "editorMarkerNavigation.background": "#21252b", "editorRuler.foreground": "#abb2bf26", - "editorWarning.foreground": "#c24038", + "editorWarning.foreground": "#d19a66", "editor.lineHighlightBackground": "#2c313c", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#ffffff10", @@ -56,7 +56,7 @@ "list.highlightForeground": "#c5c5c5", "list.inactiveSelectionBackground": "#2c313a", "list.inactiveSelectionForeground": "#d7dae0", - "list.warningForeground": "#c24038", + "list.warningForeground": "#d19a66", "menu.foreground":"#c8c8c8", "peekViewEditor.background":"#1b1d23", "peekViewEditor.matchHighlightBackground": "#29244b", diff --git a/themes/OneDark-Pro-bold.json b/themes/OneDark-Pro-bold.json index 6aadc8f6..7295adf4 100644 --- a/themes/OneDark-Pro-bold.json +++ b/themes/OneDark-Pro-bold.json @@ -18,7 +18,7 @@ "editorIndentGuide.activeBackground": "#c8c8c859", "editorMarkerNavigation.background": "#21252b", "editorRuler.foreground": "#abb2bf26", - "editorWarning.foreground": "#c24038", + "editorWarning.foreground": "#d19a66", "editor.lineHighlightBackground": "#2c313c", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#ffffff10", @@ -56,7 +56,7 @@ "list.highlightForeground": "#c5c5c5", "list.inactiveSelectionBackground": "#2c313a", "list.inactiveSelectionForeground": "#d7dae0", - "list.warningForeground": "#c24038", + "list.warningForeground": "#d19a66", "menu.foreground": "#c8c8c8", "peekViewEditor.background": "#1b1d23", "peekViewEditor.matchHighlightBackground": "#29244b", diff --git a/themes/OneDark-Pro-vivid.json b/themes/OneDark-Pro-vivid.json index cd7db620..7ac25df4 100644 --- a/themes/OneDark-Pro-vivid.json +++ b/themes/OneDark-Pro-vivid.json @@ -18,7 +18,7 @@ "editorIndentGuide.activeBackground": "#c8c8c859", "editorMarkerNavigation.background": "#21252b", "editorRuler.foreground": "#abb2bf26", - "editorWarning.foreground": "#c24038", + "editorWarning.foreground": "#d19a66", "editor.lineHighlightBackground": "#2c313c", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#ffffff10", @@ -56,7 +56,7 @@ "list.highlightForeground": "#c5c5c5", "list.inactiveSelectionBackground": "#2c313a", "list.inactiveSelectionForeground": "#d7dae0", - "list.warningForeground": "#c24038", + "list.warningForeground": "#d19a66", "menu.foreground": "#c8c8c8", "peekViewEditor.background": "#1b1d23", "peekViewEditor.matchHighlightBackground": "#29244b", diff --git a/themes/OneDark-Pro.json b/themes/OneDark-Pro.json index 1a97f810..6611b547 100644 --- a/themes/OneDark-Pro.json +++ b/themes/OneDark-Pro.json @@ -18,7 +18,7 @@ "editorIndentGuide.activeBackground": "#c8c8c859", "editorMarkerNavigation.background": "#21252b", "editorRuler.foreground": "#abb2bf26", - "editorWarning.foreground": "#c24038", + "editorWarning.foreground": "#d19a66", "editor.lineHighlightBackground": "#2c313c", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#ffffff10", @@ -56,7 +56,7 @@ "list.highlightForeground": "#c5c5c5", "list.inactiveSelectionBackground": "#2c313a", "list.inactiveSelectionForeground": "#d7dae0", - "list.warningForeground": "#c24038", + "list.warningForeground": "#d19a66", "menu.foreground": "#c8c8c8", "peekViewEditor.background": "#1b1d23", "peekViewEditor.matchHighlightBackground": "#29244b",