-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
GDL-light.sublime-color-scheme
242 lines (236 loc) · 5.49 KB
/
GDL-light.sublime-color-scheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
{
/* visit https://github.com/runxel/GDL-sublime */
"name": "GDL-light",
/* .sublime-color-scheme Version for ST3 */
"author": "Lucas Becker",
/* runxel @ github.com */
"variables":
{
"background": "#EEEEEE",
"foreground": "#5F6A6A",
"caret": "#8B8B8B",
"invisibles": "#B9BAAF",
"lineHilight": "#DEDFD9",
"dark": "#22221C",
"coral": "#EF5350",
"darkred": "#BB3D3D",
"oldpink": "#D2999A",
"peach": "#FF8A65",
"mustard": "#DFB76A",
"gold": "#F5B041",
"wheat": "#999966",
"lightgreen": "#66CC33",
"darkgreen": "#39AB73",
"forestgreen": "#117A65",
"dodgerblue": "#42A5F5",
"lightblue": "#8BB6D9",
"darkblue": "#1976d2",
"greyblue": "#657b83",
"violet": "#6F5BA8",
"purple": "#AE4977",
"brown": "#8C7342",
"grey": "#B6B7AE"
},
"globals":
{
"background": "var(background)",
"foreground": "var(foreground)",
"line_highlight": "var(lineHilight)",
"gutter": "var(background)",
"minimap_border": "var(dark)",
"caret": "var(caret)",
"invisibles": "var(invisibles)",
"highlight": "var(coral)",
"find_highlight": "var(coral)",
"find_highlight_foreground": "var(background)",
"guide": "#42473a",
"active_guide": "#e1cc83",
"stack_guide": "#655e53",
"selection": "#dcddd9",
"selection_border": "var(dark)",
"inactive_selection": "color(var(background) blend(var(dark) 65%))",
"selection_corner_style": "square",
"shadow": "color(var(background) blend(#000 45%))",
"shadow_width": "4"
},
"rules":
[
{
"name": "Comment",
"scope": "comment",
"foreground": "var(grey)"
},
{
"name": "Foreground",
"scope": "keyword.operator.class, constant.other",
"foreground": "#d7e6dc"
},
{
"name": "Support Variables",
"scope": "support.other.variable",
"foreground": "var(oldpink)"
},
{
"name": "Support Variable Shadow",
"scope": "support.other.variable.shadow.gdl",
"font_style": "italic"
},
{
"name": "Support Class",
"scope": "support.type",
"foreground": "var(gold)"
},
{
"name": "Subroutines",
"scope": "entity.name.function, punctuation.section.function",
"foreground": "#40bdbd",
"background": "color(var(foreground) alpha(0.13))",
"font_style": "bold"
},
{
"name": "Jump labels",
"scope": "variable.function.gdl",
"foreground": "#389C9C"
},
{
"name": "Constant numeric",
"scope": "constant.numeric",
"foreground": "var(peach)"
},
{
"name": "Constant (lang)",
"scope": "constant.language",
"foreground": "#f79e60"
},
{
"name": "String",
"scope": "string",
"foreground": "var(wheat)"
},
{
"name": "Escape chars",
"scope": "constant.character.escape",
"foreground": "#d7dd9b",
"background": "color(#875593 alpha(0.5))"
},
{
"name": "String placeholders",
"scope": "constant.other.placeholder",
"foreground": "#d7dd9b",
"background": "color(#34495e alpha(0.7))"
},
{
"name": "Autotext",
"scope": "constant.other.autotext",
"foreground": "color(#006633 alpha(0.7))",
"background": "color(#243341 alpha(0.12))"
},
{
"name": "Operators",
"scope": "keyword.operator, constant.other.color",
"foreground": "var(dodgerblue)"
},
{
"name": "Function Methods",
"scope": "keyword.other.special-method, punctuation.section.arguments",
"foreground": "var(lightblue)"
},
{
"name": "Brackets",
"scope": "punctuation.section.group",
"foreground": "var(greyblue)"
},
{
"name": "Keyword, Storage",
"scope": "keyword, storage.type, punctuation.section.range",
"foreground": "var(coral)"
},
{
"name": "Invalid",
"scope": "invalid",
"foreground": "#d7e7db",
"background": "#f86161"
},
{
"name": "Deprecated",
"scope": "invalid.deprecated",
"foreground": "#d7e7db",
"background": "color(#cc9ad8 alpha(0.7))"
},
{
"name": "Deprecated Globals",
"scope": "keyword.globals.deprecated.gdl",
"foreground": "#d7e7db",
"background": "color(#cc9ad8 alpha(0.7))"
},
{
"name": "Storage Function",
"scope": "storage.type.function",
"foreground": "#8ad341",
"font_style": "italic"
},
{
"name": "Globals",
"scope": "keyword.globals",
"foreground": "var(darkgreen)"
},
{
"name": "Keyword control",
"scope": "keyword.control",
"foreground": "var(violet)",
"background": "color(var(violet) alpha(0.15))"
},
{
"name": "Argument",
"scope": "meta.function-call.arguments",
"foreground": "#dbca95"
},
{
"name": "Optional and Special Parameters",
"scope": "keyword.optionalparameters, meta.parameters",
"foreground": "var(lightgreen)"
},
{
"name": "Transform",
"scope": "keyword.transform",
"foreground": "var(darkred)",
"font_style": "italic"
},
{
"name": "Hotedits",
"scope": "keyword.hotedits",
"foreground": "color(var(coral) alpha(0.8))"
},
{
"name": "Buffer",
"scope": "keyword.buffer, punctuation.section.buffer",
"foreground": "var(darkblue)"
},
{
"name": "inline Line continuation",
"scope": "punctuation.separator.continuation",
"background": "color(var(dodgerblue) alpha(0.25))"
},
{
"name": "Array",
"scope": "entity.name.array",
"foreground": "" /*#dfb76a*/
},
{
"name": "Array brackets",
"scope": "punctuation.section.array",
"foreground": "var(brown)"
},
{
"name": "Ident Keywords",
"scope": "storage.type.ident-keyword.gdl",
"foreground": "var(mustard)",
"font_style": "italic"
},
{
"name": "Open Calls",
"scope": "keyword.extern, keyword.addon",
"foreground": "var(purple)"
}
]
}