Skip to content

Commit

Permalink
🎨 Changing the speed default color value.
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed May 5, 2024
1 parent f78548e commit b774392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit b774392

Please sign in to comment.