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,179 @@
1
+ {
2
+ "_comments": [
3
+ "This theme has been adapted from the GtkSourceView Oblivion theme"
4
+ ],
5
+ "metadata": {
6
+ "copyright": [
7
+ "SPDX-FileCopyrightText: 2007 Paolo Borelli <pborelli@gnome.org>, GtkSourceView team",
8
+ "SPDX-FileCopyrightText: 2020 Alexander Schlarb <alexander@ninetailed.ninja>"
9
+ ],
10
+ "name": "Oblivion",
11
+ "revision": 2,
12
+ "license": "SPDX-License-Identifier: MIT"
13
+ },
14
+ "text-styles": {
15
+ "Alert": {
16
+ "background-color": "#451e1a",
17
+ "bold": true,
18
+ "selected-text-color": "#e85848",
19
+ "text-color": "#e85848"
20
+ },
21
+ "Annotation": {
22
+ "selected-text-color": "#ad7fa8",
23
+ "text-color": "#ad7fa8"
24
+ },
25
+ "Attribute": {
26
+ "selected-text-color": "#ad7fa8",
27
+ "text-color": "#ad7fa8"
28
+ },
29
+ "BaseN": {
30
+ "selected-text-color": "#fce94f",
31
+ "text-color": "#edd400"
32
+ },
33
+ "BuiltIn": {
34
+ "selected-text-color": "#729fcf",
35
+ "text-color": "#729fcf"
36
+ },
37
+ "Char": {
38
+ "selected-text-color": "#fcaf3e",
39
+ "text-color": "#ce5c00"
40
+ },
41
+ "Comment": {
42
+ "selected-text-color": "#8ae234",
43
+ "text-color": "#30a100"
44
+ },
45
+ "CommentVar": {
46
+ "selected-text-color": "#ad7fa8",
47
+ "text-color": "#ad7fa8"
48
+ },
49
+ "Constant": {
50
+ "bold": true,
51
+ "selected-text-color": "#ffffff",
52
+ "text-color": "#edd400"
53
+ },
54
+ "ControlFlow": {
55
+ "bold": true,
56
+ "selected-text-color": "#ffffff",
57
+ "text-color": "#ffffff"
58
+ },
59
+ "DataType": {
60
+ "selected-text-color": "#508ed8",
61
+ "text-color": "#508ed8"
62
+ },
63
+ "DecVal": {
64
+ "selected-text-color": "#fce94f",
65
+ "text-color": "#edd400"
66
+ },
67
+ "Documentation": {
68
+ "selected-text-color": "#8ae234",
69
+ "text-color": "#4e9a06"
70
+ },
71
+ "Error": {
72
+ "selected-text-color": "#e85848",
73
+ "text-color": "#e85848",
74
+ "underline": true
75
+ },
76
+ "Extension": {
77
+ "bold": true,
78
+ "selected-text-color": "#508ed8",
79
+ "text-color": "#508ed8"
80
+ },
81
+ "Float": {
82
+ "selected-text-color": "#fcaf3e",
83
+ "text-color": "#ce5c00"
84
+ },
85
+ "Function": {
86
+ "bold": true,
87
+ "selected-text-color": "#729fcf",
88
+ "text-color": "#729fcf"
89
+ },
90
+ "Import": {
91
+ "selected-text-color": "#ad7fa8",
92
+ "text-color": "#ad7fa8"
93
+ },
94
+ "Information": {
95
+ "selected-text-color": "#c0a25f",
96
+ "text-color": "#c0a25f"
97
+ },
98
+ "Keyword": {
99
+ "bold": true,
100
+ "selected-text-color": "#ffffff",
101
+ "text-color": "#ffffff"
102
+ },
103
+ "Normal": {
104
+ "selected-text-color": "#eeeeec",
105
+ "text-color": "#d3d7c1"
106
+ },
107
+ "Operator": {
108
+ "selected-text-color": "#eeeeec",
109
+ "text-color": "#eeeeec"
110
+ },
111
+ "Others": {
112
+ "selected-text-color": "#fce94f",
113
+ "text-color": "#edd400"
114
+ },
115
+ "Preprocessor": {
116
+ "selected-text-color": "#ad7fa8",
117
+ "text-color": "#ad7fa8"
118
+ },
119
+ "RegionMarker": {
120
+ "background-color": "#1c2c3f",
121
+ "selected-text-color": "#508ed8",
122
+ "text-color": "#508ed8"
123
+ },
124
+ "SpecialChar": {
125
+ "selected-text-color": "#fcaf3e",
126
+ "text-color": "#ce5c00"
127
+ },
128
+ "SpecialString": {
129
+ "selected-text-color": "#fce94f",
130
+ "text-color": "#fce94f"
131
+ },
132
+ "String": {
133
+ "selected-text-color": "#fce94f",
134
+ "text-color": "#edd400"
135
+ },
136
+ "Variable": {
137
+ "selected-text-color": "#ce5c00",
138
+ "text-color": "#ce5c00"
139
+ },
140
+ "VerbatimString": {
141
+ "selected-text-color": "#fce94f",
142
+ "text-color": "#c4a000"
143
+ },
144
+ "Warning": {
145
+ "selected-text-color": "#e85848",
146
+ "text-color": "#e85848"
147
+ }
148
+ },
149
+ "editor-colors": {
150
+ "BackgroundColor": "#201f1f",
151
+ "BracketMatching": "#8f5902",
152
+ "CodeFolding": "#19395f",
153
+ "CurrentLine": "#2e3436",
154
+ "CurrentLineNumber": "#ffffff",
155
+ "IconBorder": "#302f2f",
156
+ "IndentationLine": "#989595",
157
+ "LineNumbers": "#e0dedb",
158
+ "MarkBookmark": "#0000cc",
159
+ "MarkBreakpointActive": "#cc0000",
160
+ "MarkBreakpointDisabled": "#cc00cc",
161
+ "MarkBreakpointReached": "#00cc00",
162
+ "MarkError": "#cc0000",
163
+ "MarkExecution": "#888a85",
164
+ "MarkWarning": "#ad7fa8",
165
+ "ModifiedLines": "#cc0000",
166
+ "ReplaceHighlight": "#356703",
167
+ "SavedLines": "#4e9a06",
168
+ "SearchHighlight": "#4e9a06",
169
+ "Separator": "#787775",
170
+ "SpellChecking": "#e85848",
171
+ "TabMarker": "#555753",
172
+ "TemplateBackground": "#302f2f",
173
+ "TemplateFocusedPlaceholder": "#23321a",
174
+ "TemplatePlaceholder": "#23321a",
175
+ "TemplateReadOnlyPlaceholder": "#451e1a",
176
+ "TextSelection": "#184880",
177
+ "WordWrapMarker": "#3c3a3a"
178
+ }
179
+ }
@@ -0,0 +1,178 @@
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" : 5,
9
+ "name" : "Printing"
10
+ },
11
+ "text-styles": {
12
+ "Normal" : {
13
+ "text-color" : "#000000",
14
+ "selected-text-color" : "#ffffff",
15
+ "bold" : false,
16
+ "italic" : false,
17
+ "underline" : false,
18
+ "strike-through" : false
19
+ },
20
+ "Keyword" : {
21
+ "text-color" : "#000000",
22
+ "selected-text-color" : "#ffffff",
23
+ "bold" : true
24
+ },
25
+ "Function" : {
26
+ "text-color" : "#644a9b",
27
+ "selected-text-color" : "#452886"
28
+ },
29
+ "Variable" : {
30
+ "text-color" : "#0057ae",
31
+ "selected-text-color" : "#00316e"
32
+ },
33
+ "ControlFlow" : {
34
+ "text-color" : "#000000",
35
+ "selected-text-color" : "#ffffff",
36
+ "bold" : true
37
+ },
38
+ "Operator" : {
39
+ "text-color" : "#000000",
40
+ "selected-text-color" : "#ffffff"
41
+ },
42
+ "BuiltIn" : {
43
+ "text-color" : "#644a9b",
44
+ "selected-text-color" : "#452886"
45
+ },
46
+ "Extension" : {
47
+ "text-color" : "#0095ff",
48
+ "selected-text-color" : "#ffffff",
49
+ "bold" : true
50
+ },
51
+ "Preprocessor" : {
52
+ "text-color" : "#006e28",
53
+ "selected-text-color" : "#006e28"
54
+ },
55
+ "Attribute" : {
56
+ "text-color" : "#0057ae",
57
+ "selected-text-color" : "#00316e"
58
+ },
59
+ "Char" : {
60
+ "text-color" : "#924c9d",
61
+ "selected-text-color" : "#6c2477"
62
+ },
63
+ "SpecialChar" : {
64
+ "text-color" : "#ff5500",
65
+ "selected-text-color" : "#ff5500"
66
+ },
67
+ "String" : {
68
+ "text-color" : "#bf0303",
69
+ "selected-text-color" : "#9c0e0e"
70
+ },
71
+ "VerbatimString" : {
72
+ "text-color" : "#ea0404",
73
+ "selected-text-color" : "#9c0e0e"
74
+ },
75
+ "SpecialString" : {
76
+ "text-color" : "#ff5500",
77
+ "selected-text-color" : "#ff5500"
78
+ },
79
+ "Import" : {
80
+ "text-color" : "#644a9b",
81
+ "selected-text-color" : "#452886"
82
+ },
83
+ "DataType" : {
84
+ "text-color" : "#0057ae",
85
+ "selected-text-color" : "#00316e"
86
+ },
87
+ "DecVal" : {
88
+ "text-color" : "#b08000",
89
+ "selected-text-color" : "#805c00"
90
+ },
91
+ "BaseN" : {
92
+ "text-color" : "#b08000",
93
+ "selected-text-color" : "#805c00"
94
+ },
95
+ "Float" : {
96
+ "text-color" : "#b08000",
97
+ "selected-text-color" : "#805c00"
98
+ },
99
+ "Constant" : {
100
+ "text-color" : "#aa5500",
101
+ "selected-text-color" : "#5e2f00"
102
+ },
103
+ "Comment" : {
104
+ "text-color" : "#898887",
105
+ "selected-text-color" : "#5e5d5d"
106
+ },
107
+ "Documentation" : {
108
+ "text-color" : "#607880",
109
+ "selected-text-color" : "#46585e"
110
+ },
111
+ "Annotation" : {
112
+ "text-color" : "#ca60ca",
113
+ "selected-text-color" : "#a44ea4"
114
+ },
115
+ "CommentVar" : {
116
+ "text-color" : "#0095ff",
117
+ "selected-text-color" : "#ffffff"
118
+ },
119
+ "RegionMarker" : {
120
+ "text-color" : "#0057ae",
121
+ "selected-text-color" : "#00316e",
122
+ "background-color" : "#e0e9f8"
123
+ },
124
+ "Information" : {
125
+ "text-color" : "#b08000",
126
+ "selected-text-color" : "#805c00"
127
+ },
128
+ "Warning" : {
129
+ "text-color" : "#bf0303",
130
+ "selected-text-color" : "#9c0e0e"
131
+ },
132
+ "Alert" : {
133
+ "text-color" : "#bf0303",
134
+ "selected-text-color" : "#9c0e0e",
135
+ "background-color" : "#f7e6e6",
136
+ "bold" : true
137
+ },
138
+ "Error" : {
139
+ "text-color" : "#bf0303",
140
+ "selected-text-color" : "#9c0e0e",
141
+ "underline" : true
142
+ },
143
+ "Others" : {
144
+ "text-color" : "#006e28",
145
+ "selected-text-color" : "#006e28"
146
+ }
147
+ },
148
+ "editor-colors": {
149
+ "BackgroundColor" : "#ffffff",
150
+ "CodeFolding" : "#94caef",
151
+ "BracketMatching" : "#edf9ff",
152
+ "CurrentLine" : "#f8f7f6",
153
+ "IconBorder" : "#d6d2d0",
154
+ "IndentationLine" : "#d2d2d2",
155
+ "LineNumbers" : "#221f1e",
156
+ "CurrentLineNumber" : "#221f1e",
157
+ "MarkBookmark" : "#0000ff",
158
+ "MarkBreakpointActive" : "#ff0000",
159
+ "MarkBreakpointReached" : "#ffff00",
160
+ "MarkBreakpointDisabled" : "#ff00ff",
161
+ "MarkExecution" : "#a0a0a4",
162
+ "MarkWarning" : "#00ff00",
163
+ "MarkError" : "#ff0000",
164
+ "ModifiedLines" : "#f6e6e6",
165
+ "ReplaceHighlight" : "#00ff00",
166
+ "SavedLines" : "#baf8ce",
167
+ "SearchHighlight" : "#ffff00",
168
+ "TextSelection" : "#94caef",
169
+ "Separator" : "#221f1e",
170
+ "SpellChecking" : "#bf0303",
171
+ "TabMarker" : "#d2d2d2",
172
+ "TemplateBackground" : "#d6d2d0",
173
+ "TemplatePlaceholder" : "#baf8ce",
174
+ "TemplateFocusedPlaceholder" : "#76da98",
175
+ "TemplateReadOnlyPlaceholder" : "#f6e6e6",
176
+ "WordWrapMarker" : "#ededed"
177
+ }
178
+ }
@@ -0,0 +1,182 @@
1
+ {
2
+ "_comments": [
3
+ "Last update: Sep 23, 2020 (revision 2)",
4
+ "This file has been converted from: https://github.com/dhedgecock/radical-vscode"
5
+ ],
6
+ "metadata": {
7
+ "copyright": [
8
+ "SPDX-FileCopyrightText: 2018 Dan Hedgecock",
9
+ "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
10
+ ],
11
+ "license": "SPDX-License-Identifier: MIT",
12
+ "name": "Radical",
13
+ "revision": 2
14
+ },
15
+ "editor-colors": {
16
+ "BackgroundColor": "#141322",
17
+ "BracketMatching": "#4f2e93",
18
+ "CodeFolding": "#1e1836",
19
+ "CurrentLine": "#231630",
20
+ "CurrentLineNumber": "#d0fff4",
21
+ "IconBorder": "#141322",
22
+ "IndentationLine": "#353541",
23
+ "LineNumbers": "#415e6c",
24
+ "MarkBookmark": "#391ab5",
25
+ "MarkBreakpointActive": "#fa61b8",
26
+ "MarkBreakpointDisabled": "#83fee8",
27
+ "MarkBreakpointReached": "#fffc7e",
28
+ "MarkError": "#fc0065",
29
+ "MarkExecution": "#c8ff00",
30
+ "MarkWarning": "#ffd000",
31
+ "ModifiedLines": "#a3ff57",
32
+ "ReplaceHighlight": "#ffb000",
33
+ "SavedLines": "#ffb000",
34
+ "SearchHighlight": "#642581",
35
+ "Separator": "#252531",
36
+ "SpellChecking": "#ff1767",
37
+ "TabMarker": "#2e2e3a",
38
+ "TemplateBackground": "#1c1a30",
39
+ "TemplateFocusedPlaceholder": "#ff428e",
40
+ "TemplatePlaceholder": "#242560",
41
+ "TemplateReadOnlyPlaceholder": "#1a1b46",
42
+ "TextSelection": "#4f2e93",
43
+ "WordWrapMarker": "#100f1a"
44
+ },
45
+ "text-styles": {
46
+ "Alert": {
47
+ "background-color": "#2f183b",
48
+ "bold": true,
49
+ "selected-text-color": "#ff427b",
50
+ "text-color": "#ff427b"
51
+ },
52
+ "Annotation": {
53
+ "selected-text-color": "#fda8bc",
54
+ "text-color": "#fda8bc"
55
+ },
56
+ "Attribute": {
57
+ "selected-text-color": "#5af5f0",
58
+ "text-color": "#5af5f0"
59
+ },
60
+ "BaseN": {
61
+ "selected-text-color": "#f834bb",
62
+ "text-color": "#f834bb"
63
+ },
64
+ "BuiltIn": {
65
+ "selected-text-color": "#999ee1",
66
+ "text-color": "#999ee1"
67
+ },
68
+ "Char": {
69
+ "selected-text-color": "#dff959",
70
+ "text-color": "#dff959"
71
+ },
72
+ "Comment": {
73
+ "italic": true,
74
+ "selected-text-color": "#45898c",
75
+ "text-color": "#45898c"
76
+ },
77
+ "CommentVar": {
78
+ "selected-text-color": "#a8c0c2",
79
+ "text-color": "#a8c0c2"
80
+ },
81
+ "Constant": {
82
+ "bold": true,
83
+ "selected-text-color": "#fa61b8",
84
+ "text-color": "#fa61b8"
85
+ },
86
+ "ControlFlow": {
87
+ "bold": true,
88
+ "selected-text-color": "#d5358f",
89
+ "text-color": "#d5358f"
90
+ },
91
+ "DataType": {
92
+ "selected-text-color": "#ff85a1",
93
+ "text-color": "#ff85a1"
94
+ },
95
+ "DecVal": {
96
+ "selected-text-color": "#fa61b8",
97
+ "text-color": "#fa61b8"
98
+ },
99
+ "Documentation": {
100
+ "selected-text-color": "#75b7bb",
101
+ "text-color": "#75b7bb"
102
+ },
103
+ "Error": {
104
+ "bold": true,
105
+ "italic": true,
106
+ "selected-text-color": "#ff427b",
107
+ "text-color": "#ff427b",
108
+ "underline": true
109
+ },
110
+ "Extension": {
111
+ "bold": true,
112
+ "selected-text-color": "#a8ffdb",
113
+ "text-color": "#a8ffdb"
114
+ },
115
+ "Float": {
116
+ "selected-text-color": "#f834bb",
117
+ "text-color": "#f834bb"
118
+ },
119
+ "Function": {
120
+ "selected-text-color": "#a9fef7",
121
+ "text-color": "#a9fef7"
122
+ },
123
+ "Import": {
124
+ "selected-text-color": "#a9fef7",
125
+ "text-color": "#a9fef7"
126
+ },
127
+ "Information": {
128
+ "selected-text-color": "#ffd000",
129
+ "text-color": "#ffd000"
130
+ },
131
+ "Keyword": {
132
+ "bold": true,
133
+ "selected-text-color": "#d5358f",
134
+ "text-color": "#d5358f"
135
+ },
136
+ "Normal": {
137
+ "selected-text-color": "#7c9c9e",
138
+ "text-color": "#7c9c9e"
139
+ },
140
+ "Operator": {
141
+ "selected-text-color": "#d5358f",
142
+ "text-color": "#d5358f"
143
+ },
144
+ "Others": {
145
+ "selected-text-color": "#5effbd",
146
+ "text-color": "#5effbd"
147
+ },
148
+ "Preprocessor": {
149
+ "selected-text-color": "#d5358f",
150
+ "text-color": "#d5358f"
151
+ },
152
+ "RegionMarker": {
153
+ "background-color": "#242560",
154
+ "selected-text-color": "#baf7fc",
155
+ "text-color": "#baf7fc"
156
+ },
157
+ "SpecialChar": {
158
+ "selected-text-color": "#c3f920",
159
+ "text-color": "#c3f920"
160
+ },
161
+ "SpecialString": {
162
+ "selected-text-color": "#ff96aa",
163
+ "text-color": "#ff96aa"
164
+ },
165
+ "String": {
166
+ "selected-text-color": "#a9fef7",
167
+ "text-color": "#a9fef7"
168
+ },
169
+ "Variable": {
170
+ "selected-text-color": "#c7e3ee",
171
+ "text-color": "#c7e3ee"
172
+ },
173
+ "VerbatimString": {
174
+ "selected-text-color": "#a8ffdb",
175
+ "text-color": "#a8ffdb"
176
+ },
177
+ "Warning": {
178
+ "selected-text-color": "#ff427b",
179
+ "text-color": "#ff427b"
180
+ }
181
+ }
182
+ }