updates to add new chart colors

This commit is contained in:
2023-05-09 22:24:05 -07:00
parent 7b5ef77dd0
commit e18ec1613d
8 changed files with 168 additions and 71 deletions

View File

@@ -5,8 +5,6 @@
"dark"
],
"colors": {
"sun": "#ffb685",
"moon": "#85acff",
"bg_main": "#343d46",
"bg_light": "#3f4a53",
"bg_heavy": "#495159",

View File

@@ -3,8 +3,6 @@ name: Minimal Dark
labels:
- dark
colors:
sun: "#ffb685"
moon: "#85acff"
bg_main: "#343d46"
bg_light: "#3f4a53"
bg_heavy: "#495159"
@@ -51,16 +49,28 @@ colors:
chart_axis: "#777777"
chart_text: "#cccccc"
chart_guideline: "#666666"
chart_data_0: "#ffb685"
chart_data_1: "#85acff"
chart_data_2: "#4dbb70"
chart_data_3: "#eb4f5e"
chart_data_4: "#a278ef"
chart_data_5: "#e298f0"
chart_data_6: "#49d9d8"
chart_data_7: "#cab815"
chart_data_8: "#52e130"
chart_data_9: "#ff13b4"
chart_shape_red_fill: "#a64237"
chart_shape_red_line: "#c77366"
chart_shape_orange_fill: "#c05f1a"
chart_shape_orange_line: "#d89766"
chart_shape_yellow_fill: "#716f36"
chart_shape_yellow_line: "#a09e27"
chart_shape_green_fill: "#529151"
chart_shape_green_line: "#9ad89a"
chart_shape_teal_fill: "#0c7c78"
chart_shape_teal_line: "#47b8b7"
chart_shape_pink_fill: "#b75b8a"
chart_shape_pink_line: "#ffa1c9"
chart_shape_purple_fill: "#6a4e84"
chart_shape_purple_line: "#b27ee4"
chart_shape_blue_fill: "#4a80a0"
chart_shape_blue_line: "#7cb3cf"
chart_shape_indigo_fill: "#36445c"
chart_shape_indigo_line: "#4373c7"
chart_shape_magenta_fill: "#953d7b"
chart_shape_magenta_line: "#e454ac"
chart_shape_brown_fill: "#915038"
chart_shape_brown_line: "#9a715b"
code_normal: "#c0c5ce"
code_shadow: transparent
code_background: "#2b303b"