Skip to content

Commit

Permalink
remove unused design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Jan 8, 2024
1 parent 5e5da4d commit af9a7e6
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/lib/styles/global/colors.scss
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
// Source: NNS Frontned dapp Figma
:root {
// Purple
--purple-accent: #794ee7;
--purple-50: #fbfafc;
--purple-75: #f8f6fc;
--purple-100: #f1ecf8;
--purple-125: #e1d9f3;
--purple-150: #ddd4ec;
--purple-200: #d0c3ec;
--purple-250: #ab99d1;
--purple-400: #876ac8;
--purple-500: #7c5cc2;
--purple-600: #6f589e;
--purple-900: #382d50;

// Purple dark
--purple-dark-accent: #a36aff;
--purple-dark-50: #f0edf5;
--purple-dark-75: #e8e1f2;
--purple-dark-100: #c7badb;
--purple-dark-200: #b8a1de;
--purple-dark-250: #b080ff;
--purple-dark-350: #9452ff;
--purple-dark-400: #483666;
--purple-dark-450: #3d2a5c;
--purple-dark-500: #372652;
--purple-dark-550: #31204c;
--purple-dark-600: #2d1a4a;
--purple-dark-650: #291942;
--purple-dark-900: #24143d;

// color primitives
// naming structure: --cp-[themename]-[primitivename]

Expand Down

0 comments on commit af9a7e6

Please sign in to comment.