Update blue and gray theme

This commit is contained in:
mrjvs 2023-12-14 21:27:54 +01:00
parent f8b83a6f8c
commit e0bc1b4d1a
2 changed files with 24 additions and 24 deletions

View File

@ -4,14 +4,14 @@ const tokens = {
purple: {
c50: "#aac5ff",
c100: "#82a9ff",
c200: "#5988ec",
c300: "#4472d6",
c400: "#315ebf",
c500: "#284687",
c600: "#1f3564",
c700: "#18284a",
c800: "#111c34",
c900: "#0b1322"
c200: "#4681ff",
c300: "#1a63ff",
c400: "#054eec",
c500: "#083aa7",
c600: "#072c7c",
c700: "#06215d",
c800: "#041741",
c900: "#03102a"
},
shade: {
c50: "#756790",

View File

@ -2,16 +2,16 @@ import { createTheme } from "../types";
const tokens = {
purple: {
c50: "#d5b8f1",
c100: "#c096ea",
c200: "#a378cd",
c300: "#8d69b0",
c400: "#785998",
c500: "#57456a",
c600: "#41344e",
c700: "#31283a",
c800: "#221c29",
c900: "#16121b"
c50: "#aaafff",
c100: "#8288fe",
c200: "#5a62eb",
c300: "#454cd4",
c400: "#333abe",
c500: "#292d86",
c600: "#1f2363",
c700: "#191b4a",
c800: "#111334",
c900: "#0b0d22"
},
shade: {
c50: "#7c7c7c",
@ -38,13 +38,13 @@ const tokens = {
c900: "#111111"
},
blue: {
c50: "#bfbfe4",
c100: "#9d9da8",
c50: "#ccccd6",
c100: "#a2a2a2",
c200: "#868686",
c300: "#626265",
c400: "#484853",
c500: "#35353a",
c600: "#2d2d2f",
c300: "#646464",
c400: "#4e4e4e",
c500: "#383838",
c600: "#2e2e2e",
c700: "#272727",
c800: "#181818",
c900: "#0f0f0f"