Skip to content

Commit 73b6983

Browse files
committed
Update Spinel for inline RBS sig tokens
1 parent 68147e5 commit 73b6983

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

themes/dark_spinel.json

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"sideBar.background": "#282828",
1717
"sideBar.border": "#404040",
1818
"sideBarSectionHeader.border": "#404040",
19-
"statusBar.background": "#1055d6",
19+
"statusBar.background": "#333333",
2020
"statusBar.border": "#404040",
2121
"tab.activeBackground": "#4b4b4b",
2222
"tab.activeBorder": "#d1ccf1",
@@ -136,7 +136,10 @@
136136
},
137137
{
138138
"name": "Comments",
139-
"scope": ["punctuation.definition.comment", "comment"],
139+
"scope": [
140+
"punctuation.definition.comment",
141+
"comment"
142+
],
140143
"settings": {
141144
"foreground": "#bea17f",
142145
"fontStyle": "italic"
@@ -226,7 +229,10 @@
226229
},
227230
{
228231
"name": "Regexp",
229-
"scope": ["string.regexp", "punctuation.section.regexp"],
232+
"scope": [
233+
"string.regexp",
234+
"punctuation.section.regexp"
235+
],
230236
"settings": {
231237
"foreground": "#a6cc5f",
232238
"fontStyle": ""
@@ -287,7 +293,8 @@
287293
"entity.name.tag.html",
288294
"punctuation.separator.key-value.css",
289295
"punctuation.terminator.rule.css",
290-
"entity.name.tag.yaml"
296+
"entity.name.tag.yaml",
297+
"constant.other.symbol.hashkey.parameter.function.rbs"
291298
],
292299
"settings": {
293300
"foreground": "#7dcfcf",
@@ -310,7 +317,10 @@
310317
},
311318
{
312319
"name": "Language constants and special variables",
313-
"scope": ["constant.language", "variable.language.this"],
320+
"scope": [
321+
"constant.language",
322+
"variable.language.this"
323+
],
314324
"settings": {
315325
"foreground": "#ed2a88",
316326
"fontStyle": "bold"
@@ -342,7 +352,8 @@
342352
"storage.type.function.js",
343353
"storage.type.js",
344354
"storage.type.function.arrow.js",
345-
"constant.language.null.js"
355+
"constant.language.null.js",
356+
"support.type.builtin.rbs"
346357
],
347358
"settings": {
348359
"foreground": "#dd5555",
@@ -362,7 +373,9 @@
362373
},
363374
{
364375
"name": "Method and function calls",
365-
"scope": ["meta.function-call"],
376+
"scope": [
377+
"meta.function-call"
378+
],
366379
"settings": {
367380
"foreground": "#d1ccf1"
368381
}
@@ -390,7 +403,10 @@
390403
},
391404
{
392405
"name": "diff: deleted",
393-
"scope": ["markup.deleted", "punctuation.definition.deleted.diff"],
406+
"scope": [
407+
"markup.deleted",
408+
"punctuation.definition.deleted.diff"
409+
],
394410
"settings": {
395411
"fontStyle": "",
396412
"foreground": "#DD5555"
@@ -406,7 +422,10 @@
406422
},
407423
{
408424
"name": "diff: inserted",
409-
"scope": ["markup.inserted", "punctuation.definition.inserted.diff"],
425+
"scope": [
426+
"markup.inserted",
427+
"punctuation.definition.inserted.diff"
428+
],
410429
"settings": {
411430
"foreground": "#5AC16C"
412431
}

0 commit comments

Comments
 (0)