|
4 | 4 | "name": "Neon",
|
5 | 5 | "author": "Matt Morrison @MattDMo mattdmo@mattdmo.com",
|
6 | 6 | "variables": {
|
7 |
| - "varname": "#000000" |
| 7 | + "varname": "#000000", |
| 8 | + "--background": "#000000", |
| 9 | + "--foreground": "#FFFFFF", |
| 10 | + "--accent": "#0205FF", |
| 11 | + "--redish": "#FF0105", |
| 12 | + "--orangish": "#FF6001", |
| 13 | + "--yellowish": "#E0FF01", |
| 14 | + "--greenish": "#06FF05", |
| 15 | + "--cyanish": "#01FFFD", |
| 16 | + "--bluish": "#0042FF", |
| 17 | + "--purplish": "#7D1AE6", |
| 18 | + "--pinkish": "#FF01C3" |
| 19 | + |
8 | 20 | },
|
9 | 21 | "globals":
|
10 | 22 | {
|
|
24 | 36 | "gutter": "#000000",
|
25 | 37 | "gutter_foreground": "#B0B0B0",
|
26 | 38 | "line_diff_width": "2",
|
27 |
| - "line_diff_added": "#277D08", |
28 |
| - "line_diff_modified": "#CFB406", |
29 |
| - "line_diff_deleted": "#BC1802", |
| 39 | + "line_diff_added": "#2AB814", |
| 40 | + "line_diff_modified": "#E0FF00", |
| 41 | + "line_diff_deleted": "#FC2003", |
30 | 42 | "selection": "#0205FF",
|
31 |
| - "selection_foreground": "", |
| 43 | + "selection_foreground": "#E0FF01", |
32 | 44 | "selection_border": "#06FF05",
|
33 | 45 | "selection_border_width": "1",
|
34 | 46 | "inactive_selection": "#353576",
|
35 |
| - "inactive_selection_foreground": "", |
| 47 | + "inactive_selection_border": "#00FFFF", |
| 48 | + "inactive_selection_foreground": "#AD891F", |
36 | 49 | "selection_corner_style": "cut",
|
37 | 50 | "selection_corner_radius": "2",
|
38 | 51 | "highlight": "#FF026A",
|
|
0 commit comments