@@ -73,7 +73,7 @@ export const dark = {
73
73
74
74
'sideBar.background' : '#222' ,
75
75
76
- focusBorder : '#007fd4 ' ,
76
+ focusBorder : '#1949D2 ' ,
77
77
78
78
// not able to use rgba for standard variables, so we use custom prefix here
79
79
'custom.list.hoverBackground' : 'rgba(255, 255, 255, 0.08)' , // whiteAlpha.200
@@ -82,10 +82,10 @@ export const dark = {
82
82
'custom.inputOption.hoverBackground' : 'rgba(90, 93, 94, 0.31)' ,
83
83
84
84
// don't know the name of this variables in vscode
85
- 'custom.fileLink.hoverForeground' : '#4299E1 ' , // blue.400
85
+ 'custom.fileLink.hoverForeground' : '#1949D2 ' , // custom blue
86
86
'custom.riskWarning.primaryBackground' : 'rgba(246, 173, 85, 0.3)' , // orange.300
87
87
'custom.riskWarning.background' : 'rgba(246, 173, 85, 0.1)' , // orange.300
88
- 'custom.mainContract.header' : 'rgba(183, 148, 244 , 0.3)' , // purple.300
89
- 'custom.mainContract.body' : 'rgba(214, 188, 250 , 0.1)' , // purple.200
88
+ 'custom.mainContract.header' : 'rgba(3, 35, 144 , 0.3)' , // custom blue
89
+ 'custom.mainContract.body' : 'rgba(12, 28, 67 , 0.1)' , // custom dark blue
90
90
} as const ,
91
91
} ;
0 commit comments