Compare commits

...

5 Commits

Author SHA1 Message Date
tumble 7c18b07206
preview image 2022-05-12 22:06:39 +01:00
tumble c1058d1906
name 2022-05-12 15:26:13 +01:00
tumble 702ceb2cfb
name update 2022-05-12 15:25:05 +01:00
tumble 92a0a9e72b
name change 2022-05-12 15:20:15 +01:00
tumble 0b721cc276
token 2022-05-12 15:13:42 +01:00
5 changed files with 7 additions and 5 deletions

View File

@ -39,10 +39,10 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload
path: ${{ env.artifact-name }}
- uses: nyaa8/package-version@v1
- name: GitHub Release Action
- name: Release ${{ env.PACKAGE_VERSION }}
uses: 1fxe/GitHub-Release-Action@main
with:
release_token: ${{ secrets.GITHUB_TOKEN }}
release_token: ${{ github.token }}
release_tag: ${{ env.PACKAGE_VERSION }}
release_title: Tumble Yellow Dark VSCode ${{ env.PACKAGE_VERSION }}
release_file: ${{ env.artifact-name }}

View File

@ -2,6 +2,8 @@
VSCode Theme based on the color scheme of my portfolio
![preview](preview.png)
# Install
Install [VSCode](https://code.visualstudio.com/)/[VSCodium](https://vscodium.com/#install), NodeJS, [Yarn](https://yarnpkg.com/getting-started/install), and [VSCE](https://code.visualstudio.com/api/working-with-extensions/publishing-extension).
@ -16,5 +18,5 @@ vsce package
```
# GitHub's VS Code themes
This project is a fork of the GitHhb VS Theme by [Primer](https://github.com/primer)
This project is a fork of the GitHub VS Theme by [Primer](https://github.com/primer)
![GitHub VS Code theme](https://user-images.githubusercontent.com/378023/132220037-3cd3e777-55a6-445f-9a2e-da6020ebd78d.png)

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,8 +1,8 @@
{
"name": "tumble-yellow-dark",
"displayName": "Tumble Theme",
"displayName": "Tumble Yellow Dark",
"description": "VSCode Theme based on the color scheme of my portfolio",
"version": "0.1.0",
"version": "0.1.1",
"preview": true,
"publisher": "Tumble",
"license": "MIT",

BIN
preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB