snibbets 2.0.16 → 2.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md.orig +27 -0
- data/Gemfile.lock +1 -1
- data/README.md +40 -14
- data/bin/snibbets +14 -20
- data/lib/snibbets/config.rb +9 -1
- data/lib/snibbets/highlight.rb +36 -13
- data/lib/snibbets/lexers.rb +2 -2
- data/lib/snibbets/string.rb +12 -3
- data/lib/snibbets/version.rb +1 -1
- data/lib/snibbets.rb +38 -26
- metadata +1 -6
- data/lib/breeze-dark.theme +0 -174
- data/lib/monokai.theme +0 -394
- data/lib/nord.theme +0 -181
- data/lib/solarized-dark.theme +0 -192
- data/lib/solarized-light.theme +0 -196
data/lib/nord.theme
DELETED
@@ -1,181 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_comments": [
|
3
|
-
"Last update: Jul 28, 2020 (revision 3)",
|
4
|
-
"This theme has been adapted from: https://www.nordtheme.com"
|
5
|
-
],
|
6
|
-
"metadata": {
|
7
|
-
"copyright": [
|
8
|
-
"SPDX-FileCopyrightText: 2016 Arctic Ice Studio <development@arcticicestudio.com>",
|
9
|
-
"SPDX-FileCopyrightText: 2016 Sven Greb <development@svengreb.de>",
|
10
|
-
"SPDX-FileCopyrightText: 2020 Nibaldo González <nibgonz@gmail.com>"
|
11
|
-
],
|
12
|
-
"license": "SPDX-License-Identifier: MIT",
|
13
|
-
"name": "Nord",
|
14
|
-
"revision": 3
|
15
|
-
},
|
16
|
-
"editor-colors": {
|
17
|
-
"BackgroundColor": "#2e3440",
|
18
|
-
"BracketMatching": "#4c566a",
|
19
|
-
"CodeFolding": "#434c5e",
|
20
|
-
"CurrentLine": "#3b4252",
|
21
|
-
"CurrentLineNumber": "#616e88",
|
22
|
-
"IconBorder": "#2e3440",
|
23
|
-
"IndentationLine": "#434c5e",
|
24
|
-
"LineNumbers": "#4c566a",
|
25
|
-
"MarkBookmark": "#55749a",
|
26
|
-
"MarkBreakpointActive": "#79aab9",
|
27
|
-
"MarkBreakpointDisabled": "#b48ead",
|
28
|
-
"MarkBreakpointReached": "#91a97e",
|
29
|
-
"MarkError": "#a95862",
|
30
|
-
"MarkExecution": "#4c566a",
|
31
|
-
"MarkWarning": "#d0b47d",
|
32
|
-
"ModifiedLines": "#ebcb8b",
|
33
|
-
"ReplaceHighlight": "#8e6057",
|
34
|
-
"SavedLines": "#a3be8c",
|
35
|
-
"SearchHighlight": "#5f8491",
|
36
|
-
"Separator": "#3b4252",
|
37
|
-
"SpellChecking": "#bf616a",
|
38
|
-
"TabMarker": "#3e4656",
|
39
|
-
"TemplateBackground": "#3b4252",
|
40
|
-
"TemplateFocusedPlaceholder": "#81a1c1",
|
41
|
-
"TemplatePlaceholder": "#5e81ac",
|
42
|
-
"TemplateReadOnlyPlaceholder": "#4c566a",
|
43
|
-
"TextSelection": "#4c566a",
|
44
|
-
"WordWrapMarker": "#3f4859"
|
45
|
-
},
|
46
|
-
"text-styles": {
|
47
|
-
"Alert": {
|
48
|
-
"background-color": "#3b4252",
|
49
|
-
"bold": true,
|
50
|
-
"selected-text-color": "#bf616a",
|
51
|
-
"text-color": "#bf616a"
|
52
|
-
},
|
53
|
-
"Annotation": {
|
54
|
-
"selected-text-color": "#d08770",
|
55
|
-
"text-color": "#d08770"
|
56
|
-
},
|
57
|
-
"Attribute": {
|
58
|
-
"selected-text-color": "#8fbcbb",
|
59
|
-
"text-color": "#8fbcbb"
|
60
|
-
},
|
61
|
-
"BaseN": {
|
62
|
-
"selected-text-color": "#b48ead",
|
63
|
-
"text-color": "#b48ead"
|
64
|
-
},
|
65
|
-
"BuiltIn": {
|
66
|
-
"italic": true,
|
67
|
-
"selected-text-color": "#88c0d0",
|
68
|
-
"text-color": "#88c0d0"
|
69
|
-
},
|
70
|
-
"Char": {
|
71
|
-
"selected-text-color": "#ebcb8b",
|
72
|
-
"text-color": "#ebcb8b"
|
73
|
-
},
|
74
|
-
"Comment": {
|
75
|
-
"selected-text-color": "#616e88",
|
76
|
-
"text-color": "#616e88"
|
77
|
-
},
|
78
|
-
"CommentVar": {
|
79
|
-
"selected-text-color": "#e5e9f0",
|
80
|
-
"text-color": "#e5e9f0"
|
81
|
-
},
|
82
|
-
"Constant": {
|
83
|
-
"bold": true,
|
84
|
-
"selected-text-color": "#eceff4",
|
85
|
-
"text-color": "#eceff4"
|
86
|
-
},
|
87
|
-
"ControlFlow": {
|
88
|
-
"bold": true,
|
89
|
-
"selected-text-color": "#81a1c1",
|
90
|
-
"text-color": "#81a1c1"
|
91
|
-
},
|
92
|
-
"DataType": {
|
93
|
-
"selected-text-color": "#81a1c1",
|
94
|
-
"text-color": "#81a1c1"
|
95
|
-
},
|
96
|
-
"DecVal": {
|
97
|
-
"selected-text-color": "#b48ead",
|
98
|
-
"text-color": "#b48ead"
|
99
|
-
},
|
100
|
-
"Documentation": {
|
101
|
-
"selected-text-color": "#5e81ac",
|
102
|
-
"text-color": "#5e81ac"
|
103
|
-
},
|
104
|
-
"Error": {
|
105
|
-
"selected-text-color": "#bf616a",
|
106
|
-
"text-color": "#bf616a",
|
107
|
-
"underline": true
|
108
|
-
},
|
109
|
-
"Extension": {
|
110
|
-
"bold": true,
|
111
|
-
"selected-text-color": "#8fbcbb",
|
112
|
-
"text-color": "#8fbcbb"
|
113
|
-
},
|
114
|
-
"Float": {
|
115
|
-
"selected-text-color": "#b48ead",
|
116
|
-
"text-color": "#b48ead"
|
117
|
-
},
|
118
|
-
"Function": {
|
119
|
-
"selected-text-color": "#88c0d0",
|
120
|
-
"text-color": "#88c0d0"
|
121
|
-
},
|
122
|
-
"Import": {
|
123
|
-
"selected-text-color": "#a3be8c",
|
124
|
-
"text-color": "#a3be8c"
|
125
|
-
},
|
126
|
-
"Information": {
|
127
|
-
"selected-text-color": "#ebcb8b",
|
128
|
-
"text-color": "#ebcb8b"
|
129
|
-
},
|
130
|
-
"Keyword": {
|
131
|
-
"bold": true,
|
132
|
-
"selected-text-color": "#81a1c1",
|
133
|
-
"text-color": "#81a1c1"
|
134
|
-
},
|
135
|
-
"Normal": {
|
136
|
-
"selected-text-color": "#d8dee9",
|
137
|
-
"text-color": "#d8dee9"
|
138
|
-
},
|
139
|
-
"Operator": {
|
140
|
-
"selected-text-color": "#81a1c1",
|
141
|
-
"text-color": "#81a1c1"
|
142
|
-
},
|
143
|
-
"Others": {
|
144
|
-
"selected-text-color": "#8fbcbb",
|
145
|
-
"text-color": "#8fbcbb"
|
146
|
-
},
|
147
|
-
"Preprocessor": {
|
148
|
-
"selected-text-color": "#5e81ac",
|
149
|
-
"text-color": "#5e81ac"
|
150
|
-
},
|
151
|
-
"RegionMarker": {
|
152
|
-
"background-color": "#3b4252",
|
153
|
-
"selected-text-color": "#88c0d0",
|
154
|
-
"text-color": "#88c0d0"
|
155
|
-
},
|
156
|
-
"SpecialChar": {
|
157
|
-
"selected-text-color": "#ebcb8b",
|
158
|
-
"text-color": "#ebcb8b"
|
159
|
-
},
|
160
|
-
"SpecialString": {
|
161
|
-
"selected-text-color": "#d08770",
|
162
|
-
"text-color": "#d08770"
|
163
|
-
},
|
164
|
-
"String": {
|
165
|
-
"selected-text-color": "#a3be8c",
|
166
|
-
"text-color": "#a3be8c"
|
167
|
-
},
|
168
|
-
"Variable": {
|
169
|
-
"selected-text-color": "#5e81ac",
|
170
|
-
"text-color": "#5e81ac"
|
171
|
-
},
|
172
|
-
"VerbatimString": {
|
173
|
-
"selected-text-color": "#8dae70",
|
174
|
-
"text-color": "#8dae70"
|
175
|
-
},
|
176
|
-
"Warning": {
|
177
|
-
"selected-text-color": "#bf616a",
|
178
|
-
"text-color": "#bf616a"
|
179
|
-
}
|
180
|
-
}
|
181
|
-
}
|
data/lib/solarized-dark.theme
DELETED
@@ -1,192 +0,0 @@
|
|
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
|
-
}
|
data/lib/solarized-light.theme
DELETED
@@ -1,196 +0,0 @@
|
|
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
|
-
}
|