|
6 | 6 | "active": "#007ACC", |
7 | 7 | "fg": "#000", |
8 | 8 | "bg": "#fff", |
9 | | - "blue": "#DBF1FF", |
10 | | - "green": "#F1FADF", |
11 | | - "dark_green": "#DBECB6", |
12 | | - "red": "#FFE0E0", |
13 | | - "magenta": "#7A3E9D", |
14 | | - "yellow": "#FFFABC", |
15 | | - "orange": "#FFBC5D", |
16 | 9 | "gray": "#A0A0A0", |
17 | 10 | }, |
18 | 11 | "globals": |
|
26 | 19 | "inactive_selection": "#E0E0E0", |
27 | 20 | "selection_border_width": "0", |
28 | 21 | "selection_corner_radius": "2", |
29 | | - "highlight": "var(orange)", |
| 22 | + "highlight": "#FFBC5D", |
| 23 | + "find_highlight": "#FFBC5D", |
30 | 24 | "find_highlight_foreground": "#000", |
31 | | - "find_highlight": "var(orange)", |
32 | 25 | "brackets_options": "underline", |
33 | 26 | "brackets_foreground": "var(active)", |
34 | 27 | "bracket_contents_options": "underline", |
|
42 | 35 | "rules": |
43 | 36 | [ {"name": "Strings", |
44 | 37 | "scope": "string - meta.metadata, meta.quoted string - meta.metadata - comment", |
45 | | - "background": "var(green)"}, |
| 38 | + "background": "#eefbd9", |
| 39 | + "foreground": "#3c5c00"}, |
46 | 40 |
|
47 | 41 | {"name": "Escapes", |
48 | 42 | "scope": "constant.character.escape - meta.metadata, constant.other.placeholder - meta.metadata", |
49 | | - "background": "var(dark_green)"}, |
| 43 | + "background": "#DBECB6"}, |
50 | 44 |
|
51 | 45 | {"name": "Constants", |
52 | 46 | "scope": "constant - constant.character.escape, punctuation.definition.constant", |
53 | | - "foreground": "var(magenta)"}, |
| 47 | + "foreground": "#8a3eb5"}, |
54 | 48 |
|
55 | 49 | {"name": "Definitions", |
56 | 50 | "scope": "entity.name - entity.name.tag - meta.metadata", |
57 | | - "background": "var(blue)"}, |
| 51 | + "background": "#DBF1FF", |
| 52 | + "foreground": "#195b7c"}, |
58 | 53 |
|
59 | 54 | {"name": "Symbol namespaces", |
60 | 55 | "scope": "meta.namespace.symbol, source.symbol punctuation.definition.namespace", |
|
74 | 69 |
|
75 | 70 | {"name": "Line Comments", |
76 | 71 | "scope": "comment - comment.reader - comment.form, invalid comment, meta.quoted comment.line, meta.quoted comment.line punctuation.definition.comment, meta.metadata comment.line punctuation.definition.comment", |
77 | | - "foreground": "var(fg)", |
78 | | - "background": "var(yellow)"}, |
| 72 | + "foreground": "#6d6607", |
| 73 | + "background": "#FFFABC"}, |
79 | 74 |
|
80 | 75 | {"name": "Reader comments", |
81 | 76 | "scope": "comment.reader, comment.reader keyword.operator, comment.reader string, comment.reader constant, comment.reader punctuation.definition.constant, comment.reader punctuation, comment.reader constant.character.escape, comment.reader invalid.illegal.escape, comment.reader string invalid, comment.reader string invalid punctuation, comment.reader entity.name, comment.reader meta.quoted", |
|
129 | 124 | {"name": "Mistakes", |
130 | 125 | "scope": "invalid, invalid string, invalid constant, invalid entity.name, invalid punctuation, invalid source.symbol", |
131 | 126 | "foreground": "#c33", |
132 | | - "background": "var(red)"}, |
| 127 | + "background": "#FFE0E0"}, |
133 | 128 |
|
134 | 129 | // MARKUP |
135 | 130 |
|
|
0 commit comments