From 3f3dfb1eefdd84096f20ebe26c41c38be7c153ac Mon Sep 17 00:00:00 2001 From: James Brumond Date: Tue, 9 May 2023 23:02:51 -0700 Subject: [PATCH] soften some dark colors --- themes/Minimal Dark/theme.json | 4 ++-- themes/Minimal Dark/theme.yaml | 4 ++-- themes/Minimal Light/theme.json | 4 ++-- themes/Minimal Light/theme.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/Minimal Dark/theme.json b/themes/Minimal Dark/theme.json index 3b470d0..795bff3 100644 --- a/themes/Minimal Dark/theme.json +++ b/themes/Minimal Dark/theme.json @@ -55,8 +55,8 @@ "chart_shape_red_line": "#c77366", "chart_shape_orange_fill": "#b15819", "chart_shape_orange_line": "#d89766", - "chart_shape_yellow_fill": "#716f36", - "chart_shape_yellow_line": "#a09e27", + "chart_shape_yellow_fill": "#7a7722", + "chart_shape_yellow_line": "#fffd76", "chart_shape_green_fill": "#529151", "chart_shape_green_line": "#9ad89a", "chart_shape_teal_fill": "#0c7c78", diff --git a/themes/Minimal Dark/theme.yaml b/themes/Minimal Dark/theme.yaml index 93f6213..1f5df24 100644 --- a/themes/Minimal Dark/theme.yaml +++ b/themes/Minimal Dark/theme.yaml @@ -53,8 +53,8 @@ colors: chart_shape_red_line: "#c77366" chart_shape_orange_fill: "#b15819" chart_shape_orange_line: "#d89766" - chart_shape_yellow_fill: "#716f36" - chart_shape_yellow_line: "#a09e27" + chart_shape_yellow_fill: "#7a7722" + chart_shape_yellow_line: "#fffd76" chart_shape_green_fill: "#529151" chart_shape_green_line: "#9ad89a" chart_shape_teal_fill: "#0c7c78" diff --git a/themes/Minimal Light/theme.json b/themes/Minimal Light/theme.json index 4e0bde0..2a47034 100644 --- a/themes/Minimal Light/theme.json +++ b/themes/Minimal Light/theme.json @@ -55,8 +55,8 @@ "chart_shape_red_line": "#ff806d", "chart_shape_orange_fill": "#fad6bc", "chart_shape_orange_line": "#ffb780", - "chart_shape_yellow_fill": "#ebe99f", - "chart_shape_yellow_line": "#ccc948", + "chart_shape_yellow_fill": "#fffec6", + "chart_shape_yellow_line": "#e1dc18", "chart_shape_green_fill": "#abe0aa", "chart_shape_green_line": "#66cc66", "chart_shape_teal_fill": "#b0ebe9", diff --git a/themes/Minimal Light/theme.yaml b/themes/Minimal Light/theme.yaml index 83a2080..763dac5 100644 --- a/themes/Minimal Light/theme.yaml +++ b/themes/Minimal Light/theme.yaml @@ -53,8 +53,8 @@ colors: chart_shape_red_line: "#ff806d" chart_shape_orange_fill: "#fad6bc" chart_shape_orange_line: "#ffb780" - chart_shape_yellow_fill: "#ebe99f" - chart_shape_yellow_line: "#ccc948" + chart_shape_yellow_fill: "#fffec6" + chart_shape_yellow_line: "#e1dc18" chart_shape_green_fill: "#abe0aa" chart_shape_green_line: "#66cc66" chart_shape_teal_fill: "#b0ebe9"