154 lines
2.9 KiB
JSON
154 lines
2.9 KiB
JSON
{
|
|
"name": "ShinyCode",
|
|
"colors": {
|
|
"foreground": "#E1E2E9",
|
|
"focusBorder": "#8B9198",
|
|
"disabledForeground": "#E1E2E960",
|
|
|
|
"editor.background": "#111318",
|
|
|
|
"widget.shadow": "#000000",
|
|
"editorWidget.background": "#1D2024",
|
|
"editorWidget.resizeBorder": "#41474D",
|
|
"breadcrumb.background": "#1D2024",
|
|
"tab.activeBackground": "#272A2F",
|
|
"tab.activeBorder": "#E1E2E9",
|
|
"tab.border": "#101418",
|
|
"tab.inactiveBackground": "#272A2F",
|
|
"editorGroupHeader.tabsBackground": "#272A2F",
|
|
|
|
"sideBar.background": "#0B0E13",
|
|
"sideBar.border": "#101418",
|
|
"sideBarSectionHeader.background": "#191C20",
|
|
"sideBarTitle.background": "#272A2F",
|
|
"activityBar.background": "#272A2F",
|
|
"activityBarTop.background": "#272A2F",
|
|
|
|
"panel.background": "#0B0E13",
|
|
"panel.border": "#101418",
|
|
"panelSectionHeader.background": "#1D2024",
|
|
|
|
"statusBar.background": "#272A2F",
|
|
"statusBar.border": "#101418",
|
|
|
|
"titleBar.activeBackground": "#32353A",
|
|
"menu.background": "#32353A",
|
|
"menu.separatorBackground": "#41474D",
|
|
"menu.selectionBackground": "#41474D",
|
|
|
|
"button.background": "#A7C8FF",
|
|
"button.foreground": "#04305F",
|
|
"input.background": "#244777",
|
|
"input.foreground": "#D5E3FF",
|
|
"dropdown.background": "#244777",
|
|
"dropdown.foreground": "#D5E3FF",
|
|
"badge.background": "#3C4279",
|
|
"badge.foreground": "#DFE0FF",
|
|
|
|
"textLink.foreground": "#5BD5FF",
|
|
"textLink.activeForeground": "#89D0ED",
|
|
|
|
"settings.modifiedItemIndicator": "#3E5F90",
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"name": "Source",
|
|
"scope": [
|
|
"source",
|
|
],
|
|
"settings": {
|
|
"foreground": "#E1E2E9"
|
|
}
|
|
},
|
|
{
|
|
"name": "Comment",
|
|
"scope": [
|
|
"comment",
|
|
],
|
|
"settings": {
|
|
"foreground": "#3C4279",
|
|
}
|
|
},
|
|
{
|
|
"name": "Keywords",
|
|
"scope": [
|
|
"keyword",
|
|
"storage",
|
|
"punctuation",
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFB691",
|
|
}
|
|
},
|
|
{
|
|
"name": "Functions",
|
|
"scope": [
|
|
"entity.name.function",
|
|
],
|
|
"settings": {
|
|
"foreground": "#D4C972",
|
|
}
|
|
},
|
|
{
|
|
"name": "Interfaces",
|
|
"scope": [
|
|
"entity.name.interface",
|
|
"entity.name.type.interface",
|
|
],
|
|
"settings": {
|
|
"foreground": "#A2D399",
|
|
}
|
|
},
|
|
{
|
|
"name": "Types",
|
|
"scope": [
|
|
"entity",
|
|
],
|
|
"settings": {
|
|
"foreground": "#87D6BC",
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables",
|
|
"scope": [
|
|
"variable",
|
|
],
|
|
"settings": {
|
|
"foreground": "#89D0ED",
|
|
}
|
|
},
|
|
{
|
|
"name": "Values",
|
|
"scope": [
|
|
"constant",
|
|
"support",
|
|
"string",
|
|
],
|
|
"settings": {
|
|
"foreground": "#D1BCFD",
|
|
}
|
|
},
|
|
{
|
|
"name": "Enums",
|
|
"scope": [
|
|
"entity.name.enum",
|
|
"entity.name.type.enum",
|
|
],
|
|
"settings": {
|
|
"foreground": "#EEB4EA",
|
|
}
|
|
}
|
|
],
|
|
"semanticHighlighting": true,
|
|
"semanticTokenColors": {
|
|
"comment": "#3C4279",
|
|
"keyword": "#FFB691",
|
|
"function": "#D4C972",
|
|
"interface": "#A2D399",
|
|
"type": "#87D6BC",
|
|
"variable": "#89D0ED",
|
|
"string": "#D1BCFD",
|
|
"constant": "#D1BCFD",
|
|
"enum": "#EEB4EA",
|
|
}
|
|
}
|