Skip to content

Commit

Permalink
feat: [#54] update theme color tokens to adjust base and primary values
Browse files Browse the repository at this point in the history
  • Loading branch information
aloverso committed Jul 23, 2024
1 parent 0095895 commit 86fe6f9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/sass/_uswds-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
*/
// Base colors
$theme-color-base-family: "gray-cool",
$theme-color-base-lightest: "gray-cool-3",
$theme-color-base-lightest: "gray-cool-1",
$theme-color-base-lighter: "gray-cool-5",
$theme-color-base-light: "gray-cool-10",
$theme-color-base: "gray-cool-60",
$theme-color-base-dark: "gray-cool-70",
$theme-color-base-darker: "gray-cool-80",
$theme-color-base-light: "gray-cool-20",
$theme-color-base: "gray-cool-50",
$theme-color-base-dark: "gray-cool-60",
$theme-color-base-darker: "gray-cool-70",
$theme-color-base-darkest: "gray-cool-90",
$theme-color-base-ink: "gray-cool-90",
// Primary colors
Expand All @@ -21,8 +21,9 @@
$theme-color-primary-light: "blue-20v",
$theme-color-primary: "blue-50v",
$theme-color-primary-vivid: "blue-warm-60v",
$theme-color-primary-dark: "blue-70v",
$theme-color-primary-darker: "blue-80v",
$theme-color-primary-dark: "blue-60v",
$theme-color-primary-darker: "blue-70v",
$theme-color-primary-darkest: "blue-80v",

// Secondary colors (to be deprecated after v1.0.0)
$theme-color-secondary-family: "blue",
Expand Down

0 comments on commit 86fe6f9

Please sign in to comment.