Updated Repo
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
*.vsix
|
*.vsix
|
||||||
.env
|
.env
|
||||||
|
.vscode/
|
||||||
@@ -2,3 +2,4 @@
|
|||||||
.vscode-test/**
|
.vscode-test/**
|
||||||
.gitignore
|
.gitignore
|
||||||
vsc-extension-quickstart.md
|
vsc-extension-quickstart.md
|
||||||
|
|
||||||
|
|||||||
@@ -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
BIN
icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 399 KiB After Width: | Height: | Size: 38 KiB |
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user