@@ -10,7 +10,7 @@ export const semanticColorsLight = {
10
10
// Fill
11
11
//
12
12
// fill-zero
13
- 'fill-zero' : '#F3F5F7 ' ,
13
+ 'fill-zero' : '#F3F5F6 ' ,
14
14
'fill-zero-hover' : '#F5F5F5' ,
15
15
'fill-zero-selected' : '#E5E6E7' ,
16
16
// fill-one
@@ -36,15 +36,19 @@ export const semanticColorsLight = {
36
36
'action-primary-hover' : purple [ 350 ] ,
37
37
'action-primary-disabled' : grey [ 100 ] ,
38
38
// link
39
- 'action-link-inactive' : '#A9AFBC' ,
40
- 'action-link-active' : '#CDD1D2' ,
39
+ 'action-link-inactive' : grey [ 300 ] ,
40
+ 'action-link-inactive-hover' : grey [ 350 ] ,
41
+ 'action-link-inactive-disabled' : grey [ 100 ] ,
42
+ 'action-link-active' : grey [ 50 ] ,
43
+ 'action-link-active-hover' : grey [ 50 ] ,
44
+ 'action-link-active-disabled' : grey [ 200 ] ,
41
45
// link-inline
42
46
'action-link-inline' : '#539AC3' ,
43
47
'action-link-inline-hover' : blue [ 600 ] ,
44
48
'action-link-inline-visited' : purple [ 300 ] ,
45
49
'action-link-inline-visited-hover' : purple [ 200 ] ,
46
50
// input
47
- 'action-input-hover' : `${ chroma ( '#C3C3C4' ) . alpha ( 0.04 ) } ` , // text color w/ alpha
51
+ 'action-input-hover' : `${ chroma ( '#C3C3C4' ) . alpha ( 0.1 ) } ` , // text color w/ alpha
48
52
// always white
49
53
'action-always-white' : semanticColorsDark [ 'action-always-white' ] ,
50
54
@@ -55,7 +59,7 @@ export const semanticColorsLight = {
55
59
'border-fill-three' : grey [ 400 ] ,
56
60
'border-selected' : grey [ 600 ] ,
57
61
'border-input' : '#C6CBD7' ,
58
- 'border-disabled' : grey [ 200 ] ,
62
+ 'border-disabled' : grey [ 100 ] ,
59
63
'border-primary' : purple [ 400 ] ,
60
64
'border-secondary' : blue [ 400 ] ,
61
65
'border-info' : blue [ 300 ] ,
@@ -77,7 +81,7 @@ export const semanticColorsLight = {
77
81
'text-primary-disabled' : grey [ 400 ] ,
78
82
'text-success' : green [ 700 ] ,
79
83
'text-success-light' : green [ 600 ] ,
80
- 'text-warning' : '#FADA5E ' ,
84
+ 'text-warning' : '#FF9900 ' ,
81
85
'text-warning-light' : '#DCBC40' ,
82
86
'text-danger' : '#E54064' ,
83
87
'text-danger-light' : red [ 300 ] ,
@@ -124,6 +128,14 @@ export const semanticColorsLight = {
124
128
semanticRedLight : '#F599A8' ,
125
129
semanticRedDark : '#E95374' ,
126
130
131
+ // Graph
132
+ //
133
+ 'graph-blue' : blue [ 500 ] ,
134
+ 'graph-lilac' : '#BE5EEB' ,
135
+ 'graph-green' : green [ 500 ] ,
136
+ 'graph-purple' : purple [ 350 ] ,
137
+ 'graph-red' : red [ 400 ] ,
138
+
127
139
// Deprecated (Remove after all 'error' colors converted to 'danger' in app)
128
140
//
129
141
'border-error' : red [ 300 ] ,
0 commit comments