Skip to content

Commit

Permalink
adding overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Apr 27, 2023
1 parent 4097d08 commit 5a72652
Showing 1 changed file with 76 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
},
},
bgColor: {
success: {
muted: {
$value: '{base.color.blue.0}',
$type: 'color',
},
emphasis: {
$value: '{base.color.blue.4}',
$type: 'color',
mix: {
color: '{base.color.green.5}',
weight: 0.75,
},
},
},
open: {
muted: {
$value: '{base.color.orange.3}',
Expand All @@ -38,6 +52,16 @@
$type: 'color',
},
},
danger: {
muted: {
$value: '{base.color.orange.0}',
$type: 'color',
},
emphasis: {
$value: '{base.color.orange.5}',
$type: 'color',
},
},
closed: {
muted: {
$value: '{base.color.gray.3}',
Expand Down Expand Up @@ -73,6 +97,28 @@
$type: 'color',
},
},
success: {
muted: {
$value: '{base.color.blue.3}',
$type: 'color',
alpha: 0.4,
},
emphasis: {
$value: '{base.color.blue.4}',
$type: 'color',
},
},
danger: {
muted: {
$value: '{base.color.orange.3}',
$type: 'color',
alpha: 0.4,
},
emphasis: {
$value: '{base.color.orange.5}',
$type: 'color',
},
},
},
diffBlob: {
addition: {
Expand Down Expand Up @@ -126,8 +172,8 @@
$value: '{base.color.orange.5}',
$type: 'color',
},
}
}
},
},
},
color: {
ansi: {
Expand All @@ -148,6 +194,34 @@
$type: 'color',
},
},
prettylights: {
syntax: {
keyword: {
$value: '{base.color.orange.5}',
$type: 'color',
},
invalid: {
illegal: {
bg: {
$value: '{base.color.orange.7}',
$type: 'color',
},
},
},
carriage: {
return: {
bg: {
$value: '{base.color.orange.5}',
$type: 'color',
},
},
},
'string-regexp': {
$value: '{base.color.blue.6}',
$type: 'color',
},
},
},
/**
* @description All overwrites for color scales
*/
Expand Down

0 comments on commit 5a72652

Please sign in to comment.