From b28a11c4b9131fac8844e7c5f600ee7055c35aff Mon Sep 17 00:00:00 2001 From: James Brumond Date: Tue, 9 May 2023 23:12:03 -0700 Subject: [PATCH] softer indigo colors --- themes/Minimal Dark/theme.json | 2 +- themes/Minimal Dark/theme.yaml | 2 +- themes/Minimal Light/theme.json | 2 +- themes/Minimal Light/theme.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/Minimal Dark/theme.json b/themes/Minimal Dark/theme.json index 795bff3..15bbf1c 100644 --- a/themes/Minimal Dark/theme.json +++ b/themes/Minimal Dark/theme.json @@ -67,7 +67,7 @@ "chart_shape_purple_line": "#b27ee4", "chart_shape_blue_fill": "#4a80a0", "chart_shape_blue_line": "#7cb3cf", - "chart_shape_indigo_fill": "#36445c", + "chart_shape_indigo_fill": "#3d5072", "chart_shape_indigo_line": "#4373c7", "chart_shape_magenta_fill": "#953d7b", "chart_shape_magenta_line": "#e454ac", diff --git a/themes/Minimal Dark/theme.yaml b/themes/Minimal Dark/theme.yaml index 1f5df24..7d9c2ca 100644 --- a/themes/Minimal Dark/theme.yaml +++ b/themes/Minimal Dark/theme.yaml @@ -65,7 +65,7 @@ colors: chart_shape_purple_line: "#b27ee4" chart_shape_blue_fill: "#4a80a0" chart_shape_blue_line: "#7cb3cf" - chart_shape_indigo_fill: "#36445c" + chart_shape_indigo_fill: "#3d5072" chart_shape_indigo_line: "#4373c7" chart_shape_magenta_fill: "#953d7b" chart_shape_magenta_line: "#e454ac" diff --git a/themes/Minimal Light/theme.json b/themes/Minimal Light/theme.json index 2a47034..363de73 100644 --- a/themes/Minimal Light/theme.json +++ b/themes/Minimal Light/theme.json @@ -67,7 +67,7 @@ "chart_shape_purple_line": "#cc99fe", "chart_shape_blue_fill": "#b1e2ff", "chart_shape_blue_line": "#66cbff", - "chart_shape_indigo_fill": "#afcaf9", + "chart_shape_indigo_fill": "#c2d6f9", "chart_shape_indigo_line": "#6295ee", "chart_shape_magenta_fill": "#ebb5cd", "chart_shape_magenta_line": "#cc6698", diff --git a/themes/Minimal Light/theme.yaml b/themes/Minimal Light/theme.yaml index 763dac5..0b9332d 100644 --- a/themes/Minimal Light/theme.yaml +++ b/themes/Minimal Light/theme.yaml @@ -65,7 +65,7 @@ colors: chart_shape_purple_line: "#cc99fe" chart_shape_blue_fill: "#b1e2ff" chart_shape_blue_line: "#66cbff" - chart_shape_indigo_fill: "#afcaf9" + chart_shape_indigo_fill: "#c2d6f9" chart_shape_indigo_line: "#6295ee" chart_shape_magenta_fill: "#ebb5cd" chart_shape_magenta_line: "#cc6698"