Skip to content

Commit 6f938ac

Browse files
committed
more tweaking based on screenshots
1 parent da1e8b1 commit 6f938ac

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
}
44

55
.cm-s-base16-dark {
6-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
6+
--jp-editor-mirror-lsp-highlight-background-color: rgba(239, 231, 171, 0.2);
77
}
88

99
.cm-s-base16-light {
10-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
10+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.1);
1111
}
1212

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

1717
.cm-s-hopscotch {
@@ -23,19 +23,19 @@
2323
}
2424

2525
.cm-s-mbo {
26-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
26+
--jp-editor-mirror-lsp-highlight-background-color: rgba(239, 231, 171, 0.2);
2727
}
2828

2929
.cm-s-material {
30-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
30+
--jp-editor-mirror-lsp-highlight-background-color: rgba(239, 231, 171, 0.2);
3131
}
3232

3333
.cm-s-mdn-like {
3434
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.1);
3535
}
3636

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

4141
.cm-s-solarized {
@@ -47,11 +47,11 @@
4747
}
4848

4949
.cm-s-the-matrix {
50-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
50+
--jp-editor-mirror-lsp-highlight-background-color: rgba(239, 231, 171, 0.2);
5151
}
5252

5353
.cm-s-xq-light {
54-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.2);
54+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.1);
5555
}
5656

5757
.cm-s-zenburn {
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: rgba(18, 69, 255, 0.2);
2+
--jp-editor-mirror-lsp-highlight-background-color: rgba(151, 173, 255, 0.3);
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: rgba(18, 69, 255, 0.2);
2+
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.1);
33
}

0 commit comments

Comments
 (0)