8 Commits

Author SHA1 Message Date
Victoria Drake a74b4c1f19 Update package.json 2021-05-17 06:14:47 -04:00
Victoria Drake 4632078332 Merge pull request #10 from Kwonunn/fix-9
Make git change colours consistent
2021-05-17 05:50:42 -04:00
Kwonunn 77ac9da78e Make git change colours consistent 2021-05-11 11:16:20 +02:00
Victoria Drake 8447a8d790 Merge pull request #8 from Kwonunn/fix-5
Brighten scrollbar slider
2021-05-09 16:35:27 -04:00
Kwonunn dcfc9af7da Brighten scrollbar slider 2021-05-08 19:20:11 +02:00
Victoria Drake 00abe9bf20 Merge pull request #7 from Kwonunn/fix-6
Fix illegible contrast on foreground coloru
2021-05-08 05:39:35 -04:00
Kwonunn e1fe43225f Fix illegible contrast on foreground coloru 2021-05-07 22:47:16 +02:00
Victoria Drake 9dd381589c Add publishing Action 2020-07-03 21:46:10 -04:00
3 changed files with 30 additions and 13 deletions
+17
View File
@@ -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
View File
@@ -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 @@
}
]
}
}
}
+11 -11
View File
@@ -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 @@
}
}
]
}
}