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,192 @@
1
+ {
2
+ "_comments": [
3
+ "This theme has been adapted from: https://ethanschoonover.com/solarized/"
4
+ ],
5
+ "metadata" : {
6
+ "copyright": [
7
+ "SPDX-FileCopyrightText: 2011 Ethan Schoonover",
8
+ "SPDX-FileCopyrightText: 2012 Dominik Haumann <dhaumann@kde.org>",
9
+ "SPDX-FileCopyrightText: 2018 Andrew Crouthamel <andrew.crouthamel@kdemail.net>"
10
+ ],
11
+ "license": "SPDX-License-Identifier: MIT",
12
+ "revision" : 6,
13
+ "name" : "Solarized Dark"
14
+ },
15
+ "text-styles": {
16
+ "Normal" : {
17
+ "text-color" : "#839496",
18
+ "selected-text-color" : "#586e75",
19
+ "bold" : false,
20
+ "italic" : false,
21
+ "underline" : false,
22
+ "strike-through" : false
23
+ },
24
+ "Keyword" : {
25
+ "text-color" : "#859900",
26
+ "selected-text-color" : "#859900"
27
+ },
28
+ "Function" : {
29
+ "text-color" : "#268bd2",
30
+ "selected-text-color" : "#268bd2"
31
+ },
32
+ "Variable" : {
33
+ "text-color" : "#268bd2",
34
+ "selected-text-color" : "#268bd2"
35
+ },
36
+ "ControlFlow" : {
37
+ "text-color" : "#859900",
38
+ "selected-text-color" : "#859900"
39
+ },
40
+ "Operator" : {
41
+ "text-color" : "#859900",
42
+ "selected-text-color" : "#859900"
43
+ },
44
+ "BuiltIn" : {
45
+ "text-color" : "#cb4b16",
46
+ "selected-text-color" : "#cb4b16"
47
+ },
48
+ "Extension" : {
49
+ "text-color" : "#268bd2",
50
+ "selected-text-color" : "#268bd2"
51
+ },
52
+ "Preprocessor" : {
53
+ "text-color" : "#cb4b16",
54
+ "selected-text-color" : "#cb4b16"
55
+ },
56
+ "Attribute" : {
57
+ "text-color" : "#268bd2",
58
+ "selected-text-color" : "#268bd2"
59
+ },
60
+ "Char" : {
61
+ "text-color" : "#2aa198",
62
+ "selected-text-color" : "#2aa198"
63
+ },
64
+ "SpecialChar" : {
65
+ "text-color" : "#dc322f",
66
+ "selected-text-color" : "#dc322f"
67
+ },
68
+ "String" : {
69
+ "text-color" : "#2aa198",
70
+ "selected-text-color" : "#2aa198"
71
+ },
72
+ "VerbatimString" : {
73
+ "text-color" : "#23877e",
74
+ "selected-text-color" : "#23877e"
75
+ },
76
+ "SpecialString" : {
77
+ "text-color" : "#dc322f",
78
+ "selected-text-color" : "#dc322f"
79
+ },
80
+ "Import" : {
81
+ "text-color" : "#2aa198",
82
+ "selected-text-color" : "#2aa198"
83
+ },
84
+ "DataType" : {
85
+ "text-color" : "#b58900",
86
+ "selected-text-color" : "#b58900"
87
+ },
88
+ "DecVal" : {
89
+ "text-color" : "#2aa198",
90
+ "selected-text-color" : "#2aa198"
91
+ },
92
+ "BaseN" : {
93
+ "text-color" : "#2aa198",
94
+ "selected-text-color" : "#2aa198"
95
+ },
96
+ "Float" : {
97
+ "text-color" : "#2aa198",
98
+ "selected-text-color" : "#2aa198"
99
+ },
100
+ "Constant" : {
101
+ "text-color" : "#2aa198",
102
+ "selected-text-color" : "#2aa198",
103
+ "bold" : true
104
+ },
105
+ "Comment" : {
106
+ "text-color" : "#586e75",
107
+ "selected-text-color" : "#93a1a1",
108
+ "italic" : true
109
+ },
110
+ "Documentation" : {
111
+ "text-color" : "#dc322f",
112
+ "selected-text-color" : "#dc322f"
113
+ },
114
+ "Annotation" : {
115
+ "text-color" : "#268bd2",
116
+ "selected-text-color" : "#268bd2"
117
+ },
118
+ "CommentVar" : {
119
+ "text-color" : "#2aa198",
120
+ "selected-text-color" : "#2aa198"
121
+ },
122
+ "RegionMarker" : {
123
+ "text-color" : "#268bd2",
124
+ "selected-text-color" : "#268bd2",
125
+ "background-color" : "#073642"
126
+ },
127
+ "Information" : {
128
+ "text-color" : "#b58900",
129
+ "selected-text-color" : "#b58900"
130
+ },
131
+ "Warning" : {
132
+ "text-color" : "#cb4b16",
133
+ "selected-text-color" : "#cb4b16"
134
+ },
135
+ "Alert" : {
136
+ "text-color" : "#d33682",
137
+ "selected-text-color" : "#d33682",
138
+ "bold" : true
139
+ },
140
+ "Error" : {
141
+ "text-color" : "#dc322f",
142
+ "selected-text-color" : "#dc322f",
143
+ "underline" : true
144
+ },
145
+ "Others" : {
146
+ "text-color" : "#859900",
147
+ "selected-text-color" : "#859900"
148
+ }
149
+ },
150
+ "editor-colors": {
151
+ "BackgroundColor" : "#002b36",
152
+ "CodeFolding": "#083d4a",
153
+ "BracketMatching" : "#083d4a",
154
+ "CurrentLine" : "#073642",
155
+ "IconBorder" : "#073642",
156
+ "IndentationLine" : "#083d4a",
157
+ "LineNumbers" : "#586e75",
158
+ "CurrentLineNumber": "#93a1a1",
159
+ "MarkBookmark" : "#268bd2",
160
+ "MarkBreakpointActive" : "#dc322f",
161
+ "MarkBreakpointReached" : "#b58900",
162
+ "MarkBreakpointDisabled" : "#d33682",
163
+ "MarkExecution" : "#586e75",
164
+ "MarkWarning" : "#cb4b16",
165
+ "MarkError" : "#dc322f",
166
+ "ModifiedLines" : "#cb4b16",
167
+ "ReplaceHighlight": "#3c4300",
168
+ "SavedLines" : "#2aa198",
169
+ "SearchHighlight": "#0a4d5e",
170
+ "TextSelection": "#083d4a",
171
+ "Separator" : "#1c3e49",
172
+ "SpellChecking" : "#dc322f",
173
+ "TabMarker" : "#586e75",
174
+ "TemplateBackground" : "#073642",
175
+ "TemplatePlaceholder" : "#073642",
176
+ "TemplateFocusedPlaceholder" : "#073642",
177
+ "TemplateReadOnlyPlaceholder" : "#073642",
178
+ "WordWrapMarker" : "#586e75"
179
+ },
180
+ "custom-styles": {
181
+ "XML": {
182
+ "Element": {
183
+ "selected-text-color": "#839496",
184
+ "text-color": "#268bd2"
185
+ },
186
+ "Element Symbols": {
187
+ "selected-text-color": "#586e75",
188
+ "text-color": "#657b83"
189
+ }
190
+ }
191
+ }
192
+ }
@@ -0,0 +1,196 @@
1
+ {
2
+ "_comments": [
3
+ "This theme has been adapted from: https://ethanschoonover.com/solarized/"
4
+ ],
5
+ "metadata" : {
6
+ "copyright": [
7
+ "SPDX-FileCopyrightText: 2011 Ethan Schoonover",
8
+ "SPDX-FileCopyrightText: 2012 Dominik Haumann <dhaumann@kde.org>",
9
+ "SPDX-FileCopyrightText: 2018 Andrew Crouthamel <andrew.crouthamel@kdemail.net>"
10
+ ],
11
+ "license": "SPDX-License-Identifier: MIT",
12
+ "revision" : 5,
13
+ "name" : "Solarized Light"
14
+ },
15
+ "text-styles": {
16
+ "Normal" : {
17
+ "text-color" : "#657b83",
18
+ "selected-text-color" : "#839496",
19
+ "bold" : false,
20
+ "italic" : false,
21
+ "underline" : false,
22
+ "strike-through" : false
23
+ },
24
+ "Keyword" : {
25
+ "text-color" : "#859900",
26
+ "selected-text-color" : "#859900",
27
+ "bold" : true
28
+ },
29
+ "Function" : {
30
+ "text-color" : "#268bd2",
31
+ "selected-text-color" : "#268bd2"
32
+ },
33
+ "Variable" : {
34
+ "text-color" : "#268bd2",
35
+ "selected-text-color" : "#268bd2"
36
+ },
37
+ "ControlFlow" : {
38
+ "text-color" : "#859900",
39
+ "selected-text-color" : "#859900",
40
+ "bold" : true
41
+ },
42
+ "Operator" : {
43
+ "text-color" : "#859900",
44
+ "selected-text-color" : "#859900"
45
+ },
46
+ "BuiltIn" : {
47
+ "text-color" : "#cb4b16",
48
+ "selected-text-color" : "#cb4b16"
49
+ },
50
+ "Extension" : {
51
+ "text-color" : "#268bd2",
52
+ "selected-text-color" : "#268bd2",
53
+ "bold" : true
54
+ },
55
+ "Preprocessor" : {
56
+ "text-color" : "#cb4b16",
57
+ "selected-text-color" : "#cb4b16"
58
+ },
59
+ "Attribute" : {
60
+ "text-color" : "#268bd2",
61
+ "selected-text-color" : "#268bd2"
62
+ },
63
+ "Char" : {
64
+ "text-color" : "#2aa198",
65
+ "selected-text-color" : "#2aa198"
66
+ },
67
+ "SpecialChar" : {
68
+ "text-color" : "#dc322f",
69
+ "selected-text-color" : "#dc322f"
70
+ },
71
+ "String" : {
72
+ "text-color" : "#2aa198",
73
+ "selected-text-color" : "#2aa198"
74
+ },
75
+ "VerbatimString" : {
76
+ "text-color" : "#23837a",
77
+ "selected-text-color" : "#23837a"
78
+ },
79
+ "SpecialString" : {
80
+ "text-color" : "#dc322f",
81
+ "selected-text-color" : "#dc322f"
82
+ },
83
+ "Import" : {
84
+ "text-color" : "#2aa198",
85
+ "selected-text-color" : "#2aa198"
86
+ },
87
+ "DataType" : {
88
+ "text-color" : "#b58900",
89
+ "selected-text-color" : "#b58900",
90
+ "bold" : true
91
+ },
92
+ "DecVal" : {
93
+ "text-color" : "#2aa198",
94
+ "selected-text-color" : "#2aa198"
95
+ },
96
+ "BaseN" : {
97
+ "text-color" : "#2aa198",
98
+ "selected-text-color" : "#2aa198"
99
+ },
100
+ "Float" : {
101
+ "text-color" : "#2aa198",
102
+ "selected-text-color" : "#2aa198"
103
+ },
104
+ "Constant" : {
105
+ "text-color" : "#2aa198",
106
+ "selected-text-color" : "#2aa198",
107
+ "bold" : true
108
+ },
109
+ "Comment" : {
110
+ "text-color" : "#93a1a1",
111
+ "selected-text-color" : "#586e75",
112
+ "italic" : true
113
+ },
114
+ "Documentation" : {
115
+ "text-color" : "#dc322f",
116
+ "selected-text-color" : "#dc322f"
117
+ },
118
+ "Annotation" : {
119
+ "text-color" : "#268bd2",
120
+ "selected-text-color" : "#268bd2"
121
+ },
122
+ "CommentVar" : {
123
+ "text-color" : "#2aa198",
124
+ "selected-text-color" : "#2aa198"
125
+ },
126
+ "RegionMarker" : {
127
+ "text-color" : "#268bd2",
128
+ "selected-text-color" : "#268bd2",
129
+ "background-color" : "#eee8d5"
130
+ },
131
+ "Information" : {
132
+ "text-color" : "#b58900",
133
+ "selected-text-color" : "#b58900"
134
+ },
135
+ "Warning" : {
136
+ "text-color" : "#cb4b16",
137
+ "selected-text-color" : "#cb4b16"
138
+ },
139
+ "Alert" : {
140
+ "text-color" : "#d33682",
141
+ "selected-text-color" : "#d33682",
142
+ "bold" : true
143
+ },
144
+ "Error" : {
145
+ "text-color" : "#dc322f",
146
+ "selected-text-color" : "#dc322f",
147
+ "underline" : true
148
+ },
149
+ "Others" : {
150
+ "text-color" : "#859900",
151
+ "selected-text-color" : "#859900"
152
+ }
153
+ },
154
+ "editor-colors": {
155
+ "BackgroundColor" : "#fdf6e3",
156
+ "CodeFolding" : "#6c71c4",
157
+ "BracketMatching" : "#eee8d5",
158
+ "CurrentLine" : "#eee8d5",
159
+ "IconBorder" : "#eee8d5",
160
+ "IndentationLine" : "#eee8d5",
161
+ "LineNumbers" : "#93a1a1",
162
+ "CurrentLineNumber" : "#93a1a1",
163
+ "MarkBookmark" : "#268bd2",
164
+ "MarkBreakpointActive" : "#dc322f",
165
+ "MarkBreakpointReached" : "#b58900",
166
+ "MarkBreakpointDisabled" : "#d33682",
167
+ "MarkExecution" : "#93a1a1",
168
+ "MarkWarning" : "#cb4b16",
169
+ "MarkError" : "#dc322f",
170
+ "ModifiedLines" : "#cb4b16",
171
+ "ReplaceHighlight" : "#859900",
172
+ "SavedLines" : "#2aa198",
173
+ "SearchHighlight" : "#b58900",
174
+ "TextSelection" : "#073642",
175
+ "Separator" : "#e0dccc",
176
+ "SpellChecking" : "#dc322f",
177
+ "TabMarker" : "#93a1a1",
178
+ "TemplateBackground" : "#eee8d5",
179
+ "TemplatePlaceholder" : "#eee8d5",
180
+ "TemplateFocusedPlaceholder" : "#eee8d5",
181
+ "TemplateReadOnlyPlaceholder" : "#eee8d5",
182
+ "WordWrapMarker" : "#93a1a1"
183
+ },
184
+ "custom-styles": {
185
+ "XML": {
186
+ "Element": {
187
+ "selected-text-color": "#268bd2",
188
+ "text-color": "#268bd2"
189
+ },
190
+ "Element Symbols": {
191
+ "selected-text-color": "#93a1a1",
192
+ "text-color": "#839496"
193
+ }
194
+ }
195
+ }
196
+ }
@@ -0,0 +1,180 @@
1
+ {
2
+ "metadata" : {
3
+ "copyright": [
4
+ "SPDX-FileCopyrightText: 2012 Dominik Haumann <dhaumann@kde.org>",
5
+ "SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
6
+ ],
7
+ "license": "SPDX-License-Identifier: MIT",
8
+ "revision" : 4,
9
+ "name" : "Vim Dark"
10
+ },
11
+ "text-styles": {
12
+ "Normal" : {
13
+ "text-color" : "#b2b2b2",
14
+ "selected-text-color" : "#b2b2b2",
15
+ "bold" : false,
16
+ "italic" : false,
17
+ "underline" : false,
18
+ "strike-through" : false
19
+ },
20
+ "Keyword" : {
21
+ "text-color" : "#5fd7ff",
22
+ "selected-text-color" : "#e0ffff",
23
+ "bold" : true
24
+ },
25
+ "Function" : {
26
+ "text-color" : "#cd00cd",
27
+ "selected-text-color" : "#cd00cd"
28
+ },
29
+ "Variable" : {
30
+ "text-color" : "#06989a",
31
+ "selected-text-color" : "#06989a"
32
+ },
33
+ "ControlFlow" : {
34
+ "text-color" : "#ffff54",
35
+ "selected-text-color" : "#ffff54",
36
+ "bold" : true
37
+ },
38
+ "Operator" : {
39
+ "text-color" : "#b2b2b2",
40
+ "selected-text-color" : "#b2b2b2"
41
+ },
42
+ "BuiltIn" : {
43
+ "text-color" : "#87ffaf",
44
+ "selected-text-color" : "#87ffaf",
45
+ "bold" : true
46
+ },
47
+ "Extension" : {
48
+ "text-color" : "#0095ff",
49
+ "selected-text-color" : "#0095ff",
50
+ "bold" : true
51
+ },
52
+ "Preprocessor" : {
53
+ "text-color" : "#87ffaf",
54
+ "selected-text-color" : "#87ffaf"
55
+ },
56
+ "Attribute" : {
57
+ "text-color" : "#ffffaf",
58
+ "selected-text-color" : "#ffffaf"
59
+ },
60
+ "Char" : {
61
+ "text-color" : "#ff5454",
62
+ "selected-text-color" : "#ff5454"
63
+ },
64
+ "SpecialChar" : {
65
+ "text-color" : "#0095ff",
66
+ "selected-text-color" : "#0095ff"
67
+ },
68
+ "String" : {
69
+ "text-color" : "#ff54ff",
70
+ "selected-text-color" : "#ff54ff"
71
+ },
72
+ "VerbatimString" : {
73
+ "text-color" : "#f000f0",
74
+ "selected-text-color" : "#f000f0"
75
+ },
76
+ "SpecialString" : {
77
+ "text-color" : "#ff5500",
78
+ "selected-text-color" : "#ff5500"
79
+ },
80
+ "Import" : {
81
+ "text-color" : "#ff54ff",
82
+ "selected-text-color" : "#ff54ff"
83
+ },
84
+ "DataType" : {
85
+ "text-color" : "#ffff54",
86
+ "selected-text-color" : "#ffff54"
87
+ },
88
+ "DecVal" : {
89
+ "text-color" : "#ff8b8b",
90
+ "selected-text-color" : "#ff8b8b"
91
+ },
92
+ "BaseN" : {
93
+ "text-color" : "#ff8b8b",
94
+ "selected-text-color" : "#ff8b8b"
95
+ },
96
+ "Float" : {
97
+ "text-color" : "#ff8b8b",
98
+ "selected-text-color" : "#ff8b8b"
99
+ },
100
+ "Constant" : {
101
+ "text-color" : "#af7f00",
102
+ "selected-text-color" : "#af7f00",
103
+ "bold" : true
104
+ },
105
+ "Comment" : {
106
+ "text-color" : "#54ffff",
107
+ "selected-text-color" : "#54ffff"
108
+ },
109
+ "Documentation" : {
110
+ "text-color" : "#e0ffff",
111
+ "selected-text-color" : "#e0ffff"
112
+ },
113
+ "Annotation" : {
114
+ "text-color" : "#ff00ff",
115
+ "selected-text-color" : "#ff00ff"
116
+ },
117
+ "CommentVar" : {
118
+ "text-color" : "#0095ff",
119
+ "selected-text-color" : "#0095ff"
120
+ },
121
+ "RegionMarker" : {
122
+ "text-color" : "#0095ff",
123
+ "selected-text-color" : "#0095ff",
124
+ "background-color" : "#22226d"
125
+ },
126
+ "Information" : {
127
+ "text-color" : "#ffaa00",
128
+ "selected-text-color" : "#ffaa00"
129
+ },
130
+ "Warning" : {
131
+ "text-color" : "#ff0000",
132
+ "selected-text-color" : "#ed1515"
133
+ },
134
+ "Alert" : {
135
+ "text-color" : "#ff0000",
136
+ "selected-text-color" : "#bf0303",
137
+ "background-color" : "#3f0000",
138
+ "bold" : true
139
+ },
140
+ "Error" : {
141
+ "text-color" : "#ff5500",
142
+ "selected-text-color" : "#ff5500",
143
+ "underline" : true
144
+ },
145
+ "Others" : {
146
+ "text-color" : "#54ff54",
147
+ "selected-text-color" : "#54ff54"
148
+ }
149
+ },
150
+ "editor-colors": {
151
+ "BackgroundColor" : "#000000",
152
+ "CodeFolding" : "#002b26",
153
+ "BracketMatching" : "#4400aa",
154
+ "CurrentLine" : "#17003b",
155
+ "IconBorder" : "#000000",
156
+ "IndentationLine" : "#2a00d2",
157
+ "LineNumbers" : "#005d7a",
158
+ "CurrentLineNumber" : "#005d7a",
159
+ "MarkBookmark" : "#0000ff",
160
+ "MarkBreakpointActive" : "#ff0000",
161
+ "MarkBreakpointReached" : "#ffff00",
162
+ "MarkBreakpointDisabled" : "#ff00ff",
163
+ "MarkExecution" : "#a0a0a4",
164
+ "MarkWarning" : "#00ff00",
165
+ "MarkError" : "#ff0000",
166
+ "ModifiedLines" : "#54ff54",
167
+ "ReplaceHighlight" : "#54ff54",
168
+ "SavedLines" : "#5454ff",
169
+ "SearchHighlight" : "#ffff00",
170
+ "TextSelection" : "#232323",
171
+ "Separator" : "#003344",
172
+ "SpellChecking" : "#ff0000",
173
+ "TabMarker" : "#414141",
174
+ "TemplateBackground" : "#cccccc",
175
+ "TemplatePlaceholder" : "#ccffcc",
176
+ "TemplateFocusedPlaceholder" : "#66ff66",
177
+ "TemplateReadOnlyPlaceholder" : "#ffcccc",
178
+ "WordWrapMarker" : "#262626"
179
+ }
180
+ }
data/snibbets.gemspec CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.executables << 'snibbets'
29
29
 
30
30
  spec.files = Dir["lib/**/*.rb"].reject { |f| f.end_with?("_spec.rb") }
31
- spec.files += Dir["lib/*.theme"]
31
+ spec.files += Dir["lib/themes/*.theme"]
32
32
  spec.files += Dir["[A-Z]*"]
33
33
 
34
34
  spec.add_development_dependency "bundler", "~> 2.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snibbets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.19
4
+ version: 2.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
@@ -222,6 +222,32 @@ files:
222
222
  - lib/snibbets/string.rb
223
223
  - lib/snibbets/version.rb
224
224
  - lib/snibbets/which.rb
225
+ - lib/themes/atom-one-dark.theme
226
+ - lib/themes/atom-one-light.theme
227
+ - lib/themes/ayu-dark.theme
228
+ - lib/themes/ayu-light.theme
229
+ - lib/themes/ayu-mirage.theme
230
+ - lib/themes/breeze-dark.theme
231
+ - lib/themes/breeze-light.theme
232
+ - lib/themes/catppuccin-frappe.theme
233
+ - lib/themes/catppuccin-latte.theme
234
+ - lib/themes/catppuccin-macchiato.theme
235
+ - lib/themes/catppuccin-mocha.theme
236
+ - lib/themes/dracula.theme
237
+ - lib/themes/falcon.theme
238
+ - lib/themes/github-dark.theme
239
+ - lib/themes/github-light.theme
240
+ - lib/themes/gruvbox-dark.theme
241
+ - lib/themes/gruvbox-light.theme
242
+ - lib/themes/homunculus.theme
243
+ - lib/themes/monokai.theme
244
+ - lib/themes/nord.theme
245
+ - lib/themes/oblivion.theme
246
+ - lib/themes/printing.theme
247
+ - lib/themes/radical.theme
248
+ - lib/themes/solarized-dark.theme
249
+ - lib/themes/solarized-light.theme
250
+ - lib/themes/vim-dark.theme
225
251
  - snibbets.gemspec
226
252
  homepage: https://github.com/ttscoff/snibbets
227
253
  licenses: