Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Oct 8, 2024
1 parent 028ad8e commit 8c27df6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/tokens/base/color/dark/dark.json5
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
},
},
'5': {
$value: '#238636',
$value: '#00873D',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down
20 changes: 10 additions & 10 deletions src/tokens/base/color/light/light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
},
green: {
'0': {
$value: '#dafbe1',
$value: '#b1fccc',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -273,7 +273,7 @@
},
},
'1': {
$value: '#aceebb',
$value: '#34f980',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -282,7 +282,7 @@
},
},
'2': {
$value: '#6fdd8b',
$value: '#04dc5b',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -291,7 +291,7 @@
},
},
'3': {
$value: '#4ac26b',
$value: '#02c051',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -300,7 +300,7 @@
},
},
'4': {
$value: '#2da44e',
$value: '#00a347',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -309,7 +309,7 @@
},
},
'5': {
$value: '#1a7f37',
$value: '#00873D',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -318,7 +318,7 @@
},
},
'6': {
$value: '#116329',
$value: '#007034',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -327,7 +327,7 @@
},
},
'7': {
$value: '#044f1e',
$value: '#00612f',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -336,7 +336,7 @@
},
},
'8': {
$value: '#003d16',
$value: '#004d26',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -345,7 +345,7 @@
},
},
'9': {
$value: '#002d11',
$value: '#00381d',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/functional/color/light/patterns-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
scopes: ['bgColor'],
},
},
}
},
},
},
button: {
Expand Down Expand Up @@ -2089,7 +2089,7 @@
underlineNav: {
borderColor: {
active: {
$value: '{base.color.coral.3}',
$value: '#FD794F',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down
6 changes: 1 addition & 5 deletions src/tokens/functional/color/light/primitives-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
},
},
emphasis: {
$value: '{base.color.green.4}',
$value: '{base.color.green.5}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -488,10 +488,6 @@
},
},
},
mix: {
color: '{base.color.green.5}',
weight: 0.75,
},
},
},
open: {
Expand Down

0 comments on commit 8c27df6

Please sign in to comment.