Skip to content

Commit

Permalink
Updating tokens. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones authored Jan 8, 2024
1 parent 05cbbdd commit 2bada9b
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2662,6 +2662,18 @@
"global": {
"background": string
}
},
"chart": {
"values": {
"color": {
"green": string,
"blue": string,
"fuchsia": string,
"orange": string,
"violet": string,
"teal": string
}
}
}
},
"transition": {
Expand Down
12 changes: 12 additions & 0 deletions src/styles/variables.classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,18 @@
"global": {
"background": "#ffffff"
}
},
"chart": {
"values": {
"color": {
"green": "#00FF15",
"blue": "#6c9af3",
"fuchsia": "#FB64D6",
"orange": "#ffb864",
"violet": "#CC66FF",
"teal": "#00CCAA"
}
}
}
},
"name": "classic",
Expand Down
12 changes: 12 additions & 0 deletions src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,18 @@
"global": {
"background": "#ffffff"
}
},
"chart": {
"values": {
"color": {
"green": "#00FF15",
"blue": "#6c9af3",
"fuchsia": "#FB64D6",
"orange": "#ffb864",
"violet": "#CC66FF",
"teal": "#00CCAA"
}
}
}
},
"transition": {
Expand Down
12 changes: 12 additions & 0 deletions src/styles/variables.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,18 @@
"global": {
"background": "#ffffff"
}
},
"chart": {
"values": {
"color": {
"green": "#00FF15",
"blue": "#6c9af3",
"fuchsia": "#FB64D6",
"orange": "#ffb864",
"violet": "#CC66FF",
"teal": "#00CCAA"
}
}
}
},
"name": "light",
Expand Down

1 comment on commit 2bada9b

@vercel
Copy link

@vercel vercel bot commented on 2bada9b Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.