0.0.2
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
"name": "paper-theme",
|
"name": "paper-theme",
|
||||||
"displayName": "Paper Theme",
|
"displayName": "Paper Theme",
|
||||||
"description": "Paper-like theme",
|
"description": "Paper-like theme",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.62.0"
|
"vscode": "^1.62.0"
|
||||||
},
|
},
|
||||||
|
BIN
paper-theme-0.0.2.vsix
Normal file
BIN
paper-theme-0.0.2.vsix
Normal file
Binary file not shown.
@ -41,7 +41,8 @@
|
|||||||
"name": "User-defined constant",
|
"name": "User-defined constant",
|
||||||
"scope": [
|
"scope": [
|
||||||
"constant.character",
|
"constant.character",
|
||||||
"constant.other"
|
"constant.other",
|
||||||
|
"support.constant"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#D52753"
|
"foreground": "#D52753"
|
||||||
@ -120,7 +121,7 @@
|
|||||||
"scope": "entity.other.attribute-name",
|
"scope": "entity.other.attribute-name",
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "",
|
"fontStyle": "",
|
||||||
"foreground": "#A6E22E"
|
"foreground": "#C5A332"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user