@@ -29,12 +29,29 @@ body.showEditorSelection .code-line:hover:before {
2929 height : 100% ;
3030}
3131
32- body .showEditorSelection .code-active-line : before {
33- border-left : 3px solid rgba (0 , 122 , 204 , 0.5 );
32+
33+ .vscode-light .showEditorSelection .code-active-line : before {
34+ border-left : 3px solid rgba (0 , 0 , 0 , 0.15 );
3435}
3536
36- body .showEditorSelection .code-line : hover : before {
37- border-left : 3px solid # 4080D0 ;
37+ .vscode-light .showEditorSelection .code-line : hover : before {
38+ border-left : 3px solid rgba (0 , 0 , 0 , 0.40 );
39+ }
40+
41+ .vscode-dark .showEditorSelection .code-active-line : before {
42+ border-left : 3px solid rgba (255 , 255 , 255 , 0.25 );
43+ }
44+
45+ .vscode-dark .showEditorSelection .code-line : hover : before {
46+ border-left : 3px solid rgba (255 , 255 , 255 , 0.50 );
47+ }
48+
49+ .vscode-high-contrast .showEditorSelection .code-active-line : before {
50+ border-left : 3px solid rgba (255 , 160 , 0 , 0.7 );
51+ }
52+
53+ .vscode-high-contrast .showEditorSelection .code-line : hover : before {
54+ border-left : 3px solid rgba (255 , 160 , 0 , 1 );
3855}
3956
4057img {
0 commit comments