From 2bf2482dae15a06f564aea5d22909122e5c08fe1 Mon Sep 17 00:00:00 2001 From: Yifei Date: Fri, 10 Mar 2023 11:33:28 +0800 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ package.json | 7 ++++++- ...json => simple-light-theme-unbordered-color-theme.json} | 0 3 files changed, 10 insertions(+), 1 deletion(-) rename themes/{simple-light-theme-bordered-color-theme.json => simple-light-theme-unbordered-color-theme.json} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d04a78..17af694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.0.5] + +- 加入无border的主题 + ## [0.0.4] - 调整function 颜色 diff --git a/package.json b/package.json index 29315e1..3848040 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-light-theme", "displayName": "simple-light-theme", "description": "A simple light theme which is color blind friendlly.", - "version": "0.0.4", + "version": "0.0.5", "engines": { "vscode": "^1.67.0" }, @@ -15,6 +15,11 @@ "label": "simple-light-theme", "uiTheme": "vs", "path": "./themes/simple-light-theme-color-theme.json" + }, + { + "label": "simple-light-theme-unbordered", + "uiTheme": "vs", + "path": "./themes/simple-light-theme-unbordered-color-theme.json" } ] }, diff --git a/themes/simple-light-theme-bordered-color-theme.json b/themes/simple-light-theme-unbordered-color-theme.json similarity index 100% rename from themes/simple-light-theme-bordered-color-theme.json rename to themes/simple-light-theme-unbordered-color-theme.json