Merge pull request #528 from movie-web/themes-and-fixes

Theme fixes
This commit is contained in:
William Oldham 2023-12-14 20:48:37 +00:00 committed by GitHub
commit 9be4ff5edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 54 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"

View File

@ -2,40 +2,40 @@ import { createTheme } from "../types";
const tokens = {
purple: {
c50: "#aaffd5",
c100: "#82ffc0",
c200: "#59eca3",
c300: "#44d68d",
c400: "#31bf78",
c500: "#288757",
c600: "#1f6441",
c700: "#184a31",
c800: "#113422",
c900: "#0b2216"
c50: "#feabac",
c100: "#fe8385",
c200: "#ea5b5e",
c300: "#d34648",
c400: "#bd3436",
c500: "#852a2b",
c600: "#632021",
c700: "#49191a",
c800: "#331112",
c900: "#220c0c"
},
shade: {
c50: "#906771",
c100: "#7a525c",
c200: "#603f47",
c300: "#4f3239",
c400: "#41272d",
c500: "#321e23",
c600: "#28171b",
c700: "#221317",
c800: "#1b0f12",
c900: "#120a0c"
c50: "#9c605c",
c100: "#834d49",
c200: "#673b38",
c300: "#542f2c",
c400: "#452422",
c500: "#361c1a",
c600: "#2b1614",
c700: "#241210",
c800: "#1c0e0d",
c900: "#130909"
},
ash: {
c50: "#9b7f94",
c100: "#7b5b73",
c200: "#64445c",
c300: "#4e2b46",
c400: "#42203a",
c500: "#3c1c34",
c600: "#32172b",
c700: "#291324",
c800: "#20101c",
c900: "#160c15"
c50: "#ac6e6f",
c100: "#8b4b4c",
c200: "#703739",
c300: "#572225",
c400: "#49191a",
c500: "#421617",
c600: "#371212",
c700: "#2e0e0f",
c800: "#230c0d",
c900: "#19090b"
},
blue: {
c50: "#f5adb4",