https://github.com/lawvs/a-soul-theme
稀土掘金2022编程挑战赛参赛作品(注:作者不是嘉心糖)。A Soul Theme for Visual Studio Code.
https://github.com/lawvs/a-soul-theme
theme visual-studio-code visual-studio-extension
Last synced: 26 days ago
JSON representation
稀土掘金2022编程挑战赛参赛作品(注:作者不是嘉心糖)。A Soul Theme for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/lawvs/a-soul-theme
- Owner: lawvs
- License: mit
- Created: 2022-04-26T18:44:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T16:21:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T21:22:01.826Z (3 months ago)
- Topics: theme, visual-studio-code, visual-studio-extension
- Language: TypeScript
- Homepage: https://hackathon2022.juejin.cn/#/works/detail?unique=GKEYxAhoPFUvtviq-nlTCw
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# A-SOUL Theme
[](https://github.com/lawvs/a-soul-theme/actions/workflows/build.yml)


Read this in [简体中文 (Simplified Chinese)](./README.zh-cn.md)
## Install
- Download `a-soul-theme.vsix` from the [Releases](https://github.com/lawvs/a-soul-theme/releases) page.
- Copy `a-soul-theme.vsix` into the `/.vscode/extensions` folder and restart Code.
- Or install it from `extension panel`.

- Change color theme.
## Development
```sh
# Clone this repo
git clone [email protected]:lawvs/a-soul-theme.gitcd ./a-soul-theme
# Install dependencies
pnpm install# Development
pnpm run dev# Build theme
pnpm run build# Build vsix package
pnpm run package
```- You can press `F5` to open a new window with the extension loaded.
- Open `File > Preferences > Color Themes` and pick a color theme.
- Open a file that has a language associated. The languages configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Developer: Inspect Editor Tokens and Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac).
## References
- [Visual Studio Code Themes](https://code.visualstudio.com/docs/getstarted/themes)
- [Color Themes | Visual Studio Code](https://code.visualstudio.com/api/references/theme-color)
- [The VS Code Theme Editor](https://themes.vscode.one/)
- [vscode-theme-generator](https://github.com/Tyriar/vscode-theme-generator)
- [vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples)
- [Dracula](https://github.com/dracula/dracula-theme)## License
[The MIT License](./LICENSE)
NOTE: THE SOFTWARE ICON AND CHARACTERS IS NOT LICENSED BY MIT AND COPYRIGHT TO THE A-SOUL.