Skip to content

Commit

Permalink
feat: new component tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
soslayando committed Oct 23, 2024
1 parent 5c5fedc commit c0066cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tokens/src/tokens/component/code/DiffEditor/diff-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"editorIndentGuide": {
"value": "{alias.color.border.separator.base.weak.value}"
},
"editorIndentGuideActive": {
"value": "{alias.color.border.separator.base.strongest.value}"
},
"editorSuggestWidget": {
"value": "{alias.color.background.surface.base.base.value}"
},
"editorSuggestWidgetSelected": {
"value": "{alias.color.background.surface.base.activated.value}"
},
Expand Down Expand Up @@ -85,6 +91,9 @@
"editorLineNumber": {
"value": "{alias.color.text.body.weak.value}"
},
"editorLineNumberActive": {
"value": "{alias.color.text.body.stronger.value}"
},
"editorWhitespace": {
"value": "{alias.color.text.body.base.value}"
},
Expand Down

0 comments on commit c0066cb

Please sign in to comment.