Skip to content

Commit

Permalink
Update color theme to match latest stellar defaults (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave authored May 12, 2023
1 parent 321dd25 commit 42e2b52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nasa-jpl/stellar",
"description": "A CSS implementation of the Stellar design system.",
"type": "module",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
--st-gray-10-RGB: 248, 248, 248;

/* Primary Color Pallette. */
--st-primary-100: #46039C;
--st-primary-90: #5809BB;
--st-primary-80: #6B0EE1;
--st-primary-70: #811FFF;
--st-primary-60: #984EFF;
--st-primary-50: #A864FF;
--st-primary-40: #B881FF;
--st-primary-30: #CAA0FF;
--st-primary-20: #E0CAFF;
--st-primary-10: #F0E4FF;
--st-primary-100: #0C008C;
--st-primary-90: #1D0EBE;
--st-primary-80: #3525E6;
--st-primary-70: #4C3FDE;
--st-primary-60: #5D55FA;
--st-primary-50: #7069FA;
--st-primary-40: #8888FC;
--st-primary-30: #A1A4FC;
--st-primary-20: #C4C6FF;
--st-primary-10: #E6E6FF;
--st-primary: var(--st-primary-50);
--st-primary-background-color: var(--st-white);
--st-primary-inverse-background-color: var(--st-gray-10);
Expand Down

0 comments on commit 42e2b52

Please sign in to comment.