@@ -2,13 +2,13 @@ import type { Config } from './types';
2
2
3
3
const githubPalette = {
4
4
accentEmphasis : '#1f6feb' ,
5
- neutralEmphasis : '#6e7681' ,
6
5
successEmphasis : '#238636' ,
7
6
attentionEmphasis : '#9e6a03' ,
8
7
severeEmphasis : '#bd561d' ,
9
8
dangerEmphasis : '#da3633' ,
10
9
doneEmphasis : '#8957e5' ,
11
10
scaleBlue1 : '#a5d6ff' ,
11
+ scaleGray6 : '#57606a' ,
12
12
} ;
13
13
14
14
const config : Config < 'dev' , never > = {
@@ -39,7 +39,7 @@ const config: Config<'dev', never> = {
39
39
/* checks */
40
40
'checks/in-progress' : {
41
41
name : ':green_heart: checks/in-progress' ,
42
- color : githubPalette . neutralEmphasis ,
42
+ color : githubPalette . scaleGray6 ,
43
43
} ,
44
44
'checks/failed' : {
45
45
name : ':green_heart: checks/fail' ,
@@ -57,7 +57,7 @@ const config: Config<'dev', never> = {
57
57
} ,
58
58
'code/review-requested' : {
59
59
name : ':ok_hand: code/review-requested' ,
60
- color : githubPalette . neutralEmphasis ,
60
+ color : githubPalette . scaleGray6 ,
61
61
} ,
62
62
'code/changes-requested' : {
63
63
name : ':ok_hand: code/changes-requested' ,
0 commit comments