Skip to content

Commit 508d71c

Browse files
authored
Update Spinel for inline RBS sig tokens (#670)
1 parent 68147e5 commit 508d71c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

themes/dark_spinel.json

+5-3
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",
@@ -287,7 +287,8 @@
287287
"entity.name.tag.html",
288288
"punctuation.separator.key-value.css",
289289
"punctuation.terminator.rule.css",
290-
"entity.name.tag.yaml"
290+
"entity.name.tag.yaml",
291+
"constant.other.symbol.hashkey.parameter.function.rbs"
291292
],
292293
"settings": {
293294
"foreground": "#7dcfcf",
@@ -342,7 +343,8 @@
342343
"storage.type.function.js",
343344
"storage.type.js",
344345
"storage.type.function.arrow.js",
345-
"constant.language.null.js"
346+
"constant.language.null.js",
347+
"support.type.builtin.rbs"
346348
],
347349
"settings": {
348350
"foreground": "#dd5555",

0 commit comments

Comments
 (0)