From 2bada9b1378f4838d818d8b9479575674930e39e Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 8 Jan 2024 17:45:30 -0500 Subject: [PATCH] Updating tokens. (#300) --- src/styles/types.ts | 12 ++++++++++++ src/styles/variables.classic.json | 12 ++++++++++++ src/styles/variables.dark.json | 12 ++++++++++++ src/styles/variables.json | 12 ++++++++++++ src/styles/variables.light.json | 12 ++++++++++++ 5 files changed, 60 insertions(+) diff --git a/src/styles/types.ts b/src/styles/types.ts index 81fb1be4..eaf1885c 100644 --- a/src/styles/types.ts +++ b/src/styles/types.ts @@ -2662,6 +2662,18 @@ "global": { "background": string } + }, + "chart": { + "values": { + "color": { + "green": string, + "blue": string, + "fuchsia": string, + "orange": string, + "violet": string, + "teal": string + } + } } }, "transition": { diff --git a/src/styles/variables.classic.json b/src/styles/variables.classic.json index a947988e..4e32bfdf 100644 --- a/src/styles/variables.classic.json +++ b/src/styles/variables.classic.json @@ -790,6 +790,18 @@ "global": { "background": "#ffffff" } + }, + "chart": { + "values": { + "color": { + "green": "#00FF15", + "blue": "#6c9af3", + "fuchsia": "#FB64D6", + "orange": "#ffb864", + "violet": "#CC66FF", + "teal": "#00CCAA" + } + } } }, "name": "classic", diff --git a/src/styles/variables.dark.json b/src/styles/variables.dark.json index 9d14676b..65a6f33b 100644 --- a/src/styles/variables.dark.json +++ b/src/styles/variables.dark.json @@ -1350,6 +1350,18 @@ "global": { "background": "rgb(27,28,29)" } + }, + "chart": { + "values": { + "color": { + "green": "#66FF73", + "blue": "#6c9af3", + "fuchsia": "#FB64D6", + "orange": "#FAFF69", + "violet": "#BB33FF", + "teal": "#66FFE5" + } + } } }, "name": "dark", diff --git a/src/styles/variables.json b/src/styles/variables.json index 9138a515..d21d8009 100644 --- a/src/styles/variables.json +++ b/src/styles/variables.json @@ -2661,6 +2661,18 @@ "global": { "background": "#ffffff" } + }, + "chart": { + "values": { + "color": { + "green": "#00FF15", + "blue": "#6c9af3", + "fuchsia": "#FB64D6", + "orange": "#ffb864", + "violet": "#CC66FF", + "teal": "#00CCAA" + } + } } }, "transition": { diff --git a/src/styles/variables.light.json b/src/styles/variables.light.json index 286cdf29..512d7b7c 100644 --- a/src/styles/variables.light.json +++ b/src/styles/variables.light.json @@ -1343,6 +1343,18 @@ "global": { "background": "#ffffff" } + }, + "chart": { + "values": { + "color": { + "green": "#00FF15", + "blue": "#6c9af3", + "fuchsia": "#FB64D6", + "orange": "#ffb864", + "violet": "#CC66FF", + "teal": "#00CCAA" + } + } } }, "name": "light",