Skip to content

Commit

Permalink
Add references and update order of colors for dark tokens (#986)
Browse files Browse the repository at this point in the history
* add dark primitives

* fix for borderColor open

* tritanopia fix
  • Loading branch information
lukasoppermann authored Jun 25, 2024
1 parent 387c296 commit d1acc97
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
alpha: 1,
},
},
open: {
muted: {
$value: '{borderColor.success.muted}',
$type: 'color',
alpha: 1,
},
},
attention: {
muted: {
$value: '{base.color.yellow.4}',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
muted: {
$value: '{base.color.blue.4}',
$type: 'color',
alpha: 0.15,
},
emphasis: {
$value: '{base.color.blue.5}',
Expand All @@ -37,6 +38,7 @@
muted: {
$value: '{base.color.red.4}',
$type: 'color',
alpha: 0.1,
},
emphasis: {
$value: '{base.color.red.5}',
Expand All @@ -47,6 +49,7 @@
muted: {
$value: '{base.color.red.4}',
$type: 'color',
alpha: 0.15,
},
emphasis: {
$value: '{base.color.red.5}',
Expand All @@ -57,6 +60,7 @@
muted: {
$value: '{base.color.neutral.4}',
$type: 'color',
alpha: 0.1,
},
emphasis: {
$value: '{base.color.neutral.5}',
Expand Down
Loading

0 comments on commit d1acc97

Please sign in to comment.