From 46efb7c420b7670ed86cc53c3cc38ab010cdec69 Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 16 Oct 2020 09:54:45 -0400 Subject: [PATCH] Update chart colors --- themes/tokyo-night-color-theme.json | 8 ++++++++ themes/tokyo-night-light-color-theme.json | 9 +++++++++ themes/tokyo-night-storm-color-theme.json | 9 +++++++++ 3 files changed, 26 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 137e392..eb59a1c 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -305,6 +305,14 @@ "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "charts.red": "#f7768e", + "charts.blue": "#7aa2f7", + "charts.yellow": "#e0af68", + "charts.orange": "#ff9e64", + "charts.green": "#41a6b5", + "charts.purple": "#9d7cd8", + "charts.foreground": "#9AA5CE", + "charts.lines": "#16161e", "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d8ddfe2..adcf14e 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -309,6 +309,15 @@ "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#34548a", + "charts.red": "#8c4351", + "charts.blue": "#34548a", + "charts.yellow": "#8f5e15", + "charts.orange": "#965027", + "charts.green": "#33635c", + "charts.purple": "#5a4a78", + "charts.foreground": "#565a6e", + "charts.lines": "#f4f5f8", + "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", "merge.incomingHeaderBackground": "#34548aaa", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index d31cc8e..4cc6903 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -304,6 +304,15 @@ "gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageModifiedResourceForeground": "#6183bb", + "charts.red": "#f7768e", + "charts.blue": "#7aa2f7", + "charts.yellow": "#e0af68", + "charts.orange": "#ff9e64", + "charts.green": "#73daca", + "charts.purple": "#9d7cd8", + "charts.foreground": "#9AA5CE", + "charts.lines": "#1f2335", + "merge.currentHeaderBackground": "#007a75aa", "merge.currentContentBackground": "#007a7544", "merge.incomingHeaderBackground": "#3d59a1aa",