Skip to content

Commit

Permalink
adk tritanopia
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Dec 14, 2024
1 parent 506d4be commit 699729d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
1 change: 1 addition & 0 deletions src/tokens/component/diffBlob.json5
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
'light-high-contrast': '{fgColor.onEmphasis}',
'dark-high-contrast': '{base.neutral.12}',
'dark-protanopia-deuteranopia': '{base.neutral.12}',
'dark-tritanipia': '{base.neutral.12}',
},
},
},
Expand Down
37 changes: 0 additions & 37 deletions src/tokens/functional/color/dark/overrides/dark.tritanopia.json5
Original file line number Diff line number Diff line change
Expand Up @@ -121,43 +121,6 @@
},
},
},
diffBlob: {
additionNum: {
bgColor: {
$value: '{base.color.blue.3}',
$type: 'color',
alpha: 0.3,
},
},
additionWord: {
bgColor: {
$value: '{base.color.blue.4}',
$type: 'color',
alpha: 0.4,
},
},
hunkNum: {
bgColor: {
rest: {
$value: '{base.color.neutral.6}',
$type: 'color',
alpha: 1,
},
hover: {
$value: '{base.color.neutral.8}',
$type: 'color',
alpha: 1,
},
},
},
hunkLine: {
bgColor: {
$value: '{base.color.neutral.3}',
$type: 'color',
alpha: 1,
},
},
},
codeMirror: {
syntax: {
fgColor: {
Expand Down

0 comments on commit 699729d

Please sign in to comment.