diff --git a/.gitattributes b/.gitattributes index 70e63ff..13bc9c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Set default behavior to automatically normalize line endings. * text=auto + diff --git a/.gitignore b/.gitignore index 3c93d14..5b41823 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules *.vsix .env +.vscode/ \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index f369b5e..751d592 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -2,3 +2,4 @@ .vscode-test/** .gitignore vsc-extension-quickstart.md + diff --git a/README.md b/README.md index 89dbd16..0617c75 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Systematic Love Theme -A theme for Visual Studio Code inspired by the musical video of Hatsune Miku's "Systematic Love". +A theme for Visual Studio Code inspired by the musical video of Camellia's "Systematic Love" Song. For any questions, suggestions, or contributions, please feel free to send an email to vscode@lolmam.top. \ No newline at end of file diff --git a/icon.png b/icon.png index bbdd255..3a2677a 100644 Binary files a/icon.png and b/icon.png differ diff --git a/package.json b/package.json index 6d6e565..f041b65 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "icon": "icon.png", - "version": "1.1.0", + "version": "1.1.1", "engines": { "vscode": "^1.106.1" }, @@ -30,7 +30,7 @@ { "label": "Systematic Love", "uiTheme": "vs-dark", - "path": "./themes/Systematic Love-color-theme.json" + "path": "./themes/Systematic Love.json" } ] } diff --git a/themes/Systematic Love-color-theme.json b/themes/Systematic Love.json similarity index 100% rename from themes/Systematic Love-color-theme.json rename to themes/Systematic Love.json