Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a74b4c1f19 | |||
| 4632078332 | |||
| 77ac9da78e | |||
| 8447a8d790 | |||
| dcfc9af7da | |||
| 00abe9bf20 | |||
| e1fe43225f | |||
| 9dd381589c |
@@ -0,0 +1,17 @@
|
||||
name: Publish to VSC Marketplace
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm install
|
||||
- uses: lannonbr/vsce-action@master
|
||||
with:
|
||||
args: "publish -p $VSCE_TOKEN"
|
||||
env:
|
||||
VSCE_TOKEN: ${{ secrets.PAT }}
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
"name": "kabukicho",
|
||||
"displayName": "Kabukichō",
|
||||
"description": "Neon vaporwave dark theme with dreamy nostalgia and hints of hazy liquid synth.",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.6",
|
||||
"publisher":"victoriadrake",
|
||||
"icon": "icon.png",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
@@ -39,4 +39,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"statusBar.background": "#130e11",
|
||||
"statusBar.border": "#2a2139",
|
||||
"statusBar.debuggingBackground": "#1f1529",
|
||||
"statusBar.debuggingForeground": "#08080f50",
|
||||
"statusBar.debuggingForeground": "#b141f1",
|
||||
"statusBar.debuggingBorder": "#08080faf",
|
||||
"statusBar.noFolderForeground": "#ffffff",
|
||||
"statusBar.noFolderBackground": "#1f1529",
|
||||
@@ -113,9 +113,9 @@
|
||||
"editorSuggestWidget.highlightForeground": "#b141f1",
|
||||
"editorSuggestWidget.selectedBackground": "#1f1529",
|
||||
"editorGutter.background": "#1f1529",
|
||||
"editorGutter.addedBackground": "#206d4bd6",
|
||||
"editorGutter.deletedBackground": "#fa2e46a4",
|
||||
"editorGutter.modifiedBackground": "#e0b401",
|
||||
"editorGutter.addedBackground": "#58c7e0",
|
||||
"editorGutter.deletedBackground": "#b141f1",
|
||||
"editorGutter.modifiedBackground": "#54e484",
|
||||
"editor.selectionBackground": "#46346588",
|
||||
"editor.selectionHighlightBackground": "#b141f133",
|
||||
"editor.inactiveSelectionBackground": "#ffffff33",
|
||||
@@ -136,9 +136,9 @@
|
||||
"editorBracketMatch.border": "#495495",
|
||||
"editorRuler.foreground": "#34294f33",
|
||||
"editorOverviewRuler.findMatchForeground": "#34294f",
|
||||
"editorOverviewRuler.modifiedForeground": "#49549599",
|
||||
"editorOverviewRuler.addedForeground": "#09f7a099",
|
||||
"editorOverviewRuler.deletedForeground": "#b141f199",
|
||||
"editorOverviewRuler.modifiedForeground": "#54e484",
|
||||
"editorOverviewRuler.addedForeground": "#58c7e0",
|
||||
"editorOverviewRuler.deletedForeground": "#b141f1",
|
||||
"editorOverviewRuler.errorForeground": "#b141f1dd",
|
||||
"editorOverviewRuler.warningForeground": "#b141f1cc",
|
||||
"editorCodeLens.foreground": "#ffffffcc",
|
||||
@@ -212,9 +212,9 @@
|
||||
"peekViewTitleLabel.foreground": "#b141f1",
|
||||
"progressBar.background": "#b141f1",
|
||||
"scrollbar.shadow": "#2a2139",
|
||||
"scrollbarSlider.activeBackground": "#34294f77",
|
||||
"scrollbarSlider.background": "#34294f33",
|
||||
"scrollbarSlider.hoverBackground": "#34294f55",
|
||||
"scrollbarSlider.activeBackground": "#b141f177",
|
||||
"scrollbarSlider.background": "#b141f133",
|
||||
"scrollbarSlider.hoverBackground": "#b141f155",
|
||||
"gitDecoration.addedResourceForeground": "#b141f1cc",
|
||||
"gitDecoration.modifiedResourceForeground": "#b893ceee",
|
||||
"gitDecoration.deletedResourceForeground": "#b141f1",
|
||||
@@ -1062,4 +1062,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user