Skip to content

Commit

Permalink
add syntax overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jan 28, 2025
1 parent a2ba4e4 commit 5a605c1
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 266 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,6 @@
},
},
color: {
ansi: {
green: {
$value: '{base.color.blue.3}',
$type: 'color',
},
'green-bright': {
$value: '{base.color.blue.2}',
$type: 'color',
},
red: {
$value: '{base.color.orange.3}',
$type: 'color',
},
'red-bright': {
$value: '{base.color.orange.2}',
$type: 'color',
},
},
prettylights: {
syntax: {
'entity-tag': {
Expand Down
10 changes: 0 additions & 10 deletions src/tokens/functional/color/dark/overrides/dark.tritanopia.json5
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@
},
},
color: {
ansi: {
green: {
$value: '{base.color.blue.3}',
$type: 'color',
},
'green-bright': {
$value: '{base.color.blue.2}',
$type: 'color',
},
},
prettylights: {
syntax: {
'string-regexp': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,6 @@
},
},
color: {
ansi: {
green: {
$value: '{base.color.blue.6}',
$type: 'color',
},
'green-bright': {
$value: '{base.color.blue.5}',
$type: 'color',
},
red: {
$value: '{base.color.orange.5}',
$type: 'color',
},
'red-bright': {
$value: '{base.color.orange.6}',
$type: 'color',
},
},
prettylights: {
syntax: {
keyword: {
Expand Down
10 changes: 0 additions & 10 deletions src/tokens/functional/color/light/overrides/light.tritanopia.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
},
},
color: {
ansi: {
green: {
$value: '{base.color.blue.6}',
$type: 'color',
},
'green-bright': {
$value: '{base.color.blue.5}',
$type: 'color',
},
},
prettylights: {
syntax: {
'string-regexp': {
Expand Down
Loading

0 comments on commit 5a605c1

Please sign in to comment.