Skip to content

Commit 7a336df

Browse files
committed
fix some css names
1 parent 2a43eba commit 7a336df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/jupyterlab-lsp/style/variables/cm-themes.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
1111
}
1212

13-
.cm-s-codemirror {
13+
.cm-s-default {
1414
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
1515
}
1616

@@ -19,7 +19,7 @@
1919
}
2020

2121
.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);
2323
}
2424

2525
.cm-s-mbo {
@@ -31,14 +31,14 @@
3131
}
3232

3333
.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);
3535
}
3636

3737
.cm-s-seti {
3838
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
3939
}
4040

41-
.cm-s-solarized-dark {
41+
.cm-s-solarized {
4242
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
4343
}
4444

0 commit comments

Comments
 (0)