diff --git a/package.json b/package.json index eaf8d2f..962b9f1 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/paper-theme-0.0.2.vsix b/paper-theme-0.0.2.vsix new file mode 100644 index 0000000..868bef9 Binary files /dev/null and b/paper-theme-0.0.2.vsix differ diff --git a/themes/Paper-color-theme.json b/themes/Paper-color-theme.json index 795d93a..6dc1f6c 100644 --- a/themes/Paper-color-theme.json +++ b/themes/Paper-color-theme.json @@ -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" } }, {