snibbets 2.0.19 → 2.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,184 @@
1
+ {
2
+ "_comments": [
3
+ "A theme focused on ergonomics, using the 3 digit Tango color palette"
4
+ ],
5
+ "metadata": {
6
+ "name": "Falcon",
7
+ "revision": 4,
8
+ "license": "SPDX-License-Identifier: MIT",
9
+ "copyright": [ "SPDX-FileCopyrightText: 2021 Alberto Salvia Novella <https://es20490446e.wordpress.com>" ]
10
+ },
11
+ "custom-styles": {
12
+ "Bash": {
13
+ "Normal Text": {
14
+ "text-color": "#bbbbbb"
15
+ }
16
+ }
17
+ },
18
+ "editor-colors": {
19
+ "BackgroundColor": "#223333",
20
+ "BracketMatching": "#555555",
21
+ "CodeFolding": "#224488",
22
+ "CurrentLine": "#555555",
23
+ "CurrentLineNumber": "#bbbbbb",
24
+ "IconBorder": "#223333",
25
+ "IndentationLine": "#888888",
26
+ "LineNumbers": "#888888",
27
+ "MarkBookmark": "#7799cc",
28
+ "MarkBreakpointActive": "#ffaa33",
29
+ "MarkBreakpointDisabled": "#aa77aa",
30
+ "MarkBreakpointReached": "#449900",
31
+ "MarkError": "#ef2929",
32
+ "MarkExecution": "#888888",
33
+ "MarkWarning": "#aa77aa",
34
+ "ModifiedLines": "#aa0000",
35
+ "ReplaceHighlight": "#224488",
36
+ "SavedLines": "#449900",
37
+ "SearchHighlight": "#224488",
38
+ "Separator": "#555753",
39
+ "SpellChecking": "#ef2929",
40
+ "TabMarker": "#555555",
41
+ "TemplateBackground": "#223333",
42
+ "TemplateFocusedPlaceholder": "#23321a",
43
+ "TemplatePlaceholder": "#23321a",
44
+ "TemplateReadOnlyPlaceholder": "#451e1a",
45
+ "TextSelection": "#3366aa",
46
+ "WordWrapMarker": "#555753"
47
+ },
48
+ "text-styles": {
49
+ "Alert": {
50
+ "background-color": "#320000",
51
+ "bold": true,
52
+ "selected-text-color": "#ffaa33",
53
+ "text-color": "#ee2222"
54
+ },
55
+ "Annotation": {
56
+ "selected-text-color": "#ddddcc",
57
+ "text-color": "#aa77aa"
58
+ },
59
+ "Attribute": {
60
+ "selected-text-color": "#ddddcc",
61
+ "text-color": "#aa77aa"
62
+ },
63
+ "BaseN": {
64
+ "selected-text-color": "#ffee44",
65
+ "text-color": "#eedd00"
66
+ },
67
+ "BuiltIn": {
68
+ "selected-text-color": "#ddddcc",
69
+ "text-color": "#7799cc"
70
+ },
71
+ "Char": {
72
+ "selected-text-color": "#ffaa33",
73
+ "text-color": "#ffaa33"
74
+ },
75
+ "Comment": {
76
+ "selected-text-color": "#eeeeec",
77
+ "text-color": "#888888"
78
+ },
79
+ "CommentVar": {
80
+ "selected-text-color": "#ddddcc",
81
+ "text-color": "#aa77aa"
82
+ },
83
+ "Constant": {
84
+ "bold": true,
85
+ "selected-text-color": "#ffee44",
86
+ "text-color": "#eedd00"
87
+ },
88
+ "ControlFlow": {
89
+ "bold": true,
90
+ "selected-text-color": "#ffee44",
91
+ "text-color": "#eedd00"
92
+ },
93
+ "DataType": {
94
+ "selected-text-color": "#ddddcc",
95
+ "text-color": "#7799cc"
96
+ },
97
+ "DecVal": {
98
+ "selected-text-color": "#ffee44",
99
+ "text-color": "#eedd00"
100
+ },
101
+ "Documentation": {
102
+ "selected-text-color": "#eeeeee",
103
+ "text-color": "#d3d7cf"
104
+ },
105
+ "Error": {
106
+ "selected-text-color": "#ffaa33",
107
+ "text-color": "#ee2222",
108
+ "underline": true
109
+ },
110
+ "Extension": {
111
+ "bold": true,
112
+ "selected-text-color": "#ddddcc",
113
+ "text-color": "#7799cc"
114
+ },
115
+ "Float": {
116
+ "selected-text-color": "#ffaa33",
117
+ "text-color": "#ffaa33"
118
+ },
119
+ "Function": {
120
+ "bold": true,
121
+ "selected-text-color": "#ddddcc",
122
+ "text-color": "#7799cc"
123
+ },
124
+ "Import": {
125
+ "selected-text-color": "#88ee33",
126
+ "text-color": "#88ee33"
127
+ },
128
+ "Information": {
129
+ "selected-text-color": "#eeeeee",
130
+ "text-color": "#ddddcc"
131
+ },
132
+ "Keyword": {
133
+ "bold": true,
134
+ "selected-text-color": "#ddddcc",
135
+ "text-color": "#aa77aa"
136
+ },
137
+ "Normal": {
138
+ "selected-text-color": "#eeeeee",
139
+ "text-color": "#ddddcc"
140
+ },
141
+ "Operator": {
142
+ "selected-text-color": "#ffee44",
143
+ "text-color": "#eedd00"
144
+ },
145
+ "Others": {
146
+ "selected-text-color": "#ffee44",
147
+ "text-color": "#eedd00"
148
+ },
149
+ "Preprocessor": {
150
+ "selected-text-color": "#ddddcc",
151
+ "text-color": "#aa77aa"
152
+ },
153
+ "RegionMarker": {
154
+ "background-color": "#0d1932",
155
+ "selected-text-color": "#ddddcc",
156
+ "text-color": "#7799cc"
157
+ },
158
+ "SpecialChar": {
159
+ "selected-text-color": "#ffaa33",
160
+ "text-color": "#ffaa33"
161
+ },
162
+ "SpecialString": {
163
+ "selected-text-color": "#eeeeee",
164
+ "text-color": "#ddddcc"
165
+ },
166
+ "String": {
167
+ "selected-text-color": "#eeeeee",
168
+ "text-color": "#ddddcc"
169
+ },
170
+ "Variable": {
171
+ "bold": true,
172
+ "selected-text-color": "#ffaa33",
173
+ "text-color": "#ffaa33"
174
+ },
175
+ "VerbatimString": {
176
+ "selected-text-color": "#ffaa33",
177
+ "text-color": "#ffaa33"
178
+ },
179
+ "Warning": {
180
+ "selected-text-color": "#ffee44",
181
+ "text-color": "#eedd00"
182
+ }
183
+ }
184
+ }
@@ -0,0 +1,216 @@
1
+ {
2
+ "custom-styles": {
3
+ "INI Files": {
4
+ "Section": {
5
+ "selected-text-color": "#b392f0",
6
+ "text-color": "#b392f0"
7
+ }
8
+ },
9
+ "Python": {
10
+ "Builtin Function": {
11
+ "selected-text-color": "#b392f0",
12
+ "text-color": "#b392f0"
13
+ },
14
+ "Import": {
15
+ "selected-text-color": "#f97583",
16
+ "text-color": "#f97583"
17
+ },
18
+ "Special Variable": {
19
+ "selected-text-color": "#79b8ff",
20
+ "text-color": "#79b8ff"
21
+ }
22
+ },
23
+ "Rust": {
24
+ "Attribute": {
25
+ "selected-text-color": "#e1e4e8",
26
+ "text-color": "#e1e4e8"
27
+ },
28
+ "Macro": {
29
+ "selected-text-color": "#79b8ff",
30
+ "text-color": "#79b8ff"
31
+ },
32
+ "Self": {
33
+ "selected-text-color": "#79b8ff",
34
+ "text-color": "#79b8ff"
35
+ },
36
+ "Trait": {
37
+ "selected-text-color": "#e1e4e8",
38
+ "text-color": "#e1e4e8"
39
+ }
40
+ },
41
+ "XML": {
42
+ "Element": {
43
+ "selected-text-color": "#85e89d",
44
+ "text-color": "#85e89d"
45
+ }
46
+ }
47
+ },
48
+ "editor-colors": {
49
+ "BackgroundColor": "#24292e",
50
+ "BracketMatching": "#65676a",
51
+ "CodeFolding": "#253749",
52
+ "CurrentLine": "#2b3036",
53
+ "CurrentLineNumber": "#e1e4e8",
54
+ "IconBorder": "#24292e",
55
+ "IndentationLine": "#d7dbe0",
56
+ "LineNumbers": "#444d56",
57
+ "MarkBookmark": "#8be9fd",
58
+ "MarkBreakpointActive": "#ff5555",
59
+ "MarkBreakpointDisabled": "#bd93f9",
60
+ "MarkBreakpointReached": "#f1fa8c",
61
+ "MarkError": "#b31d28",
62
+ "MarkExecution": "#44475a",
63
+ "MarkWarning": "#ffab70",
64
+ "ModifiedLines": "#f97583",
65
+ "ReplaceHighlight": "#40c661",
66
+ "SavedLines": "#28a745",
67
+ "SearchHighlight": "#404030",
68
+ "Separator": "#1b1f23",
69
+ "SpellChecking": "#ff5555",
70
+ "TabMarker": "#444d56",
71
+ "TemplateBackground": "#23241e",
72
+ "TemplateFocusedPlaceholder": "#22231d",
73
+ "TemplatePlaceholder": "#22231d",
74
+ "TemplateReadOnlyPlaceholder": "#262721",
75
+ "TextSelection": "#253749",
76
+ "WordWrapMarker": "#2f3031"
77
+ },
78
+ "metadata": {
79
+ "copyright": [
80
+ "SPDX-FileCopyrightText: 2020 GitHub Inc.",
81
+ "SPDX-FileCopyrightText: 2020 Waqar Ahmed <waqar.17a@gmail.com>"
82
+ ],
83
+ "license": "SPDX-License-Identifier: MIT",
84
+ "name": "GitHub Dark",
85
+ "revision": 3
86
+ },
87
+ "text-styles": {
88
+ "Alert": {
89
+ "bold": true,
90
+ "selected-text-color": "#ff5555",
91
+ "text-color": "#ff5555"
92
+ },
93
+ "Annotation": {
94
+ "selected-text-color": "#6a737d",
95
+ "text-color": "#6a737d"
96
+ },
97
+ "Attribute": {
98
+ "selected-text-color": "#f97583",
99
+ "text-color": "#f97583"
100
+ },
101
+ "BaseN": {
102
+ "selected-text-color": "#79b8ff",
103
+ "text-color": "#79b8ff"
104
+ },
105
+ "BuiltIn": {
106
+ "selected-text-color": "#f97583",
107
+ "text-color": "#f97583"
108
+ },
109
+ "Char": {
110
+ "selected-text-color": "#9ecbff",
111
+ "text-color": "#9ecbff"
112
+ },
113
+ "Comment": {
114
+ "selected-text-color": "#6a737d",
115
+ "text-color": "#6a737d"
116
+ },
117
+ "CommentVar": {
118
+ "selected-text-color": "#6a737d",
119
+ "text-color": "#6a737d"
120
+ },
121
+ "Constant": {
122
+ "selected-text-color": "#79b8ff",
123
+ "text-color": "#79b8ff"
124
+ },
125
+ "ControlFlow": {
126
+ "selected-text-color": "#f97583",
127
+ "text-color": "#f97583"
128
+ },
129
+ "DataType": {
130
+ "selected-text-color": "#f97583",
131
+ "text-color": "#f97583"
132
+ },
133
+ "DecVal": {
134
+ "selected-text-color": "#79b8ff",
135
+ "text-color": "#79b8ff"
136
+ },
137
+ "Documentation": {
138
+ "selected-text-color": "#6a737d",
139
+ "text-color": "#6a737d"
140
+ },
141
+ "Error": {
142
+ "selected-text-color": "#ff5555",
143
+ "text-color": "#ff5555",
144
+ "underline": true
145
+ },
146
+ "Extension": {
147
+ "bold": true,
148
+ "selected-text-color": "#f97583",
149
+ "text-color": "#f97583"
150
+ },
151
+ "Float": {
152
+ "selected-text-color": "#79b8ff",
153
+ "text-color": "#79b8ff"
154
+ },
155
+ "Function": {
156
+ "selected-text-color": "#b392f0",
157
+ "text-color": "#b392f0"
158
+ },
159
+ "Import": {
160
+ "selected-text-color": "#9ecbff",
161
+ "text-color": "#9ecbff"
162
+ },
163
+ "Information": {
164
+ "selected-text-color": "#6a737d",
165
+ "text-color": "#6a737d"
166
+ },
167
+ "Keyword": {
168
+ "selected-text-color": "#f97583",
169
+ "text-color": "#f97583"
170
+ },
171
+ "Normal": {
172
+ "selected-text-color": "#e1e4e8",
173
+ "text-color": "#e1e4e8"
174
+ },
175
+ "Operator": {
176
+ "selected-text-color": "#e1e4e8",
177
+ "text-color": "#e1e4e8"
178
+ },
179
+ "Others": {
180
+ "selected-text-color": "#b392f0",
181
+ "text-color": "#b392f0"
182
+ },
183
+ "Preprocessor": {
184
+ "selected-text-color": "#f97583",
185
+ "text-color": "#f97583"
186
+ },
187
+ "RegionMarker": {
188
+ "selected-text-color": "#6a737d",
189
+ "text-color": "#6a737d"
190
+ },
191
+ "SpecialChar": {
192
+ "selected-text-color": "#79b8ff",
193
+ "text-color": "#79b8ff"
194
+ },
195
+ "SpecialString": {
196
+ "selected-text-color": "#9ecbff",
197
+ "text-color": "#9ecbff"
198
+ },
199
+ "String": {
200
+ "selected-text-color": "#9ecbff",
201
+ "text-color": "#9ecbff"
202
+ },
203
+ "Variable": {
204
+ "selected-text-color": "#ffab70",
205
+ "text-color": "#ffab70"
206
+ },
207
+ "VerbatimString": {
208
+ "selected-text-color": "#41a0ff",
209
+ "text-color": "#41a0ff"
210
+ },
211
+ "Warning": {
212
+ "selected-text-color": "#ff5555",
213
+ "text-color": "#ff5555"
214
+ }
215
+ }
216
+ }
@@ -0,0 +1,216 @@
1
+ {
2
+ "custom-styles": {
3
+ "INI Files": {
4
+ "Section": {
5
+ "selected-text-color": "#6f42c1",
6
+ "text-color": "#6f42c1"
7
+ }
8
+ },
9
+ "Python": {
10
+ "Builtin Function": {
11
+ "selected-text-color": "#6f42c1",
12
+ "text-color": "#6f42c1"
13
+ },
14
+ "Import": {
15
+ "selected-text-color": "#d73a49",
16
+ "text-color": "#d73a49"
17
+ },
18
+ "Special Variable": {
19
+ "selected-text-color": "#005cc5",
20
+ "text-color": "#005cc5"
21
+ }
22
+ },
23
+ "Rust": {
24
+ "Attribute": {
25
+ "selected-text-color": "#24292e",
26
+ "text-color": "#24292e"
27
+ },
28
+ "Macro": {
29
+ "selected-text-color": "#005cc5",
30
+ "text-color": "#005cc5"
31
+ },
32
+ "Self": {
33
+ "selected-text-color": "#005cc5",
34
+ "text-color": "#005cc5"
35
+ },
36
+ "Trait": {
37
+ "selected-text-color": "#24292e",
38
+ "text-color": "#24292e"
39
+ }
40
+ },
41
+ "XML": {
42
+ "Element": {
43
+ "selected-text-color": "#22863a",
44
+ "text-color": "#22863a"
45
+ }
46
+ }
47
+ },
48
+ "editor-colors": {
49
+ "BackgroundColor": "#ffffff",
50
+ "BracketMatching": "#bef5cb",
51
+ "CodeFolding": "#f6f8fa",
52
+ "CurrentLine": "#f6f8fa",
53
+ "CurrentLineNumber": "#24292e",
54
+ "IconBorder": "#ffffff",
55
+ "IndentationLine": "#d7dbe0",
56
+ "LineNumbers": "#c7c2bc",
57
+ "MarkBookmark": "#8be9fd",
58
+ "MarkBreakpointActive": "#ff5555",
59
+ "MarkBreakpointDisabled": "#bd93f9",
60
+ "MarkBreakpointReached": "#f1fa8c",
61
+ "MarkError": "#b31d28",
62
+ "MarkExecution": "#44475a",
63
+ "MarkWarning": "#e36209",
64
+ "ModifiedLines": "#d73a49",
65
+ "ReplaceHighlight": "#50fa7b",
66
+ "SavedLines": "#28a745",
67
+ "SearchHighlight": "#ffea7f",
68
+ "Separator": "#e1e4e8",
69
+ "SpellChecking": "#ff5555",
70
+ "TabMarker": "#d1d5da",
71
+ "TemplateBackground": "#23241e",
72
+ "TemplateFocusedPlaceholder": "#22231d",
73
+ "TemplatePlaceholder": "#22231d",
74
+ "TemplateReadOnlyPlaceholder": "#262721",
75
+ "TextSelection": "#dee6fc",
76
+ "WordWrapMarker": "#e1e4e8"
77
+ },
78
+ "metadata": {
79
+ "copyright": [
80
+ "SPDX-FileCopyrightText: 2020 GitHub Inc.",
81
+ "SPDX-FileCopyrightText: 2020 Waqar Ahmed <waqar.17a@gmail.com>"
82
+ ],
83
+ "license": "SPDX-License-Identifier: MIT",
84
+ "name": "GitHub Light",
85
+ "revision": 3
86
+ },
87
+ "text-styles": {
88
+ "Alert": {
89
+ "bold": true,
90
+ "selected-text-color": "#ff5555",
91
+ "text-color": "#ff5555"
92
+ },
93
+ "Annotation": {
94
+ "selected-text-color": "#6a737d",
95
+ "text-color": "#6a737d"
96
+ },
97
+ "Attribute": {
98
+ "selected-text-color": "#d73a49",
99
+ "text-color": "#d73a49"
100
+ },
101
+ "BaseN": {
102
+ "selected-text-color": "#005cc5",
103
+ "text-color": "#005cc5"
104
+ },
105
+ "BuiltIn": {
106
+ "selected-text-color": "#d73a49",
107
+ "text-color": "#d73a49"
108
+ },
109
+ "Char": {
110
+ "selected-text-color": "#032f62",
111
+ "text-color": "#032f62"
112
+ },
113
+ "Comment": {
114
+ "selected-text-color": "#6a737d",
115
+ "text-color": "#6a737d"
116
+ },
117
+ "CommentVar": {
118
+ "selected-text-color": "#6a737d",
119
+ "text-color": "#6a737d"
120
+ },
121
+ "Constant": {
122
+ "selected-text-color": "#005cc5",
123
+ "text-color": "#005cc5"
124
+ },
125
+ "ControlFlow": {
126
+ "selected-text-color": "#d73a49",
127
+ "text-color": "#d73a49"
128
+ },
129
+ "DataType": {
130
+ "selected-text-color": "#d73a49",
131
+ "text-color": "#d73a49"
132
+ },
133
+ "DecVal": {
134
+ "selected-text-color": "#005cc5",
135
+ "text-color": "#005cc5"
136
+ },
137
+ "Documentation": {
138
+ "selected-text-color": "#6a737d",
139
+ "text-color": "#6a737d"
140
+ },
141
+ "Error": {
142
+ "selected-text-color": "#ff5555",
143
+ "text-color": "#ff5555",
144
+ "underline": true
145
+ },
146
+ "Extension": {
147
+ "bold": true,
148
+ "selected-text-color": "#d73a49",
149
+ "text-color": "#d73a49"
150
+ },
151
+ "Float": {
152
+ "selected-text-color": "#005cc5",
153
+ "text-color": "#005cc5"
154
+ },
155
+ "Function": {
156
+ "selected-text-color": "#6f42c1",
157
+ "text-color": "#6f42c1"
158
+ },
159
+ "Import": {
160
+ "selected-text-color": "#032f62",
161
+ "text-color": "#032f62"
162
+ },
163
+ "Information": {
164
+ "selected-text-color": "#6a737d",
165
+ "text-color": "#6a737d"
166
+ },
167
+ "Keyword": {
168
+ "selected-text-color": "#d73a49",
169
+ "text-color": "#d73a49"
170
+ },
171
+ "Normal": {
172
+ "selected-text-color": "#24292e",
173
+ "text-color": "#24292e"
174
+ },
175
+ "Operator": {
176
+ "selected-text-color": "#24292e",
177
+ "text-color": "#24292e"
178
+ },
179
+ "Others": {
180
+ "selected-text-color": "#6f42c1",
181
+ "text-color": "#6f42c1"
182
+ },
183
+ "Preprocessor": {
184
+ "selected-text-color": "#d73a49",
185
+ "text-color": "#d73a49"
186
+ },
187
+ "RegionMarker": {
188
+ "selected-text-color": "#6a737d",
189
+ "text-color": "#6a737d"
190
+ },
191
+ "SpecialChar": {
192
+ "selected-text-color": "#005cc5",
193
+ "text-color": "#005cc5"
194
+ },
195
+ "SpecialString": {
196
+ "selected-text-color": "#032f62",
197
+ "text-color": "#032f62"
198
+ },
199
+ "String": {
200
+ "selected-text-color": "#032f62",
201
+ "text-color": "#032f62"
202
+ },
203
+ "Variable": {
204
+ "selected-text-color": "#e36209",
205
+ "text-color": "#e36209"
206
+ },
207
+ "VerbatimString": {
208
+ "selected-text-color": "#034c95",
209
+ "text-color": "#034c95"
210
+ },
211
+ "Warning": {
212
+ "selected-text-color": "#ff5555",
213
+ "text-color": "#ff5555"
214
+ }
215
+ }
216
+ }