|
2 | 2 | * It’s based on what GitHub uses on their site. |
3 | 3 | * See <https://github.com/wooorm/starry-night> for more info. */ |
4 | 4 | :root { |
| 5 | + --color-prettylights-syntax-brackethighlighter-angle: #59636e; |
| 6 | + --color-prettylights-syntax-brackethighlighter-unmatched: #82071e; |
| 7 | + --color-prettylights-syntax-carriage-return-bg: #cf222e; |
| 8 | + --color-prettylights-syntax-carriage-return-text: #f6f8fa; |
5 | 9 | --color-prettylights-syntax-comment: #59636e; |
6 | 10 | --color-prettylights-syntax-constant: #0550ae; |
7 | 11 | --color-prettylights-syntax-constant-other-reference-link: #0a3069; |
8 | 12 | --color-prettylights-syntax-entity: #6639ba; |
9 | | - --color-prettylights-syntax-storage-modifier-import: #1f2328; |
10 | 13 | --color-prettylights-syntax-entity-tag: #0550ae; |
11 | | - --color-prettylights-syntax-keyword: #cf222e; |
12 | | - --color-prettylights-syntax-string: #0a3069; |
13 | | - --color-prettylights-syntax-variable: #953800; |
14 | | - --color-prettylights-syntax-brackethighlighter-unmatched: #82071e; |
15 | | - --color-prettylights-syntax-brackethighlighter-angle: #59636e; |
16 | | - --color-prettylights-syntax-invalid-illegal-text: #f6f8fa; |
17 | 14 | --color-prettylights-syntax-invalid-illegal-bg: #82071e; |
18 | | - --color-prettylights-syntax-carriage-return-text: #f6f8fa; |
19 | | - --color-prettylights-syntax-carriage-return-bg: #cf222e; |
20 | | - --color-prettylights-syntax-string-regexp: #116329; |
21 | | - --color-prettylights-syntax-markup-list: #3b2300; |
22 | | - --color-prettylights-syntax-markup-heading: #0550ae; |
23 | | - --color-prettylights-syntax-markup-italic: #1f2328; |
24 | | - --color-prettylights-syntax-markup-bold: #1f2328; |
25 | | - --color-prettylights-syntax-markup-deleted-text: #82071e; |
26 | | - --color-prettylights-syntax-markup-deleted-bg: #ffebe9; |
27 | | - --color-prettylights-syntax-markup-inserted-text: #116329; |
28 | | - --color-prettylights-syntax-markup-inserted-bg: #dafbe1; |
29 | | - --color-prettylights-syntax-markup-changed-text: #953800; |
| 15 | + --color-prettylights-syntax-invalid-illegal-text: #f6f8fa; |
| 16 | + --color-prettylights-syntax-keyword: #cf222e; |
30 | 17 | --color-prettylights-syntax-markup-changed-bg: #ffd8b5; |
31 | | - --color-prettylights-syntax-markup-ignored-text: #d1d9e0; |
| 18 | + --color-prettylights-syntax-markup-changed-text: #953800; |
| 19 | + --color-prettylights-syntax-markup-deleted-bg: #ffebe9; |
| 20 | + --color-prettylights-syntax-markup-deleted-text: #82071e; |
| 21 | + --color-prettylights-syntax-markup-heading: #0550ae; |
32 | 22 | --color-prettylights-syntax-markup-ignored-bg: #0550ae; |
| 23 | + --color-prettylights-syntax-markup-ignored-text: #d1d9e0; |
| 24 | + --color-prettylights-syntax-markup-inserted-bg: #dafbe1; |
| 25 | + --color-prettylights-syntax-markup-inserted-text: #116329; |
| 26 | + --color-prettylights-syntax-markup-list: #3b2300; |
33 | 27 | --color-prettylights-syntax-meta-diff-range: #8250df; |
| 28 | + --color-prettylights-syntax-string: #0a3069; |
| 29 | + --color-prettylights-syntax-string-regexp: #116329; |
34 | 30 | --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98; |
| 31 | + --color-prettylights-syntax-variable: #953800; |
| 32 | + --color-prettylights-syntax-markup-bold: #1f2328; |
| 33 | + --color-prettylights-syntax-markup-italic: #1f2328; |
| 34 | + --color-prettylights-syntax-storage-modifier-import: #1f2328; |
35 | 35 | } |
36 | 36 |
|
37 | 37 | @media (prefers-color-scheme: dark) { |
38 | 38 | :root { |
| 39 | + --color-prettylights-syntax-brackethighlighter-angle: #9198a1; |
| 40 | + --color-prettylights-syntax-brackethighlighter-unmatched: #f85149; |
| 41 | + --color-prettylights-syntax-carriage-return-bg: #b62324; |
| 42 | + --color-prettylights-syntax-carriage-return-text: #f0f6fc; |
39 | 43 | --color-prettylights-syntax-comment: #9198a1; |
40 | 44 | --color-prettylights-syntax-constant: #79c0ff; |
41 | 45 | --color-prettylights-syntax-constant-other-reference-link: #a5d6ff; |
42 | 46 | --color-prettylights-syntax-entity: #d2a8ff; |
43 | | - --color-prettylights-syntax-storage-modifier-import: #f0f6fc; |
44 | 47 | --color-prettylights-syntax-entity-tag: #7ee787; |
45 | | - --color-prettylights-syntax-keyword: #ff7b72; |
46 | | - --color-prettylights-syntax-string: #a5d6ff; |
47 | | - --color-prettylights-syntax-variable: #ffa657; |
48 | | - --color-prettylights-syntax-brackethighlighter-unmatched: #f85149; |
49 | | - --color-prettylights-syntax-brackethighlighter-angle: #9198a1; |
50 | | - --color-prettylights-syntax-invalid-illegal-text: #f0f6fc; |
51 | 48 | --color-prettylights-syntax-invalid-illegal-bg: #8e1519; |
52 | | - --color-prettylights-syntax-carriage-return-text: #f0f6fc; |
53 | | - --color-prettylights-syntax-carriage-return-bg: #b62324; |
54 | | - --color-prettylights-syntax-string-regexp: #7ee787; |
55 | | - --color-prettylights-syntax-markup-list: #f2cc60; |
56 | | - --color-prettylights-syntax-markup-heading: #1f6feb; |
57 | | - --color-prettylights-syntax-markup-italic: #f0f6fc; |
| 49 | + --color-prettylights-syntax-invalid-illegal-text: #f0f6fc; |
| 50 | + --color-prettylights-syntax-keyword: #ff7b72; |
58 | 51 | --color-prettylights-syntax-markup-bold: #f0f6fc; |
59 | | - --color-prettylights-syntax-markup-deleted-text: #ffdcd7; |
60 | | - --color-prettylights-syntax-markup-deleted-bg: #67060c; |
61 | | - --color-prettylights-syntax-markup-inserted-text: #aff5b4; |
62 | | - --color-prettylights-syntax-markup-inserted-bg: #033a16; |
63 | | - --color-prettylights-syntax-markup-changed-text: #ffdfb6; |
64 | 52 | --color-prettylights-syntax-markup-changed-bg: #5a1e02; |
65 | | - --color-prettylights-syntax-markup-ignored-text: #f0f6fc; |
| 53 | + --color-prettylights-syntax-markup-changed-text: #ffdfb6; |
| 54 | + --color-prettylights-syntax-markup-deleted-bg: #67060c; |
| 55 | + --color-prettylights-syntax-markup-deleted-text: #ffdcd7; |
| 56 | + --color-prettylights-syntax-markup-heading: #1f6feb; |
66 | 57 | --color-prettylights-syntax-markup-ignored-bg: #1158c7; |
| 58 | + --color-prettylights-syntax-markup-ignored-text: #f0f6fc; |
| 59 | + --color-prettylights-syntax-markup-inserted-bg: #033a16; |
| 60 | + --color-prettylights-syntax-markup-inserted-text: #aff5b4; |
| 61 | + --color-prettylights-syntax-markup-italic: #f0f6fc; |
| 62 | + --color-prettylights-syntax-markup-list: #f2cc60; |
67 | 63 | --color-prettylights-syntax-meta-diff-range: #d2a8ff; |
| 64 | + --color-prettylights-syntax-storage-modifier-import: #f0f6fc; |
| 65 | + --color-prettylights-syntax-string: #a5d6ff; |
| 66 | + --color-prettylights-syntax-string-regexp: #7ee787; |
68 | 67 | --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d; |
| 68 | + --color-prettylights-syntax-variable: #ffa657; |
69 | 69 | } |
70 | 70 | } |
71 | 71 |
|
|
0 commit comments