8000 Defined CSS variables, changed/added some globals · MattDMo/Neon-color-scheme@4011816 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4011816

Browse files
committed
Defined CSS variables, changed/added some globals
1 parent 80decaa commit 4011816

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

Neon.sublime-color-scheme

+19-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
"name": "Neon",
55
"author": "Matt Morrison @MattDMo mattdmo@mattdmo.com",
66
"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+
820
},
921
"globals":
1022
{
@@ -24,15 +36,16 @@
2436
"gutter": "#000000",
2537
"gutter_foreground": "#B0B0B0",
2638
"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",
3042
"selection": "#0205FF",
31-
"selection_foreground": "",
43+
"selection_foreground": "#E0FF01",
3244
"selection_border": "#06FF05",
3345
"selection_border_width": "1",
3446
"inactive_selection": "#353576",
35-
"inactive_selection_foreground": "",
47+
"inactive_selection_border": "#00FFFF",
48+
"inactive_selection_foreground": "#AD891F",
3649
"selection_corner_style": "cut",
3750
"selection_corner_radius": "2",
3851
"highlight": "#FF026A",

0 commit comments

Comments
 (0)
0