@@ -4,15 +4,12 @@ export const themeLight = {
44 text : "#1a1d21" ,
55 textDim : "#5f6672" ,
66
7- navbar : "#ffffff" ,
8- navbarLinkShadow : "transparent" ,
9- navbarShadow : "#e2e5ea" ,
10- sidebar : "#ffffff" ,
7+ sidebar : "#eceef3" ,
118 group : "#ffffff" ,
12- groupMembers : "#f5f6f8 " ,
9+ groupMembers : "#f0f1f5 " ,
1310 groupShadow : "0 1px 3px #0000000a, 0 1px 2px #0000000f" ,
14- groupSeparator : "#eceef1 " ,
15- groupBorder : "#eceef1 " ,
11+ groupSeparator : "#e0e2e8 " ,
12+ groupBorder : "#e0e2e8 " ,
1613 searchHighlight : "#fef9c3" ,
1714
1815 syntax : {
@@ -24,34 +21,31 @@ export const themeLight = {
2421
2522 scrollbar : {
2623 track : "transparent" ,
27- thumb : "#d1d5db " ,
24+ thumb : "#cdd0d6 " ,
2825 } ,
2926
3027 searchbox : {
31- background : "#f0f1f4 " ,
28+ background : "#eceef3 " ,
3229 placeholder : "#9ca3af" ,
3330 border : "none" ,
3431 button : "transparent" ,
35- buttonFill : "#888888 " ,
36- buttonFillUpdated : "#000000 " ,
32+ buttonFill : "#777c85 " ,
33+ buttonFillUpdated : "#1a1d21 " ,
3734 } ,
3835} ;
3936
4037export const themeDark = {
41- background : "#111318 " ,
38+ background : "#0c131d " ,
4239 highlight : "#6dbf3a" ,
4340 text : "#e4e6ea" ,
4441 textDim : "#8b909a" ,
4542
46- navbar : "#181a20" ,
47- navbarLinkShadow : "transparent" ,
48- navbarShadow : "#0000004d" ,
49- sidebar : "#181a20" ,
50- group : "#1a1c23" ,
51- groupMembers : "#1f2128" ,
43+ sidebar : "#090e15" ,
44+ group : "#181a21" ,
45+ groupMembers : "#1e2028" ,
5246 groupShadow : "0 1px 3px #00000033, 0 1px 2px #00000044" ,
53- groupSeparator : "#282b33 " ,
54- groupBorder : "#282b33 " ,
47+ groupSeparator : "#262930 " ,
48+ groupBorder : "#262930 " ,
5549 searchHighlight : "#6dbf3a20" ,
5650
5751 syntax : {
@@ -63,15 +57,15 @@ export const themeDark = {
6357
6458 scrollbar : {
6559 track : "transparent" ,
66- thumb : "#383c44 " ,
60+ thumb : "#363a42 " ,
6761 } ,
6862
6963 searchbox : {
70- background : "#1f2128 " ,
64+ background : "#181a21 " ,
7165 placeholder : "#6b7280" ,
7266 border : "none" ,
7367 button : "transparent" ,
74- buttonFill : "#888888 " ,
68+ buttonFill : "#8b909a " ,
7569 buttonFillUpdated : "#e4e6ea" ,
7670 } ,
7771} ;
0 commit comments