Adjust various things for the VSCode theme.

This commit is contained in:
Bauke 2020-04-09 02:10:04 +02:00
parent d3a30d1bef
commit e59f593245
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 16 additions and 4 deletions

3
.gitignore vendored
View File

@ -106,3 +106,6 @@ dist
# Output directories.
build/
public/
# Packaged VSCode extensions.
*.vsix

View File

@ -1,3 +1,10 @@
.vscode/**
.vscode-test/**
.gitignore
# Ignore various things that don't need to be packaged with the extension.
images/
themes/love-template.color-theme.json
# Unignore the logo since that's used with a local URL.
!images/love-mark-square.png

View File

@ -4,8 +4,8 @@
## Preview
![](https://gitlab.com/holllo/love/-/raw/master/source/vscode/images/love-dark-01.png)
![](https://gitlab.com/holllo/love/-/raw/master/source/vscode/images/love-light-01.png)
![Love Dark Preview Image](images/love-dark-01.png)
![Love Light Preview Image](images/love-light-01.png)
## License

View File

@ -5,14 +5,16 @@
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",
"repository": "https://gitlab.com/holllo/love",
"scripts": {},
"scripts": {
"package": "vsce package --baseImagesUrl='https://gitlab.com/holllo/love/-/raw/master/source/vscode/'"
},
"dependencies": {},
"devDependencies": {
"vsce": "^1.75.0"
},
"displayName": "Love Theme",
"publisher": "Holllo",
"icon": "https://gitlab.com/holllo/love/-/raw/master/source/vscode/images/love-mark-square.png",
"icon": "images/love-mark-square.png",
"galleryBanner": {
"color": "#2A2041",
"theme": "dark"