@@ -29,12 +29,14 @@ export const popColor = '#e1421f';
2929const black = "#000000" ;
3030const inkBlack = "#16181e" ;
3131const inkGrey = "#1e2028" ;
32+ const darkerGrey = "#25262e" ;
3233const darkGrey = "#32343B" ;
34+ const darkishGrey = "#53565e" ;
3335const mediumGrey = "#818490" ;
3436const lightGrey = "#9a9da8" ;
35- const brightGrey = "#d1d3da " ;
36- const ghostGrey = "#e4e8ed" ; // Actual brand color is e6e8f2 but it's just too blue
37- const almostWhite = "#f2f2f2 " ;
37+ const ghostGrey = "#e4e8ed " ;
38+ const greyWhite = "#f2f2f2" ;
39+ const almostWhite = "#fafafa " ;
3840const white = "#ffffff" ;
3941
4042const darkerBlue = "#2d4cbd" ;
@@ -49,14 +51,14 @@ export const lightTheme = {
4951 titleTextFamily : 'Saira, "DM Sans", Arial, sans-serif' ,
5052 monoFontFamily : '"DM Mono", monospace' ,
5153
52- mainBackground : white ,
53- mainLowlightBackground : almostWhite ,
54+ mainBackground : almostWhite ,
55+ mainLowlightBackground : greyWhite ,
5456 mainColor : inkGrey ,
5557
5658 lowlightTextOpacity : 0.65 ,
5759 boxShadowAlpha : 0.3 ,
5860
59- pillContrast : 0.85 ,
61+ pillContrast : 0.9 ,
6062 pillDefaultColor : lightGrey ,
6163
6264 primaryInputBackground : darkerBlue ,
@@ -66,7 +68,7 @@ export const lightTheme = {
6668 secondaryInputColor : darkerBlue ,
6769
6870 inputBackground : white ,
69- inputHoverBackground : almostWhite ,
71+ inputHoverBackground : greyWhite ,
7072 inputBorder : darkGrey ,
7173 inputColor : inkGrey ,
7274
@@ -103,7 +105,7 @@ export const darkTheme = {
103105 monoFontFamily : '"DM Mono", monospace' ,
104106
105107 mainBackground : darkGrey ,
106- mainLowlightBackground : inkBlack ,
108+ mainLowlightBackground : darkerGrey ,
107109 mainColor : white ,
108110
109111 lowlightTextOpacity : 0.6 ,
@@ -120,10 +122,10 @@ export const darkTheme = {
120122
121123 inputBackground : inkBlack ,
122124 inputHoverBackground : inkGrey ,
123- inputBorder : '#666' ,
125+ inputBorder : darkishGrey ,
124126 inputColor : white ,
125127
126- highlightBackground : inkBlack ,
128+ highlightBackground : darkishGrey ,
127129 highlightColor : white ,
128130
129131 popColor,
0 commit comments