1
Fork 0
shinycode/themes/ShinyCode-color-theme.json

155 lines
2.9 KiB
JSON
Raw Normal View History

2024-12-11 06:31:39 +00:00
{
"name": "ShinyCode",
"colors": {
2024-12-11 08:15:36 +00:00
"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",
2024-12-11 06:31:39 +00:00
},
"tokenColors": [
{
2024-12-11 08:15:36 +00:00
"name": "Source",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"source",
2024-12-11 06:31:39 +00:00
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#E1E2E9"
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:16:18 +00:00
"name": "Comments",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"comment",
2024-12-11 06:31:39 +00:00
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#3C4279",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Keywords",
2024-12-11 06:31:39 +00:00
"scope": [
"keyword",
2024-12-11 08:15:36 +00:00
"storage",
2024-12-11 06:31:39 +00:00
"punctuation",
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#FFB691",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Functions",
2024-12-11 06:31:39 +00:00
"scope": [
"entity.name.function",
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#D4C972",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Interfaces",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"entity.name.interface",
"entity.name.type.interface",
2024-12-11 06:31:39 +00:00
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#A2D399",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Types",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"entity",
2024-12-11 06:31:39 +00:00
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#87D6BC",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Variables",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"variable",
2024-12-11 06:31:39 +00:00
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#89D0ED",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Values",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"constant",
"support",
2024-12-11 06:31:39 +00:00
"string",
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#D1BCFD",
2024-12-11 06:31:39 +00:00
}
},
{
2024-12-11 08:15:36 +00:00
"name": "Enums",
2024-12-11 06:31:39 +00:00
"scope": [
2024-12-11 08:15:36 +00:00
"entity.name.enum",
"entity.name.type.enum",
2024-12-11 06:31:39 +00:00
],
"settings": {
2024-12-11 08:15:36 +00:00
"foreground": "#EEB4EA",
2024-12-11 06:31:39 +00:00
}
}
2024-12-11 08:15:36 +00:00
],
"semanticHighlighting": true,
"semanticTokenColors": {
"comment": "#3C4279",
"keyword": "#FFB691",
"function": "#D4C972",
"interface": "#A2D399",
"type": "#87D6BC",
"variable": "#89D0ED",
"string": "#D1BCFD",
"constant": "#D1BCFD",
"enum": "#EEB4EA",
}
2024-12-11 06:31:39 +00:00
}