We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 577555f + a8fe22e commit e4af462Copy full SHA for e4af462
2 files changed
.changeset/grumpy-dodos-know.md
@@ -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
@@ -29,16 +29,16 @@ const scale = {
29
'#194fb1'
30
],
31
green: [
32
- '#adf7b2',
33
- '#72f07e',
34
- '#4ae15e',
35
- '#26cd41',
36
- '#09b432',
37
38
- '#02a229',
39
- '#008c25',
40
- '#007723',
41
- '#046320'
+ '#acf7b6',
+ '#72f088',
+ '#4ae168',
+ '#26cd4d',
+ '#09b43a',
+ '#02a232',
+ '#008c2c',
+ '#007728',
+ '#006222'
42
43
yellow: [
44
'#fbe59e',
0 commit comments