-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move diffBlob into file light mode (#1133)
* light mode * trying to fix * fix * fix * f * fix
- Loading branch information
1 parent
a4c4008
commit 0263948
Showing
3 changed files
with
271 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,261 @@ | ||
{ | ||
diffBlob: { | ||
additionLine: { | ||
fgColor: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
$value: '{bgColor.success.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
additionWord: { | ||
fgColor: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
$value: '{base.color.green.1}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
additionNum: { | ||
fgColor: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
$value: '{base.color.green.1}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
deletionLine: { | ||
fgColor: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
$value: '{bgColor.danger.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
deletionWord: { | ||
fgColor: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
$value: '{base.color.red.1}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
deletionNum: { | ||
fgColor: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
$value: '{base.color.red.1}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
hunkLine: { | ||
bgColor: { | ||
$value: '{bgColor.accent.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
fgColor: { | ||
$value: '{fgColor.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
hunkNum: { | ||
fgColor: { | ||
rest: { | ||
$value: '{fgColor.default}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
hover: { | ||
$value: '{fgColor.onEmphasis}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
bgColor: { | ||
rest: { | ||
$value: '{base.color.blue.1}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
hover: { | ||
$value: '{bgColor.accent.emphasis}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
}, | ||
emptyNum: { | ||
bgColor: { | ||
$value: '{bgColor.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
emptyLine: { | ||
bgColor: { | ||
$value: '{bgColor.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['bgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
expander: { | ||
iconColor: { | ||
$value: '{fgColor.muted}', | ||
$type: 'color', | ||
$extensions: { | ||
'org.primer.figma': { | ||
collection: 'mode', | ||
group: 'component', | ||
scopes: ['fgColor'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
}, | ||
} |
Oops, something went wrong.