File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/jupyterlab-lsp/style/variables Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
--jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.2 );
11
11
}
12
12
13
- .cm-s-codemirror {
13
+ .cm-s-default {
14
14
--jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.2 );
15
15
}
16
16
19
19
}
20
20
21
21
.cm-s-material {
22
- --jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.2 );
22
+ --jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 255 , 58 , 0.2 );
23
23
}
24
24
25
25
.cm-s-mbo {
31
31
}
32
32
33
33
.cm-s-mdn-like {
34
- --jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.2 );
34
+ --jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.1 );
35
35
}
36
36
37
37
.cm-s-seti {
38
38
--jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.2 );
39
39
}
40
40
41
- .cm-s-solarized-dark {
41
+ .cm-s-solarized {
42
42
--jp-editor-mirror-lsp-highlight-background-color : rgba (18 , 69 , 255 , 0.2 );
43
43
}
44
44
You can’t perform that action at this time.
0 commit comments