Skip to content

Commit 2a43eba

Browse files
committed
baseline all themes to opaque blue
1 parent 84eae22 commit 2a43eba

File tree

3 files changed

+53
-3
lines changed

3 files changed

+53
-3
lines changed

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

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,57 @@
22
--jp-editor-mirror-lsp-highlight-background-color: rgba(144, 199, 255, 0.2);
33
}
44

5-
/* ... so many other themes ... */
5+
.cm-s-base16-dark {
6+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
7+
}
8+
9+
.cm-s-base16-light {
10+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
11+
}
12+
13+
.cm-s-codemirror {
14+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
15+
}
16+
17+
.cm-s-hopscotch {
18+
--jp-editor-mirror-lsp-highlight-background-color: rgba(207, 18, 255, 0.2);
19+
}
20+
21+
.cm-s-material {
22+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
23+
}
24+
25+
.cm-s-mbo {
26+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
27+
}
28+
29+
.cm-s-material {
30+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
31+
}
32+
33+
.cm-s-mdn-like {
34+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
35+
}
36+
37+
.cm-s-seti {
38+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
39+
}
40+
41+
.cm-s-solarized-dark {
42+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
43+
}
44+
45+
.cm-s-solarized-light {
46+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
47+
}
48+
49+
.cm-s-the-matrix {
50+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
51+
}
52+
53+
.cm-s-xq-light {
54+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
55+
}
656

757
.cm-s-zenburn {
858
--jp-editor-mirror-lsp-highlight-background-color: rgba(239, 231, 171, 0.2);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
body[data-jp-theme-light='false'] .cm-s-jupyter {
2-
--jp-editor-mirror-lsp-highlight-background-color: var(--jp-layout-color2);
2+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
body[data-jp-theme-light='true'] .cm-s-jupyter {
2-
--jp-editor-mirror-lsp-highlight-background-color: var(--jp-layout-color2);
2+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
33
}

0 commit comments

Comments
 (0)