Skip to content

Commit 1aa0271

Browse files
committed
update
small adjustments
1 parent 2b5646a commit 1aa0271

File tree

2 files changed

+79
-21
lines changed

2 files changed

+79
-21
lines changed

GDL-dark.tmTheme

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3-
<!-- Generated by: TmTheme-Editor -->
4-
<!-- ============================================ -->
5-
<!-- app: http://tmtheme-editor.herokuapp.com -->
6-
<!-- code: https://github.com/aziz/tmTheme-Editor -->
73
<plist version="1.0">
84
<dict>
95
<key>comment</key>
@@ -94,7 +90,7 @@
9490
<key>settings</key>
9591
<dict>
9692
<key>foreground</key>
97-
<string>#40bdbd</string>
93+
<string>#389C9C</string><!-- #40bdbd -->
9894
<key>background</key>
9995
<string>#444439</string>
10096
</dict>
@@ -143,10 +139,8 @@
143139
<string>keyword.other.special-method</string>
144140
<key>settings</key>
145141
<dict>
146-
<key>fontStyle</key>
147-
<string></string>
148142
<key>foreground</key>
149-
<string>#aec8dd</string>
143+
<string>#8BB6D9</string><!-- #aec8dd -->
150144
</dict>
151145
</dict>
152146
<dict>
@@ -224,9 +218,9 @@
224218
<key>settings</key>
225219
<dict>
226220
<key>foreground</key>
227-
<string>#8c6cec</string>
221+
<string>#6F5BA8</string><!-- #8c6cec -->
228222
<key>background</key>
229-
<string>#444439</string>
223+
<string>#2E2A2A</string><!-- #444439 -->
230224
</dict>
231225
</dict>
232226
<dict>
@@ -242,13 +236,13 @@
242236
</dict>
243237
<dict>
244238
<key>name</key>
245-
<string>html.meta</string>
239+
<string>Optional parameters</string>
246240
<key>scope</key>
247-
<string>text.html.mt meta.tag</string>
241+
<string>keyword.gdl.optionalparameters</string>
248242
<key>settings</key>
249243
<dict>
250244
<key>foreground</key>
251-
<string>#e1e1e1</string>
245+
<string>#CBE36D</string>
252246
</dict>
253247
</dict>
254248
<dict>
@@ -261,7 +255,29 @@
261255
<key>fontStyle</key>
262256
<string>italic</string>
263257
<key>foreground</key>
264-
<string>#BC4B4B</string>
258+
<string>#B83D3D</string>
259+
</dict>
260+
</dict>
261+
<dict>
262+
<key>name</key>
263+
<string>Hotedits</string>
264+
<key>scope</key>
265+
<string>keyword.gdl.hotedits</string>
266+
<key>settings</key>
267+
<dict>
268+
<key>foreground</key>
269+
<string>#DB9464</string>
270+
</dict>
271+
</dict>
272+
<dict>
273+
<key>name</key>
274+
<string>Buffer</string>
275+
<key>scope</key>
276+
<string>keyword.gdl.buffer</string>
277+
<key>settings</key>
278+
<dict>
279+
<key>foreground</key>
280+
<string>#1F95D9</string>
265281
</dict>
266282
</dict>
267283
</array>
@@ -272,6 +288,6 @@
272288
<key>semanticClass</key>
273289
<string>theme.dark.gdl</string>
274290
<key>author</key>
275-
<string>Lucas Becker &#x2f;&#x2f; runxel</string>
291+
<string>Lucas Becker | https:&#x2f;&#x2f;github.com&#x2f;runxel</string>
276292
</dict>
277293
</plist>

GDL-light.tmTheme

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3-
<!-- Generated by: TmTheme-Editor -->
4-
<!-- ============================================ -->
5-
<!-- app: http://tmtheme-editor.herokuapp.com -->
6-
<!-- code: https://github.com/aziz/tmTheme-Editor -->
73
<plist version="1.0">
84
<dict>
95
<key>comment</key>
@@ -124,7 +120,7 @@
124120
<key>fontStyle</key>
125121
<string></string>
126122
<key>foreground</key>
127-
<string>#a79938</string>
123+
<string>#B3B059</string>
128124
</dict>
129125
</dict>
130126
<dict>
@@ -248,6 +244,52 @@
248244
<string>#b5973e</string>
249245
</dict>
250246
</dict>
247+
<dict>
248+
<key>name</key>
249+
<string>Optional parameters</string>
250+
<key>scope</key>
251+
<string>keyword.gdl.optionalparameters</string>
252+
<key>settings</key>
253+
<dict>
254+
<key>foreground</key>
255+
<string>#ACC25D</string>
256+
</dict>
257+
</dict>
258+
<dict>
259+
<key>name</key>
260+
<string>Transform</string>
261+
<key>scope</key>
262+
<string>keyword.gdl.transform</string>
263+
<key>settings</key>
264+
<dict>
265+
<key>fontStyle</key>
266+
<string>italic</string>
267+
<key>foreground</key>
268+
<string>#B83D3D</string>
269+
</dict>
270+
</dict>
271+
<dict>
272+
<key>name</key>
273+
<string>Hotedits</string>
274+
<key>scope</key>
275+
<string>keyword.gdl.hotedits</string>
276+
<key>settings</key>
277+
<dict>
278+
<key>foreground</key>
279+
<string>#DB9400</string>
280+
</dict>
281+
</dict>
282+
<dict>
283+
<key>name</key>
284+
<string>Buffer</string>
285+
<key>scope</key>
286+
<string>keyword.gdl.buffer</string>
287+
<key>settings</key>
288+
<dict>
289+
<key>foreground</key>
290+
<string>#1F95D9</string>
291+
</dict>
292+
</dict>
251293
</array>
252294
<key>uuid</key>
253295
<string>82BCAF30-D0B1-11E4-8830-0800200C9A66</string>
@@ -256,6 +298,6 @@
256298
<key>semanticClass</key>
257299
<string>theme.dark.gdl_light</string>
258300
<key>author</key>
259-
<string>Lucas Becker &#x2f;&#x2f; runxel</string>
301+
<string>Lucas Becker | https:&#x2f;&#x2f;github.com&#x2f;runxel</string>
260302
</dict>
261303
</plist>

0 commit comments

Comments
 (0)