Skip to content

Commit

Permalink
feat: add new colors for toast-notifications (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Aug 1, 2024
1 parent 17b6e36 commit 399822d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"bg-layer-4": "#333942",
"bg-blackout": "#090D13B3",
"bg-error": "#402027",
"bg-warning": "#3F3D25",
"bg-info": "#1C2C47",
"bg-success": "#1D3841",
"bg-accent-primary": "#5C8DEA",
"bg-accent-secondary": "#37BABC",
"bg-accent-tertiary": "#A972FF",
Expand All @@ -22,6 +25,9 @@
"text-primary": "#F3F4F6",
"text-secondary": "#7F8792",
"text-error": "#F76464",
"text-warning": "#F4CE46",
"text-info": "#5C8DEA",
"text-success": "#37BABC",
"text-accent-primary": "#5C8DEA",
"text-accent-secondary": "#37BABC",
"text-accent-tertiary": "#A972FF",
Expand All @@ -30,6 +36,9 @@
"stroke-secondary": "#222932",
"stroke-tertiary": "#090D13",
"stroke-error": "#F76464",
"stroke-warning": "#F4CE46",
"stroke-info": "#5C8DEA",
"stroke-success": "#37BABC",
"stroke-hover": "#F3F4F6",
"stroke-accent-primary": "#5C8DEA",
"stroke-accent-secondary": "#37BABC",
Expand All @@ -55,6 +64,9 @@
"bg-layer-4": "#DDE1E6",
"bg-blackout": "#090D134D",
"bg-error": "#F3D6D8",
"bg-warning": "#FAF0CF",
"bg-info": "#D3DFF5",
"bg-success": "#CEEBEE",
"bg-accent-primary": "#2764d9",
"bg-accent-secondary": "#009D9F",
"bg-accent-tertiary": "#843EF3",
Expand All @@ -65,6 +77,9 @@
"text-primary": "#141A23",
"text-secondary": "#7F8792",
"text-error": "#AE2F2F",
"text-warning": "#DAAE14",
"text-info": "#2764D9",
"text-success": "#009D9F",
"text-accent-primary": "#2764D9",
"text-accent-secondary": "#009D9F",
"text-accent-tertiary": "#843EF3",
Expand All @@ -74,6 +89,9 @@
"stroke-tertiary": "#EAEDF0",
"stroke-hover": "#141A23",
"stroke-error": "#AE2F2F",
"stroke-warning": "#DAAE14",
"stroke-info": "#2764D9",
"stroke-success": "#009D9F",
"stroke-accent-primary": "#2764D9",
"stroke-accent-secondary": "#009D9F",
"stroke-accent-tertiary": "#843EF3",
Expand Down

0 comments on commit 399822d

Please sign in to comment.