This commit is contained in:
2021-12-06 23:50:11 +01:00
parent 938608cd37
commit 5999f9fc34
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "paper-theme",
"displayName": "Paper Theme",
"description": "Paper-like theme",
"version": "0.0.1",
"version": "0.0.2",
"engines": {
"vscode": "^1.62.0"
},

BIN
paper-theme-0.0.2.vsix Normal file

Binary file not shown.

View File

@ -41,7 +41,8 @@
"name": "User-defined constant",
"scope": [
"constant.character",
"constant.other"
"constant.other",
"support.constant"
],
"settings": {
"foreground": "#D52753"
@ -120,7 +121,7 @@
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#A6E22E"
"foreground": "#C5A332"
}
},
{