Skip to content

Commit

Permalink
add highlight file (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Dec 16, 2024
1 parent 11cd81a commit a4c4008
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 32 deletions.
23 changes: 23 additions & 0 deletions src/tokens/component/highlight.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
highlight: {
neutral: {
bgColor: {
$value: '{base.color.yellow.0}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
group: 'component',
scopes: ['bgColor'],
},
'org.primer.overrides': {
dark: {
$value: '{base.color.yellow.3}',
alpha: 0.4,
},
},
},
},
},
},
}
17 changes: 0 additions & 17 deletions src/tokens/functional/color/dark/app-dark.json5
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
{
highlight: {
neutral: {
bgColor: {
$value: '{base.color.yellow.3}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',

group: 'component',
scopes: ['bgColor'],
},
},
alpha: 0.4,
},
},
},
page: {
header: {
bgColor: {
Expand Down
15 changes: 0 additions & 15 deletions src/tokens/functional/color/light/app-light.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
highlight: {
neutral: {
bgColor: {
$value: '{base.color.yellow.0}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
group: 'component',
scopes: ['bgColor'],
},
},
},
},
},
page: {
header: {
bgColor: {
Expand Down

0 comments on commit a4c4008

Please sign in to comment.