Update Theme

This commit is contained in:
2026-02-23 20:01:08 +03:00
parent cdf5aa3cd7
commit b81c05b98e
6 changed files with 32 additions and 66 deletions

View File

@@ -8,8 +8,9 @@
"editorCursor.foreground": "#FF007F",
"editor.lineHighlightBackground": "#83004388",
"editor.selectionBackground": "#FF007F55",
"editorLineNumber.foreground": "#2BFFF080",
"editorLineNumber.activeForeground": "#2BFFF0",
"editorLineNumber.foreground": "#FF99CC80",
"editorLineNumber.activeForeground": "#FF99CC",
"activityBar.background": "#000000",
"activityBar.foreground": "#F8F8FF",
@@ -37,28 +38,30 @@
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"fontStyle": "italic",
"foreground": "#830043"
"foreground": "#4DEEEA"
}
},
{
"name": "Strings",
"scope": ["string", "constant.other.symbol"],
"settings": {
"foreground": "#F8F8FF"
"foreground": "#FFE6FA"
}
},
{
"name": "Keywords",
"scope": ["keyword", "storage.type", "storage.modifier"],
"settings": {
"foreground": "#FF007F"
"foreground": "#FF007F",
"fontStyle": "bold"
}
},
{
"name": "Functions",
"scope": ["entity.name.function", "support.function"],
"settings": {
"foreground": "#2BFFF0"
"foreground": "#2BFFF0",
"fontStyle": "bold"
}
},
{
@@ -72,21 +75,21 @@
"name": "Numbers / constants",
"scope": ["constant.numeric", "constant.language"],
"settings": {
"foreground": "#FF007F"
"foreground": "#FF66A8"
}
},
{
"name": "Types and Classes",
"scope": ["entity.name.type", "support.class"],
"settings": {
"foreground": "#2BFFF0"
"foreground": "#7DFFF9"
}
},
{
"name": "Attributes",
"scope": ["entity.other.attribute-name"],
"settings": {
"foreground": "#FF007F"
"foreground": "#FF80BF"
}
},
{
@@ -100,14 +103,15 @@
"name": "Invalid",
"scope": ["invalid"],
"settings": {
"foreground": "#F90347"
"foreground": "#FF3355"
}
},
{
"name": "Markdown Headings",
"scope": ["markup.heading", "markup.heading entity.name"],
"settings": {
"foreground": "#2BFFF0"
"foreground": "#2BFFF0",
"fontStyle": "bold"
}
}
]