Skip to content

Commit

Permalink
chore: update colors (Issue #2095) (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Sep 11, 2024
1 parent 597c3ee commit 38d6b32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bg-layer-1": "#090D13",
"bg-layer-2": "#141A23",
"bg-layer-3": "#222932",
"bg-layer-4": "#333942",
"bg-layer-4": "#424952",
"bg-blackout": "#090D13B3",
"bg-error": "#402027",
"bg-warning": "#3F3D25",
Expand All @@ -32,7 +32,7 @@
"text-accent-secondary": "#37BABC",
"text-accent-tertiary": "#A972FF",

"stroke-primary": "#333942",
"stroke-primary": "#424952",
"stroke-secondary": "#222932",
"stroke-tertiary": "#090D13",
"stroke-error": "#F76464",
Expand All @@ -49,7 +49,7 @@
"controls-bg-disable": "#7F8792",

"controls-text-permanent": "#FCFCFC",
"controls-text-disable": "#333942"
"controls-text-disable": "#424952"
}
},
{
Expand All @@ -61,7 +61,7 @@
"bg-layer-1": "#EAEDF0",
"bg-layer-2": "#F3F4F6",
"bg-layer-3": "#FCFCFC",
"bg-layer-4": "#DDE1E6",
"bg-layer-4": "#C3C9D0",
"bg-blackout": "#090D134D",
"bg-error": "#F3D6D8",
"bg-warning": "#FAF0CF",
Expand All @@ -84,8 +84,8 @@
"text-accent-secondary": "#009D9F",
"text-accent-tertiary": "#843EF3",

"stroke-primary": "#DDE1E6",
"stroke-secondary": "#DDE1E6",
"stroke-primary": "#C3C9D0",
"stroke-secondary": "#D4D9E0",
"stroke-tertiary": "#EAEDF0",
"stroke-hover": "#141A23",
"stroke-error": "#AE2F2F",
Expand All @@ -101,7 +101,7 @@
"controls-bg-disable": "#7F8792",

"controls-text-permanent": "#FCFCFC",
"controls-text-disable": "#DDE1E6"
"controls-text-disable": "#C3C9D0"
}
}
],
Expand Down

0 comments on commit 38d6b32

Please sign in to comment.