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 @@
"light"
],
"colors": {
"sun": "#ffb685",
"moon": "#85acff",
"bg_main": "#ffffff",
"bg_light": "#fafafb",
"bg_heavy": "#ebf0f5",

View File

@@ -3,8 +3,6 @@ name: Minimal Light
labels:
- light
colors:
sun: "#ffb685"
moon: "#85acff"
bg_main: "#ffffff"
bg_light: "#fafafb"
bg_heavy: "#ebf0f5"
@@ -51,16 +49,28 @@ colors:
chart_axis: "#bbbbbb"
chart_text: "#444444"
chart_guideline: "#dddddd"
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: "#feaea5"
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_green_fill: "#abe0aa"
chart_shape_green_line: "#66cc66"
chart_shape_teal_fill: "#b0ebe9"
chart_shape_teal_line: "#66cdcc"
chart_shape_pink_fill: "#ffcae2"
chart_shape_pink_line: "#ff99cb"
chart_shape_purple_fill: "#e5caff"
chart_shape_purple_line: "#cc99fe"
chart_shape_blue_fill: "#b1e2ff"
chart_shape_blue_line: "#66cbff"
chart_shape_indigo_fill: "#afcaf9"
chart_shape_indigo_line: "#6295ee"
chart_shape_magenta_fill: "#ebb5cd"
chart_shape_magenta_line: "#cc6698"
chart_shape_brown_fill: "#e1c3b8"
chart_shape_brown_line: "#bf8c71"
code_normal: "#4f5b66"
code_shadow: transparent
code_background: "#eff1f5"