Update Theme
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user