Skip to content

Commit

Permalink
style: update design system colors
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Dec 28, 2023
1 parent 4508a57 commit 9d79daf
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@ module.exports = {
white: "#fff",
black: "#000",

accent: {
light: "#677285",
dark: "#2D404E",
},

background: {
light: "#f9f9fa",
dark: "#1c262d",
dark: "#141b1f",
},

divider: {
Expand Down Expand Up @@ -144,9 +149,9 @@ module.exports = {
},
dark: {
DEFAULT: "#a371fc",
100: "#491d7b",
200: "#5f25a0",
300: "#7835d3",
100: "#380093",
200: "#4F00B4",
300: "#6D1CDB",
400: "#8a53ec",
500: "#a371fc",
600: "#b38bfc",
Expand All @@ -162,17 +167,17 @@ module.exports = {
200: "#c0e0fa",
300: "#8bc7f5",
400: "#1c90ed",
500: "#086dd7",
600: "#0055bd",
700: "#1144a6",
500: "#1D63ED",
600: "#0C49C2",
700: "#00308D",
800: "#00084d",
},
dark: {
DEFAULT: "#3391ee",
100: "#06326d",
200: "#08489b",
300: "#1760ca",
400: "#2673e3",
100: "#002EA3",
200: "#063BB7",
300: "#1351D4",
400: "#1D63ED",
500: "#3391ee",
600: "#55a4f1",
700: "#7cb9f4",
Expand All @@ -194,11 +199,11 @@ module.exports = {
},
dark: {
DEFAULT: "#2aa391",
100: "#11423b",
200: "#155048",
300: "#176254",
400: "#228375",
500: "#2aa391",
100: "#003F36",
200: "#005045",
300: "#006256",
400: "#008471",
500: "#00A58C",
600: "#3cc1ad",
700: "#7accc3",
800: "#a5ddd6",
Expand All @@ -208,7 +213,7 @@ module.exports = {
gray: {
light: {
DEFAULT: "#677285",
100: "#efeff2",
100: "#F4F4F6",
200: "#e1e2e6",
300: "#c4c8d1",
400: "#8993a5",
Expand All @@ -219,10 +224,10 @@ module.exports = {
},
dark: {
DEFAULT: "#7794ab",
100: "#141b1f",
200: "#27343e",
300: "#364754",
400: "#465c6e",
100: "#080B0E",
200: "#1C262D",
300: "#2D404E",
400: "#4E6A81",
500: "#7794ab",
600: "#94abbc",
700: "#adbecb",
Expand Down

0 comments on commit 9d79daf

Please sign in to comment.