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,180 @@
1
+ {
2
+ "_comments": [
3
+ "Last update: Jul 28, 2021 (revision 3)",
4
+ "This file has been converted from: https://github.com/dempfi/ayu",
5
+ "Also see: https://github.com/ayu-theme"
6
+ ],
7
+ "metadata": {
8
+ "copyright": [
9
+ "SPDX-FileCopyrightText: 2016 Ike Ku",
10
+ "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
11
+ ],
12
+ "license": "SPDX-License-Identifier: MIT",
13
+ "name": "ayu Light",
14
+ "revision": 3
15
+ },
16
+ "editor-colors": {
17
+ "BackgroundColor": "#fafafa",
18
+ "BracketMatching": "#d9dbdd",
19
+ "CodeFolding": "#ffe6dc",
20
+ "CurrentLine": "#eff0f2",
21
+ "CurrentLineNumber": "#767676",
22
+ "IconBorder": "#f3f3f3",
23
+ "IndentationLine": "#dcdee1",
24
+ "LineNumbers": "#9f9f9f",
25
+ "MarkBookmark": "#399ee6",
26
+ "MarkBreakpointActive": "#f07171",
27
+ "MarkBreakpointDisabled": "#a37acc",
28
+ "MarkBreakpointReached": "#e6ba7e",
29
+ "MarkError": "#f51818",
30
+ "MarkExecution": "#4cbf99",
31
+ "MarkWarning": "#86b300",
32
+ "ModifiedLines": "#709ecc",
33
+ "ReplaceHighlight": "#b0d4e4",
34
+ "SavedLines": "#99bf4d",
35
+ "SearchHighlight": "#fdd1bc",
36
+ "Separator": "#e0dfdf",
37
+ "SpellChecking": "#f27983",
38
+ "TabMarker": "#dcdee1",
39
+ "TemplateBackground": "#f7f7f7",
40
+ "TemplateFocusedPlaceholder": "#bec1c6",
41
+ "TemplatePlaceholder": "#dddfe1",
42
+ "TemplateReadOnlyPlaceholder": "#ffffff",
43
+ "TextSelection": "#d1e4f4",
44
+ "WordWrapMarker": "#e9eaeb"
45
+ },
46
+ "text-styles": {
47
+ "Alert": {
48
+ "background-color": "#faefef",
49
+ "bold": true,
50
+ "selected-text-color": "#f51818",
51
+ "text-color": "#f51818"
52
+ },
53
+ "Annotation": {
54
+ "selected-text-color": "#e6ba7e",
55
+ "text-color": "#e6ba7e"
56
+ },
57
+ "Attribute": {
58
+ "selected-text-color": "#399ee6",
59
+ "text-color": "#399ee6"
60
+ },
61
+ "BaseN": {
62
+ "selected-text-color": "#ff9940",
63
+ "text-color": "#ff9940"
64
+ },
65
+ "BuiltIn": {
66
+ "selected-text-color": "#4cbf99",
67
+ "text-color": "#4cbf99"
68
+ },
69
+ "Char": {
70
+ "selected-text-color": "#4cbf99",
71
+ "text-color": "#4cbf99"
72
+ },
73
+ "Comment": {
74
+ "italic": true,
75
+ "selected-text-color": "#607880",
76
+ "text-color": "#607880"
77
+ },
78
+ "CommentVar": {
79
+ "selected-text-color": "#a37acc",
80
+ "text-color": "#a37acc"
81
+ },
82
+ "Constant": {
83
+ "selected-text-color": "#a37acc",
84
+ "text-color": "#a37acc"
85
+ },
86
+ "ControlFlow": {
87
+ "bold": true,
88
+ "selected-text-color": "#fa8d3e",
89
+ "text-color": "#fa8d3e"
90
+ },
91
+ "DataType": {
92
+ "selected-text-color": "#fa8d3e",
93
+ "text-color": "#fa8d3e"
94
+ },
95
+ "DecVal": {
96
+ "selected-text-color": "#ff9940",
97
+ "text-color": "#ff9940"
98
+ },
99
+ "Documentation": {
100
+ "selected-text-color": "#607880",
101
+ "text-color": "#607880"
102
+ },
103
+ "Error": {
104
+ "selected-text-color": "#f51818",
105
+ "text-color": "#f51818",
106
+ "underline": true
107
+ },
108
+ "Extension": {
109
+ "bold": true,
110
+ "selected-text-color": "#399ee6",
111
+ "text-color": "#399ee6"
112
+ },
113
+ "Float": {
114
+ "selected-text-color": "#ff9940",
115
+ "text-color": "#ff9940"
116
+ },
117
+ "Function": {
118
+ "selected-text-color": "#f2ae49",
119
+ "text-color": "#f2ae49"
120
+ },
121
+ "Import": {
122
+ "selected-text-color": "#86b300",
123
+ "text-color": "#86b300"
124
+ },
125
+ "Information": {
126
+ "selected-text-color": "#ff9940",
127
+ "text-color": "#ff9940"
128
+ },
129
+ "Keyword": {
130
+ "bold": true,
131
+ "selected-text-color": "#fa8d3e",
132
+ "text-color": "#fa8d3e"
133
+ },
134
+ "Normal": {
135
+ "selected-text-color": "#575f66",
136
+ "text-color": "#575f66"
137
+ },
138
+ "Operator": {
139
+ "selected-text-color": "#ed9366",
140
+ "text-color": "#ed9366"
141
+ },
142
+ "Others": {
143
+ "selected-text-color": "#55b4d4",
144
+ "text-color": "#55b4d4"
145
+ },
146
+ "Preprocessor": {
147
+ "selected-text-color": "#f07171",
148
+ "text-color": "#f07171"
149
+ },
150
+ "RegionMarker": {
151
+ "background-color": "#ddecf3",
152
+ "selected-text-color": "#399ee6",
153
+ "text-color": "#399ee6"
154
+ },
155
+ "SpecialChar": {
156
+ "selected-text-color": "#4cbf99",
157
+ "text-color": "#4cbf99"
158
+ },
159
+ "SpecialString": {
160
+ "selected-text-color": "#4cbf99",
161
+ "text-color": "#4cbf99"
162
+ },
163
+ "String": {
164
+ "selected-text-color": "#86b300",
165
+ "text-color": "#86b300"
166
+ },
167
+ "Variable": {
168
+ "selected-text-color": "#55b4d4",
169
+ "text-color": "#55b4d4"
170
+ },
171
+ "VerbatimString": {
172
+ "selected-text-color": "#729800",
173
+ "text-color": "#729800"
174
+ },
175
+ "Warning": {
176
+ "selected-text-color": "#f07171",
177
+ "text-color": "#f07171"
178
+ }
179
+ }
180
+ }
@@ -0,0 +1,205 @@
1
+ {
2
+ "_comments": [
3
+ "Last update: Jul 28, 2021 (revision 4)",
4
+ "This file has been converted from: https://github.com/dempfi/ayu",
5
+ "Also see: https://github.com/ayu-theme"
6
+ ],
7
+ "metadata": {
8
+ "copyright": [
9
+ "SPDX-FileCopyrightText: 2016 Ike Ku",
10
+ "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
11
+ ],
12
+ "license": "SPDX-License-Identifier: MIT",
13
+ "name": "ayu Mirage",
14
+ "revision": 4
15
+ },
16
+ "editor-colors": {
17
+ "BackgroundColor": "#1f2430",
18
+ "BracketMatching": "#383e4c",
19
+ "CodeFolding": "#252c3e",
20
+ "CurrentLine": "#191e2a",
21
+ "CurrentLineNumber": "#606979",
22
+ "IconBorder": "#222733",
23
+ "IndentationLine": "#383f4c",
24
+ "LineNumbers": "#444b59",
25
+ "MarkBookmark": "#73d0ff",
26
+ "MarkBreakpointActive": "#f28779",
27
+ "MarkBreakpointDisabled": "#d4bfff",
28
+ "MarkBreakpointReached": "#ffe6b3",
29
+ "MarkError": "#ff3333",
30
+ "MarkExecution": "#95e6cb",
31
+ "MarkWarning": "#bae67e",
32
+ "ModifiedLines": "#77a8d9",
33
+ "ReplaceHighlight": "#7f553b",
34
+ "SavedLines": "#a6cc70",
35
+ "SearchHighlight": "#606979",
36
+ "Separator": "#2c313d",
37
+ "SpellChecking": "#f27983",
38
+ "TabMarker": "#303642",
39
+ "TemplateBackground": "#1d222e",
40
+ "TemplateFocusedPlaceholder": "#596171",
41
+ "TemplatePlaceholder": "#434957",
42
+ "TemplateReadOnlyPlaceholder": "#232834",
43
+ "TextSelection": "#33415e",
44
+ "WordWrapMarker": "#303642"
45
+ },
46
+ "text-styles": {
47
+ "Alert": {
48
+ "background-color": "#332430",
49
+ "bold": true,
50
+ "selected-text-color": "#ff3333",
51
+ "text-color": "#ff3333"
52
+ },
53
+ "Annotation": {
54
+ "selected-text-color": "#ffe6b3",
55
+ "text-color": "#ffe6b3"
56
+ },
57
+ "Attribute": {
58
+ "selected-text-color": "#73d0ff",
59
+ "text-color": "#73d0ff"
60
+ },
61
+ "BaseN": {
62
+ "selected-text-color": "#ffcc66",
63
+ "text-color": "#ffcc66"
64
+ },
65
+ "BuiltIn": {
66
+ "selected-text-color": "#95e6cb",
67
+ "text-color": "#95e6cb"
68
+ },
69
+ "Char": {
70
+ "selected-text-color": "#95e6cb",
71
+ "text-color": "#95e6cb"
72
+ },
73
+ "Comment": {
74
+ "italic": true,
75
+ "selected-text-color": "#5c6773",
76
+ "text-color": "#5c6773"
77
+ },
78
+ "CommentVar": {
79
+ "selected-text-color": "#d4bfff",
80
+ "text-color": "#d4bfff"
81
+ },
82
+ "Constant": {
83
+ "selected-text-color": "#d4bfff",
84
+ "text-color": "#d4bfff"
85
+ },
86
+ "ControlFlow": {
87
+ "bold": true,
88
+ "selected-text-color": "#ffa759",
89
+ "text-color": "#ffa759"
90
+ },
91
+ "DataType": {
92
+ "selected-text-color": "#ffa759",
93
+ "text-color": "#ffa759"
94
+ },
95
+ "DecVal": {
96
+ "selected-text-color": "#ffcc66",
97
+ "text-color": "#ffcc66"
98
+ },
99
+ "Documentation": {
100
+ "selected-text-color": "#5c6773",
101
+ "text-color": "#5c6773"
102
+ },
103
+ "Error": {
104
+ "selected-text-color": "#ff3333",
105
+ "text-color": "#ff3333",
106
+ "underline": true
107
+ },
108
+ "Extension": {
109
+ "bold": true,
110
+ "selected-text-color": "#73d0ff",
111
+ "text-color": "#73d0ff"
112
+ },
113
+ "Float": {
114
+ "selected-text-color": "#ffcc66",
115
+ "text-color": "#ffcc66"
116
+ },
117
+ "Function": {
118
+ "selected-text-color": "#ffd580",
119
+ "text-color": "#ffd580"
120
+ },
121
+ "Import": {
122
+ "selected-text-color": "#bae67e",
123
+ "text-color": "#bae67e"
124
+ },
125
+ "Information": {
126
+ "selected-text-color": "#ffcc66",
127
+ "text-color": "#ffcc66"
128
+ },
129
+ "Keyword": {
130
+ "bold": true,
131
+ "selected-text-color": "#ffa759",
132
+ "text-color": "#ffa759"
133
+ },
134
+ "Normal": {
135
+ "selected-text-color": "#cbccc6",
136
+ "text-color": "#cbccc6"
137
+ },
138
+ "Operator": {
139
+ "selected-text-color": "#f29e74",
140
+ "text-color": "#f29e74"
141
+ },
142
+ "Others": {
143
+ "selected-text-color": "#5ccfe6",
144
+ "text-color": "#5ccfe6"
145
+ },
146
+ "Preprocessor": {
147
+ "selected-text-color": "#f28779",
148
+ "text-color": "#f28779"
149
+ },
150
+ "RegionMarker": {
151
+ "background-color": "#2a4254",
152
+ "selected-text-color": "#73d0ff",
153
+ "text-color": "#73d0ff"
154
+ },
155
+ "SpecialChar": {
156
+ "selected-text-color": "#95e6cb",
157
+ "text-color": "#95e6cb"
158
+ },
159
+ "SpecialString": {
160
+ "selected-text-color": "#95e6cb",
161
+ "text-color": "#95e6cb"
162
+ },
163
+ "String": {
164
+ "selected-text-color": "#bae67e",
165
+ "text-color": "#bae67e"
166
+ },
167
+ "Variable": {
168
+ "selected-text-color": "#5ccfe6",
169
+ "text-color": "#5ccfe6"
170
+ },
171
+ "VerbatimString": {
172
+ "selected-text-color": "#82e26a",
173
+ "text-color": "#82e26a"
174
+ },
175
+ "Warning": {
176
+ "selected-text-color": "#f28779",
177
+ "text-color": "#f28779"
178
+ }
179
+ },
180
+ "custom-styles": {
181
+ "XML": {
182
+ "Attribute": {
183
+ "selected-text-color": "#ffd580",
184
+ "text-color": "#ffd580"
185
+ },
186
+ "Element": {
187
+ "selected-text-color": "#5ccfe6",
188
+ "text-color": "#5ccfe6",
189
+ "bold": false
190
+ },
191
+ "Element Symbols": {
192
+ "selected-text-color": "#4788a2",
193
+ "text-color": "#3d7a8b"
194
+ },
195
+ "EntityRef": {
196
+ "selected-text-color": "#95e6cb",
197
+ "text-color": "#95e6cb"
198
+ },
199
+ "PEntityRef": {
200
+ "selected-text-color": "#95e6cb",
201
+ "text-color": "#95e6cb"
202
+ }
203
+ }
204
+ }
205
+ }
@@ -0,0 +1,179 @@
1
+ {
2
+ "metadata" : {
3
+ "copyright": [
4
+ "SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org>",
5
+ "SPDX-FileCopyrightText: 2016 Dominik Haumann <dhaumann@kde.org>"
6
+ ],
7
+ "license": "SPDX-License-Identifier: MIT",
8
+ "revision" : 7,
9
+ "name" : "Breeze Dark"
10
+ },
11
+ "text-styles": {
12
+ "Normal" : {
13
+ "text-color" : "#cfcfc2",
14
+ "selected-text-color" : "#cfcfc2",
15
+ "bold" : false,
16
+ "italic" : false,
17
+ "underline" : false,
18
+ "strike-through" : false
19
+ },
20
+ "Keyword" : {
21
+ "text-color" : "#cfcfc2",
22
+ "selected-text-color" : "#cfcfc2",
23
+ "bold" : true
24
+ },
25
+ "Function" : {
26
+ "text-color" : "#8e44ad",
27
+ "selected-text-color" : "#af81ff"
28
+ },
29
+ "Variable" : {
30
+ "text-color" : "#27aeae",
31
+ "selected-text-color" : "#27aeae"
32
+ },
33
+ "ControlFlow" : {
34
+ "text-color" : "#fdbc4b",
35
+ "selected-text-color" : "#fdbc4b",
36
+ "bold" : true
37
+ },
38
+ "Operator" : {
39
+ "text-color" : "#3f8058",
40
+ "selected-text-color" : "#54aa75"
41
+ },
42
+ "BuiltIn" : {
43
+ "text-color" : "#7f8c8d",
44
+ "selected-text-color" : "#bdc3c7"
45
+ },
46
+ "Extension" : {
47
+ "text-color" : "#0099ff",
48
+ "selected-text-color" : "#bdc3c7",
49
+ "bold" : true
50
+ },
51
+ "Preprocessor" : {
52
+ "text-color" : "#27ae60",
53
+ "selected-text-color" : "#27ae60"
54
+ },
55
+ "Attribute" : {
56
+ "text-color" : "#2980b9",
57
+ "selected-text-color" : "#fdbc4b"
58
+ },
59
+ "Char" : {
60
+ "text-color" : "#3daee9",
61
+ "selected-text-color" : "#3daee9"
62
+ },
63
+ "SpecialChar" : {
64
+ "text-color" : "#3daee9",
65
+ "selected-text-color" : "#3daee9"
66
+ },
67
+ "String" : {
68
+ "text-color" : "#f44f4f",
69
+ "selected-text-color" : "#f44f4f"
70
+ },
71
+ "VerbatimString" : {
72
+ "text-color" : "#da4453",
73
+ "selected-text-color" : "#da4453"
74
+ },
75
+ "SpecialString" : {
76
+ "text-color" : "#da4453",
77
+ "selected-text-color" : "#da4453"
78
+ },
79
+ "Import" : {
80
+ "text-color" : "#27ae60",
81
+ "selected-text-color" : "#27ae60"
82
+ },
83
+ "DataType" : {
84
+ "text-color" : "#2980b9",
85
+ "selected-text-color" : "#fdbc4b"
86
+ },
87
+ "DecVal" : {
88
+ "text-color" : "#f67400",
89
+ "selected-text-color" : "#f67400"
90
+ },
91
+ "BaseN" : {
92
+ "text-color" : "#f67400",
93
+ "selected-text-color" : "#f67400"
94
+ },
95
+ "Float" : {
96
+ "text-color" : "#f67400",
97
+ "selected-text-color" : "#f67400"
98
+ },
99
+ "Constant" : {
100
+ "text-color" : "#27aeae",
101
+ "selected-text-color" : "#27aeae",
102
+ "bold" : true
103
+ },
104
+ "Comment" : {
105
+ "text-color" : "#7a7c7d",
106
+ "selected-text-color" : "#808080"
107
+ },
108
+ "Documentation" : {
109
+ "text-color" : "#a43340",
110
+ "selected-text-color" : "#da4453"
111
+ },
112
+ "Annotation" : {
113
+ "text-color" : "#3f8058",
114
+ "selected-text-color" : "#54aa75"
115
+ },
116
+ "CommentVar" : {
117
+ "text-color" : "#7f8c8d",
118
+ "selected-text-color" : "#94a3a4"
119
+ },
120
+ "RegionMarker" : {
121
+ "text-color" : "#2980b9",
122
+ "selected-text-color" : "#3daee9",
123
+ "background-color" : "#153042"
124
+ },
125
+ "Information" : {
126
+ "text-color" : "#c45b00",
127
+ "selected-text-color" : "#e46700"
128
+ },
129
+ "Warning" : {
130
+ "text-color" : "#da4453",
131
+ "selected-text-color" : "#da4453"
132
+ },
133
+ "Alert" : {
134
+ "text-color" : "#95da4c",
135
+ "selected-text-color" : "#95da4c",
136
+ "background-color" : "#4d1f24",
137
+ "bold" : true
138
+ },
139
+ "Error" : {
140
+ "text-color" : "#da4453",
141
+ "selected-text-color" : "#da4453",
142
+ "underline" : true
143
+ },
144
+ "Others" : {
145
+ "text-color" : "#27ae60",
146
+ "selected-text-color" : "#27ae60"
147
+ }
148
+ },
149
+ "editor-colors": {
150
+ "BackgroundColor" : "#232629",
151
+ "CodeFolding" : "#224e65",
152
+ "BracketMatching" : "#8e44ad",
153
+ "CurrentLine" : "#2A2E32",
154
+ "IconBorder" : "#31363b",
155
+ "IndentationLine" : "#3a3f44",
156
+ "LineNumbers" : "#7a7c7d",
157
+ "CurrentLineNumber" : "#a5a6a8",
158
+ "MarkBookmark" : "#0404bf",
159
+ "MarkBreakpointActive" : "#8b0607",
160
+ "MarkBreakpointReached" : "#6d6e07",
161
+ "MarkBreakpointDisabled" : "#820683",
162
+ "MarkExecution" : "#4d4e50",
163
+ "MarkWarning" : "#f67400",
164
+ "MarkError" : "#da4453",
165
+ "ModifiedLines" : "#c04900",
166
+ "ReplaceHighlight" : "#808021",
167
+ "SavedLines" : "#1c8042",
168
+ "SearchHighlight" : "#218058",
169
+ "TextSelection" : "#2d5c76",
170
+ "Separator" : "#3f4347",
171
+ "SpellChecking" : "#c0392b",
172
+ "TabMarker" : "#4d4d4d",
173
+ "TemplateBackground" : "#31363b",
174
+ "TemplatePlaceholder" : "#123723",
175
+ "TemplateFocusedPlaceholder" : "#123723",
176
+ "TemplateReadOnlyPlaceholder" : "#4d1f24",
177
+ "WordWrapMarker" : "#3a3f44"
178
+ }
179
+ }