|
2 | 2 | --jp-editor-mirror-lsp-highlight-background-color: rgba(144, 199, 255, 0.2);
|
3 | 3 | }
|
4 | 4 |
|
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 | +} |
6 | 56 |
|
7 | 57 | .cm-s-zenburn {
|
8 | 58 | --jp-editor-mirror-lsp-highlight-background-color: rgba(239, 231, 171, 0.2);
|
|
0 commit comments