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,185 @@
1
+ {
2
+ "_comments": [
3
+ "Last update: Jul 28, 2021 (revision 3)",
4
+ "This file has been converted from: https://github.com/morhetz/gruvbox"
5
+ ],
6
+ "metadata" : {
7
+ "copyright": [
8
+ "SPDX-FileCopyrightText: 2017 Pavel Pertsev <morhetz@gmail.com>",
9
+ "SPDX-FileCopyrightText: 2020 Frederik Banning <laubblaeser@live.com>"
10
+ ],
11
+ "license": "SPDX-License-Identifier: MIT",
12
+ "name" : "gruvbox Dark",
13
+ "revision" : 3
14
+ },
15
+ "text-styles": {
16
+ "Normal" : {
17
+ "text-color" : "#ebdbb2",
18
+ "selected-text-color" : "#ebdbb2",
19
+ "bold" : false,
20
+ "italic" : false,
21
+ "underline" : false,
22
+ "strike-through" : false
23
+ },
24
+ "Keyword" : {
25
+ "text-color" : "#ebdbb2",
26
+ "selected-text-color" : "#ebdbb2",
27
+ "bold" : true
28
+ },
29
+ "Function" : {
30
+ "text-color" : "#689d6a",
31
+ "selected-text-color" : "#8ec07c"
32
+ },
33
+ "Variable" : {
34
+ "text-color" : "#458588",
35
+ "selected-text-color" : "#83a598"
36
+ },
37
+ "ControlFlow" : {
38
+ "text-color" : "#cc241d",
39
+ "selected-text-color" : "#fb4934",
40
+ "bold" : true
41
+ },
42
+ "Operator" : {
43
+ "text-color" : "#ebdbb2",
44
+ "selected-text-color" : "#ebdbb2"
45
+ },
46
+ "BuiltIn" : {
47
+ "text-color" : "#d65d0e",
48
+ "selected-text-color" : "#fe8019"
49
+ },
50
+ "Extension" : {
51
+ "text-color" : "#689d6a",
52
+ "selected-text-color" : "#8ec07c",
53
+ "bold" : true
54
+ },
55
+ "Preprocessor" : {
56
+ "text-color" : "#d65d0e",
57
+ "selected-text-color" : "#fe8019"
58
+ },
59
+ "Attribute" : {
60
+ "text-color" : "#d79921",
61
+ "selected-text-color" : "#fabd2f"
62
+ },
63
+ "Char" : {
64
+ "text-color" : "#b16286",
65
+ "selected-text-color" : "#d3869b"
66
+ },
67
+ "SpecialChar" : {
68
+ "text-color" : "#b16286",
69
+ "selected-text-color" : "#d3869b"
70
+ },
71
+ "String" : {
72
+ "text-color" : "#98971a",
73
+ "selected-text-color" : "#b8bb26"
74
+ },
75
+ "VerbatimString" : {
76
+ "text-color" : "#848216",
77
+ "selected-text-color" : "#b8bb26"
78
+ },
79
+ "SpecialString" : {
80
+ "text-color" : "#98971a",
81
+ "selected-text-color" : "#b8bb26"
82
+ },
83
+ "Import" : {
84
+ "text-color" : "#689d6a",
85
+ "selected-text-color" : "#8ec07c"
86
+ },
87
+ "DataType" : {
88
+ "text-color" : "#d79921",
89
+ "selected-text-color" : "#fabd2f"
90
+ },
91
+ "DecVal" : {
92
+ "text-color" : "#f67400",
93
+ "selected-text-color" : "#f67400"
94
+ },
95
+ "BaseN" : {
96
+ "text-color" : "#f67400",
97
+ "selected-text-color" : "#f67400"
98
+ },
99
+ "Float" : {
100
+ "text-color" : "#f67400",
101
+ "selected-text-color" : "#f67400"
102
+ },
103
+ "Constant" : {
104
+ "text-color" : "#b16286",
105
+ "selected-text-color" : "#d3869b",
106
+ "bold" : true
107
+ },
108
+ "Comment" : {
109
+ "text-color" : "#928374",
110
+ "selected-text-color" : "#a89984"
111
+ },
112
+ "Documentation" : {
113
+ "text-color" : "#98971a",
114
+ "selected-text-color" : "#b8bb26"
115
+ },
116
+ "Annotation" : {
117
+ "text-color" : "#98971a",
118
+ "selected-text-color" : "#b8bb26"
119
+ },
120
+ "CommentVar" : {
121
+ "text-color" : "#928374",
122
+ "selected-text-color" : "#a89984"
123
+ },
124
+ "RegionMarker" : {
125
+ "text-color" : "#928374",
126
+ "selected-text-color" : "#a89984",
127
+ "background-color" : "#1d2021"
128
+ },
129
+ "Information" : {
130
+ "text-color" : "#282828",
131
+ "selected-text-color" : "#282828",
132
+ "background-color" : "#83a598"
133
+ },
134
+ "Warning" : {
135
+ "text-color" : "#282828",
136
+ "selected-text-color" : "#282828",
137
+ "background-color" : "#fabd2f"
138
+ },
139
+ "Alert" : {
140
+ "text-color" : "#282828",
141
+ "selected-text-color" : "#282828",
142
+ "background-color" : "#cc241d",
143
+ "bold" : true
144
+ },
145
+ "Error" : {
146
+ "text-color" : "#cc241d",
147
+ "selected-text-color" : "#fb4934",
148
+ "underline" : true
149
+ },
150
+ "Others" : {
151
+ "text-color" : "#689d6a",
152
+ "selected-text-color" : "#8ec07c"
153
+ }
154
+ },
155
+ "editor-colors": {
156
+ "BackgroundColor" : "#282828",
157
+ "CodeFolding" : "#1d2021",
158
+ "BracketMatching" : "#a89984",
159
+ "CurrentLine" : "#32302f",
160
+ "IconBorder" : "#282828",
161
+ "IndentationLine" : "#504945",
162
+ "LineNumbers" : "#ebdbb2",
163
+ "CurrentLineNumber" : "#ebdbb2",
164
+ "MarkBookmark" : "#458588",
165
+ "MarkBreakpointActive" : "#cc241d",
166
+ "MarkBreakpointReached" : "#98971a",
167
+ "MarkBreakpointDisabled" : "#b16286",
168
+ "MarkExecution" : "#ebdbb2",
169
+ "MarkWarning" : "#d65d0e",
170
+ "MarkError" : "#cc241d",
171
+ "ModifiedLines" : "#fe8019",
172
+ "ReplaceHighlight" : "#b8bb26",
173
+ "SavedLines" : "#689d6a",
174
+ "SearchHighlight" : "#8ec07c",
175
+ "TextSelection" : "#504945",
176
+ "Separator" : "#504945",
177
+ "SpellChecking" : "#cc241d",
178
+ "TabMarker" : "#504945",
179
+ "TemplateBackground" : "#282828",
180
+ "TemplatePlaceholder" : "#98971a",
181
+ "TemplateFocusedPlaceholder" : "#b8bb26",
182
+ "TemplateReadOnlyPlaceholder" : "#fb4934",
183
+ "WordWrapMarker" : "#a89984"
184
+ }
185
+ }
@@ -0,0 +1,185 @@
1
+ {
2
+ "_comments": [
3
+ "Last update: Jul 28, 2021 (revision 3)",
4
+ "This file has been converted from: https://github.com/morhetz/gruvbox"
5
+ ],
6
+ "metadata" : {
7
+ "copyright": [
8
+ "SPDX-FileCopyrightText: 2017 Pavel Pertsev <morhetz@gmail.com>",
9
+ "SPDX-FileCopyrightText: 2020 Frederik Banning <laubblaeser@live.com>"
10
+ ],
11
+ "license": "SPDX-License-Identifier: MIT",
12
+ "name" : "gruvbox Light",
13
+ "revision" : 3
14
+ },
15
+ "text-styles": {
16
+ "Normal" : {
17
+ "text-color" : "#3c3836",
18
+ "selected-text-color" : "#3c3836",
19
+ "bold" : false,
20
+ "italic" : false,
21
+ "underline" : false,
22
+ "strike-through" : false
23
+ },
24
+ "Keyword" : {
25
+ "text-color" : "#3c3836",
26
+ "selected-text-color" : "#3c3836",
27
+ "bold" : true
28
+ },
29
+ "Function" : {
30
+ "text-color" : "#689d6a",
31
+ "selected-text-color" : "#427b58"
32
+ },
33
+ "Variable" : {
34
+ "text-color" : "#458588",
35
+ "selected-text-color" : "#076678"
36
+ },
37
+ "ControlFlow" : {
38
+ "text-color" : "#cc241d",
39
+ "selected-text-color" : "#9d0006",
40
+ "bold" : true
41
+ },
42
+ "Operator" : {
43
+ "text-color" : "#3c3836",
44
+ "selected-text-color" : "#3c3836"
45
+ },
46
+ "BuiltIn" : {
47
+ "text-color" : "#d65d0e",
48
+ "selected-text-color" : "#af3a03"
49
+ },
50
+ "Extension" : {
51
+ "text-color" : "#689d6a",
52
+ "selected-text-color" : "#427b58",
53
+ "bold" : true
54
+ },
55
+ "Preprocessor" : {
56
+ "text-color" : "#d65d0e",
57
+ "selected-text-color" : "#af3a03"
58
+ },
59
+ "Attribute" : {
60
+ "text-color" : "#d79921",
61
+ "selected-text-color" : "#b57614"
62
+ },
63
+ "Char" : {
64
+ "text-color" : "#b16286",
65
+ "selected-text-color" : "#8f3f71"
66
+ },
67
+ "SpecialChar" : {
68
+ "text-color" : "#b16286",
69
+ "selected-text-color" : "#8f3f71"
70
+ },
71
+ "String" : {
72
+ "text-color" : "#98971a",
73
+ "selected-text-color" : "#79740e"
74
+ },
75
+ "VerbatimString" : {
76
+ "text-color" : "#848216",
77
+ "selected-text-color" : "#79740e"
78
+ },
79
+ "SpecialString" : {
80
+ "text-color" : "#98971a",
81
+ "selected-text-color" : "#79740e"
82
+ },
83
+ "Import" : {
84
+ "text-color" : "#689d6a",
85
+ "selected-text-color" : "#427b58"
86
+ },
87
+ "DataType" : {
88
+ "text-color" : "#d79921",
89
+ "selected-text-color" : "#b57614"
90
+ },
91
+ "DecVal" : {
92
+ "text-color" : "#f67400",
93
+ "selected-text-color" : "#f67400"
94
+ },
95
+ "BaseN" : {
96
+ "text-color" : "#f67400",
97
+ "selected-text-color" : "#f67400"
98
+ },
99
+ "Float" : {
100
+ "text-color" : "#f67400",
101
+ "selected-text-color" : "#f67400"
102
+ },
103
+ "Constant" : {
104
+ "text-color" : "#b16286",
105
+ "selected-text-color" : "#8f3f71",
106
+ "bold" : true
107
+ },
108
+ "Comment" : {
109
+ "text-color" : "#928374",
110
+ "selected-text-color" : "#a89984"
111
+ },
112
+ "Documentation" : {
113
+ "text-color" : "#98971a",
114
+ "selected-text-color" : "#79740e"
115
+ },
116
+ "Annotation" : {
117
+ "text-color" : "#98971a",
118
+ "selected-text-color" : "#79740e"
119
+ },
120
+ "CommentVar" : {
121
+ "text-color" : "#928374",
122
+ "selected-text-color" : "#a89984"
123
+ },
124
+ "RegionMarker" : {
125
+ "text-color" : "#928374",
126
+ "selected-text-color" : "#a89984",
127
+ "background-color" : "#f9f5d7"
128
+ },
129
+ "Information" : {
130
+ "text-color" : "#282828",
131
+ "selected-text-color" : "#282828",
132
+ "background-color" : "#83a598"
133
+ },
134
+ "Warning" : {
135
+ "text-color" : "#282828",
136
+ "selected-text-color" : "#282828",
137
+ "background-color" : "#fabd2f"
138
+ },
139
+ "Alert" : {
140
+ "text-color" : "#282828",
141
+ "selected-text-color" : "#282828",
142
+ "background-color" : "#cc241d",
143
+ "bold" : true
144
+ },
145
+ "Error" : {
146
+ "text-color" : "#cc241d",
147
+ "selected-text-color" : "#9d0006",
148
+ "underline" : true
149
+ },
150
+ "Others" : {
151
+ "text-color" : "#689d6a",
152
+ "selected-text-color" : "#427b58"
153
+ }
154
+ },
155
+ "editor-colors": {
156
+ "BackgroundColor" : "#fbf1c7",
157
+ "CodeFolding" : "#f9f5d7",
158
+ "BracketMatching" : "#a89984",
159
+ "CurrentLine" : "#f2e5bc",
160
+ "IconBorder" : "#fbf1c7",
161
+ "IndentationLine" : "#d5c4a1",
162
+ "LineNumbers" : "#3c3836",
163
+ "CurrentLineNumber" : "#3c3836",
164
+ "MarkBookmark" : "#458588",
165
+ "MarkBreakpointActive" : "#cc241d",
166
+ "MarkBreakpointReached" : "#98971a",
167
+ "MarkBreakpointDisabled" : "#b16286",
168
+ "MarkExecution" : "#3c3836",
169
+ "MarkWarning" : "#d65d0e",
170
+ "MarkError" : "#cc241d",
171
+ "ModifiedLines" : "#af3a03",
172
+ "ReplaceHighlight" : "#79740e",
173
+ "SavedLines" : "#689d6a",
174
+ "SearchHighlight" : "#427b58",
175
+ "TextSelection" : "#d5c4a1",
176
+ "Separator" : "#d5c4a1",
177
+ "SpellChecking" : "#cc241d",
178
+ "TabMarker" : "#d5c4a1",
179
+ "TemplateBackground" : "#fbf1c7",
180
+ "TemplatePlaceholder" : "#98971a",
181
+ "TemplateFocusedPlaceholder" : "#79740e",
182
+ "TemplateReadOnlyPlaceholder" : "#9d0006",
183
+ "WordWrapMarker" : "#a89984"
184
+ }
185
+ }
@@ -0,0 +1,177 @@
1
+ {
2
+ "custom-styles": {
3
+ "Common Lisp": {
4
+ "Brackets": {
5
+ "selected-text-color": "#904200",
6
+ "text-color": "#005f88"
7
+ }
8
+ }
9
+ },
10
+ "editor-colors": {
11
+ "BackgroundColor": "#f7f3f3",
12
+ "BracketMatching": "#fceae2",
13
+ "CodeFolding": "#94caef",
14
+ "CurrentLine": "#daecf7",
15
+ "CurrentLineNumber": "#1e1e1e",
16
+ "IconBorder": "#f0f0f0",
17
+ "IndentationLine": "#d2d2d2",
18
+ "LineNumbers": "#a0a0a0",
19
+ "MarkBookmark": "#005275",
20
+ "MarkBreakpointActive": "#ff0000",
21
+ "MarkBreakpointDisabled": "#ff00ff",
22
+ "MarkBreakpointReached": "#ffff00",
23
+ "MarkError": "#ff0000",
24
+ "MarkExecution": "#a0a0a4",
25
+ "MarkWarning": "#00ff00",
26
+ "ModifiedLines": "#fdbc4b",
27
+ "ReplaceHighlight": "#25d970",
28
+ "SavedLines": "#2ecc71",
29
+ "SearchHighlight": "#e0af82",
30
+ "Separator": "#d5d5d5",
31
+ "SpellChecking": "#bf0303",
32
+ "TabMarker": "#d2d2d2",
33
+ "TemplateBackground": "#d6d2d0",
34
+ "TemplateFocusedPlaceholder": "#76da98",
35
+ "TemplatePlaceholder": "#baf8ce",
36
+ "TemplateReadOnlyPlaceholder": "#f6e6e6",
37
+ "TextSelection": "#bcbcbc",
38
+ "WordWrapMarker": "#ededed"
39
+ },
40
+ "metadata": {
41
+ "copyright": [
42
+ "SPDX-FileCopyrightText: 2021 shenlebantongying <shenlebantongying@gmail.com>"
43
+ ],
44
+ "license": "SPDX-License-Identifier: MIT",
45
+ "name": "Homunculus",
46
+ "revision": 1
47
+ },
48
+ "text-styles": {
49
+ "Alert": {
50
+ "background-color": "#f7e6e6",
51
+ "bold": true,
52
+ "selected-text-color": "#9c0e0e",
53
+ "text-color": "#bf0303"
54
+ },
55
+ "Annotation": {
56
+ "selected-text-color": "#000000",
57
+ "text-color": "#ca60ca"
58
+ },
59
+ "Attribute": {
60
+ "selected-text-color": "#000000",
61
+ "text-color": "#0057ae"
62
+ },
63
+ "BaseN": {
64
+ "selected-text-color": "#000000",
65
+ "text-color": "#b08000"
66
+ },
67
+ "BuiltIn": {
68
+ "selected-text-color": "#000000",
69
+ "text-color": "#644a9b"
70
+ },
71
+ "Char": {
72
+ "selected-text-color": "#000000",
73
+ "text-color": "#924c9d"
74
+ },
75
+ "Comment": {
76
+ "selected-text-color": "#000000",
77
+ "text-color": "#505050"
78
+ },
79
+ "CommentVar": {
80
+ "selected-text-color": "#ffffff",
81
+ "text-color": "#0095ff"
82
+ },
83
+ "Constant": {
84
+ "selected-text-color": "#000000",
85
+ "text-color": "#aa5500"
86
+ },
87
+ "ControlFlow": {
88
+ "selected-text-color": "#000000",
89
+ "text-color": "#005f88"
90
+ },
91
+ "DataType": {
92
+ "selected-text-color": "#000000",
93
+ "text-color": "#0057ae"
94
+ },
95
+ "DecVal": {
96
+ "selected-text-color": "#000000",
97
+ "text-color": "#b08000"
98
+ },
99
+ "Documentation": {
100
+ "selected-text-color": "#000000",
101
+ "text-color": "#2a486a"
102
+ },
103
+ "Error": {
104
+ "selected-text-color": "#9c0e0e",
105
+ "text-color": "#bf0303",
106
+ "underline": true
107
+ },
108
+ "Extension": {
109
+ "selected-text-color": "#000000",
110
+ "text-color": "#0095ff"
111
+ },
112
+ "Float": {
113
+ "selected-text-color": "#000000",
114
+ "text-color": "#b08000"
115
+ },
116
+ "Function": {
117
+ "selected-text-color": "#000000",
118
+ "text-color": "#721045"
119
+ },
120
+ "Import": {
121
+ "selected-text-color": "#000000",
122
+ "text-color": "#813e00"
123
+ },
124
+ "Information": {
125
+ "selected-text-color": "#000000",
126
+ "text-color": "#b08000"
127
+ },
128
+ "Keyword": {
129
+ "selected-text-color": "#000000",
130
+ "text-color": "#5317ac"
131
+ },
132
+ "Normal": {
133
+ "selected-text-color": "#000000",
134
+ "text-color": "#303030"
135
+ },
136
+ "Operator": {
137
+ "selected-text-color": "#000000",
138
+ "text-color": "#b455b4"
139
+ },
140
+ "Others": {
141
+ "selected-text-color": "#000000",
142
+ "text-color": "#006e28"
143
+ },
144
+ "Preprocessor": {
145
+ "selected-text-color": "#000000",
146
+ "text-color": "#006e28"
147
+ },
148
+ "RegionMarker": {
149
+ "selected-text-color": "#000000",
150
+ "text-color": "#0057ae"
151
+ },
152
+ "SpecialChar": {
153
+ "selected-text-color": "#000000",
154
+ "text-color": "#3daee9"
155
+ },
156
+ "SpecialString": {
157
+ "selected-text-color": "#000000",
158
+ "text-color": "#854001"
159
+ },
160
+ "String": {
161
+ "selected-text-color": "#000000",
162
+ "text-color": "#2544bb"
163
+ },
164
+ "Variable": {
165
+ "selected-text-color": "#000000",
166
+ "text-color": "#0057ae"
167
+ },
168
+ "VerbatimString": {
169
+ "selected-text-color": "#000000",
170
+ "text-color": "#2544bb"
171
+ },
172
+ "Warning": {
173
+ "selected-text-color": "#9c0e0e",
174
+ "text-color": "#bf0303"
175
+ }
176
+ }
177
+ }