Skip to content

Commit 51b1cc0

Browse files
committed
feat: new colors * 2
1 parent 8251bc7 commit 51b1cc0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/tokens.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const colors = {
33
'pink-02': '255 131 168',
44
purple: '113 110 238',
55
'purple-text': '105 103 227',
6+
'purple-bg': '241 239 250',
7+
'purple-icon': '142, 134, 237',
68
'purple-01': '122 119 255',
79
'purple-02': '149 146 255',
810
'purple-03': '175 173 255',
@@ -23,12 +25,15 @@ const colors = {
2325
danger: '227 70 75',
2426
'danger-text': '208 57 56',
2527
'danger-bg': '253 237 235',
26-
success: '53 143 95',
27-
'success-text': '41 132 86',
28+
'danger-icon': '245 101 99',
29+
success: '9 145 88',
30+
'success-text': '12 135 82',
31+
'success-icon': '40 165 104',
2832
'success-bg': '227 245 233',
2933
note: '158 119 19',
3034
'note-text': '150 112 8',
3135
'note-bg': '251 239 219',
36+
'note-icon': '181 140 44',
3237
};
3338

3439
function color(name, opacity = 1) {

0 commit comments

Comments
 (0)