Skip to content

Commit e4af462

Browse files
authored
Merge pull request #188 from primer/jules-HC-green-update
Updated green scale to be slightly less yellow
2 parents 577555f + a8fe22e commit e4af462

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

.changeset/grumpy-dodos-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/primitives": patch
3+
---
4+
5+
Update green scale to be slightly less yellow

data/colors_v2/themes/dark_high_contrast.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ const scale = {
2929
'#194fb1'
3030
],
3131
green: [
32-
'#adf7b2',
33-
'#72f07e',
34-
'#4ae15e',
35-
'#26cd41',
36-
'#09b432',
37-
'#09b432',
38-
'#02a229',
39-
'#008c25',
40-
'#007723',
41-
'#046320'
32+
'#acf7b6',
33+
'#72f088',
34+
'#4ae168',
35+
'#26cd4d',
36+
'#09b43a',
37+
'#09b43a',
38+
'#02a232',
39+
'#008c2c',
40+
'#007728',
41+
'#006222'
4242
],
4343
yellow: [
4444
'#fbe59e',

0 commit comments

Comments
 (0)