Files
systematic-love/themes/Systematic Love-color-theme.json
2026-02-23 20:01:08 +03:00

119 lines
2.7 KiB
JSON

{
"name": "Systematic Love - Neon",
"type": "dark",
"colors": {
"editor.background": "#6A0D3B",
"editor.foreground": "#F8F8FF",
"editorCursor.foreground": "#FF007F",
"editor.lineHighlightBackground": "#83004388",
"editor.selectionBackground": "#FF007F55",
"editorLineNumber.foreground": "#FF99CC80",
"editorLineNumber.activeForeground": "#FF99CC",
"activityBar.background": "#000000",
"activityBar.foreground": "#F8F8FF",
"activityBarBadge.background": "#FF007F",
"sideBar.background": "#000000",
"sideBar.foreground": "#F8F8FF",
"sideBarTitle.foreground": "#2BFFF0",
"statusBar.background": "#000000",
"statusBar.foreground": "#F8F8FF",
"tab.activeBackground": "#6A0D3B",
"tab.activeForeground": "#F8F8FF",
"tab.inactiveBackground": "#000000",
"tab.inactiveForeground": "#830043",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#F8F8FF"
},
"tokenColors": [
{
"name": "Comments",
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"fontStyle": "italic",
"foreground": "#4DEEEA"
}
},
{
"name": "Strings",
"scope": ["string", "constant.other.symbol"],
"settings": {
"foreground": "#FFE6FA"
}
},
{
"name": "Keywords",
"scope": ["keyword", "storage.type", "storage.modifier"],
"settings": {
"foreground": "#FF007F",
"fontStyle": "bold"
}
},
{
"name": "Functions",
"scope": ["entity.name.function", "support.function"],
"settings": {
"foreground": "#2BFFF0",
"fontStyle": "bold"
}
},
{
"name": "Variables",
"scope": ["variable"],
"settings": {
"foreground": "#F8F8FF"
}
},
{
"name": "Numbers / constants",
"scope": ["constant.numeric", "constant.language"],
"settings": {
"foreground": "#FF66A8"
}
},
{
"name": "Types and Classes",
"scope": ["entity.name.type", "support.class"],
"settings": {
"foreground": "#7DFFF9"
}
},
{
"name": "Attributes",
"scope": ["entity.other.attribute-name"],
"settings": {
"foreground": "#FF80BF"
}
},
{
"name": "Tags",
"scope": ["entity.name.tag"],
"settings": {
"foreground": "#FF007F"
}
},
{
"name": "Invalid",
"scope": ["invalid"],
"settings": {
"foreground": "#FF3355"
}
},
{
"name": "Markdown Headings",
"scope": ["markup.heading", "markup.heading entity.name"],
"settings": {
"foreground": "#2BFFF0",
"fontStyle": "bold"
}
}
]
}