From b774392aa7043d23c0d93f9552a593b96cff5d22 Mon Sep 17 00:00:00 2001 From: AirportR Date: Sun, 5 May 2024 21:31:25 +0800 Subject: [PATCH] :art: Changing the speed default color value. --- utils/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/export.py b/utils/export.py index f282e1d..bb93e65 100644 --- a/utils/export.py +++ b/utils/export.py @@ -1937,7 +1937,7 @@ def exportImage(self, debug: bool = False): end_colores = self.end_colores else: # 默认值 - colorvalues = ["#f5f3f2", "#beb1aa", "#f6bec8", "#dc6b82", "#c35c5d", "#8ba3c7", "#c8161d"] + colorvalues = ["#fae0e4", "#f7cad0", "#f9bec7", "#ff85a1", "#ff7096", "#ff5c8a", "#ff477e"] intervals = [0, 1, 5, 10, 20, 60, 100] alphaes = [255, 255, 255, 255, 255, 255, 255] end_colores = ["#f5f3f2", "#beb1aa", "#f6bec8", "#dc6b82", "#c35c5d", "#8ba3c7", "#c8161d"]