@@ -17,8 +17,8 @@ export const colors: ThemeColors = {
17
17
alternativeHover : '#f6f6f7' ,
18
18
/** Pressed state surface for background/alternative (#ebecef) */
19
19
alternativePressed : '#ebecef' ,
20
- /** Hover state surface for background/muted (#f6f6f7 ) */
21
- mutedHover : '#f6f6f7 ' ,
20
+ /** Hover state surface for background/muted (#e7ebee ) */
21
+ mutedHover : '#e7ebee ' ,
22
22
/** Pressed state surface for background/muted (#ebecef) */
23
23
mutedPressed : '#ebecef' ,
24
24
/** General purpose hover state tint (#858b9a14) */
@@ -57,22 +57,22 @@ export const colors: ThemeColors = {
57
57
inverse : brandColor . grey000 ,
58
58
} ,
59
59
primary : {
60
- /** For primary semantic elements: interactive, active, selected (#0376C9 ) */
60
+ /** For primary semantic elements: interactive, active, selected... (#4459ff ) */
61
61
default : brandColor . blue500 ,
62
- /** Stronger color for primary semantic elements (#2C3DC5 ) */
62
+ /** Stronger color for primary semantic elements (#6f7eff ) */
63
63
alternative : brandColor . blue600 ,
64
- /** Muted color for primary semantic elements (#0376C91A ) */
65
- muted : '#0376c91a ' ,
64
+ /** Muted color for primary semantic elements (#4459ff1a ) */
65
+ muted : '#4459ff1a ' ,
66
66
/** For elements placed on top of primary/default fill (#FFFFFF) */
67
67
inverse : brandColor . grey000 ,
68
- /** Hover state surface for primary/default (#036ab5 ) */
69
- defaultHover : '#036ab5 ' ,
70
- /** Pressed state surface for primary/default (#02538d ) */
71
- defaultPressed : '#02538d ' ,
72
- /** Hover state surface for primary/muted (#0376C926 ) */
73
- mutedHover : '#0376c926 ' ,
74
- /** Pressed state surface for primary/muted (#0376C933 ) */
75
- mutedPressed : '#0376c933 ' ,
68
+ /** Hover state surface for primary/default (#243cff ) */
69
+ defaultHover : '#243cff ' ,
70
+ /** Pressed state surface for primary/default (#0521ff ) */
71
+ defaultPressed : '#0521ff ' ,
72
+ /** Hover state surface for primary/muted (#4459ff26 ) */
73
+ mutedHover : '#4459ff26 ' ,
74
+ /** Pressed state surface for primary/muted (#4459ff33 ) */
75
+ mutedPressed : '#4459ff33 ' ,
76
76
} ,
77
77
error : {
78
78
/** For danger semantic elements: error, critical, destructive (#CA3542) */
@@ -125,10 +125,10 @@ export const colors: ThemeColors = {
125
125
mutedPressed : '#1c7e3333' ,
126
126
} ,
127
127
info : {
128
- /** For informational read-only elements: info, reminder, hint (#0376C9 ) */
128
+ /** For informational read-only elements: info, reminder, hint (#4459ff ) */
129
129
default : brandColor . blue500 ,
130
- /** Muted color for informational semantic (#0376C91A ) */
131
- muted : '#0376c91a ' ,
130
+ /** Muted color for informational semantic (#4459ff1a ) */
131
+ muted : '#4459ff1a ' ,
132
132
/** For elements placed on top of info/default fill (#FFFFFF) */
133
133
inverse : brandColor . grey000 ,
134
134
} ,
@@ -141,8 +141,8 @@ export const colors: ThemeColors = {
141
141
shadow : {
142
142
/** For neutral drop shadow color (#0000001A) */
143
143
default : '#0000001a' ,
144
- /** For primary drop shadow color (#0376C933 ) */
145
- primary : '#0376c933 ' ,
144
+ /** For primary drop shadow color (#4459ff33 ) */
145
+ primary : '#4459ff33 ' ,
146
146
/** For critical/danger drop shadow color (#CA354266) */
147
147
error : '#ca354266' ,
148
148
} ,
0 commit comments