Files
systematic-love/themes/Systematic Love-color-theme.json
lolmam 54f38c18f8 n
first commit
2025-12-06 21:04:54 +03:00

115 lines
2.6 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": "#2BFFF080",
"editorLineNumber.activeForeground": "#2BFFF0",
"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": "#830043"
}
},
{
"name": "Strings",
"scope": ["string", "constant.other.symbol"],
"settings": {
"foreground": "#F8F8FF"
}
},
{
"name": "Keywords",
"scope": ["keyword", "storage.type", "storage.modifier"],
"settings": {
"foreground": "#FF007F"
}
},
{
"name": "Functions",
"scope": ["entity.name.function", "support.function"],
"settings": {
"foreground": "#2BFFF0"
}
},
{
"name": "Variables",
"scope": ["variable"],
"settings": {
"foreground": "#F8F8FF"
}
},
{
"name": "Numbers / constants",
"scope": ["constant.numeric", "constant.language"],
"settings": {
"foreground": "#FF007F"
}
},
{
"name": "Types and Classes",
"scope": ["entity.name.type", "support.class"],
"settings": {
"foreground": "#2BFFF0"
}
},
{
"name": "Attributes",
"scope": ["entity.other.attribute-name"],
"settings": {
"foreground": "#FF007F"
}
},
{
"name": "Tags",
"scope": ["entity.name.tag"],
"settings": {
"foreground": "#FF007F"
}
},
{
"name": "Invalid",
"scope": ["invalid"],
"settings": {
"foreground": "#F90347"
}
},
{
"name": "Markdown Headings",
"scope": ["markup.heading", "markup.heading entity.name"],
"settings": {
"foreground": "#2BFFF0"
}
}
]
}