Updated Repo

This commit is contained in:
2026-02-23 21:26:58 +03:00
parent 171332f38f
commit d80c1e5ca2
7 changed files with 6 additions and 3 deletions

1
.gitattributes vendored
View File

@@ -1,2 +1,3 @@
# Set default behavior to automatically normalize line endings. # Set default behavior to automatically normalize line endings.
* text=auto * text=auto

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules node_modules
*.vsix *.vsix
.env .env
.vscode/

View File

@@ -2,3 +2,4 @@
.vscode-test/** .vscode-test/**
.gitignore .gitignore
vsc-extension-quickstart.md vsc-extension-quickstart.md

View File

@@ -1,5 +1,5 @@
# Systematic Love Theme # 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. For any questions, suggestions, or contributions, please feel free to send an email to vscode@lolmam.top.

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -18,7 +18,7 @@
"icon": "icon.png", "icon": "icon.png",
"version": "1.1.0", "version": "1.1.1",
"engines": { "engines": {
"vscode": "^1.106.1" "vscode": "^1.106.1"
}, },
@@ -30,7 +30,7 @@
{ {
"label": "Systematic Love", "label": "Systematic Love",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/Systematic Love-color-theme.json" "path": "./themes/Systematic Love.json"
} }
] ]
} }