Find a file
2023-08-11 09:51:33 +02:00
.github/workflows ci: Add Github Action for packaging and releasing the extension 2023-08-11 09:51:33 +02:00
.vscode feat(theme): Create theme 2022-07-14 23:42:21 +02:00
assets chore: Prepare theme for publishing 2022-07-15 00:32:43 +02:00
themes feat: Change activityBar.activeBorder color to primary 2023-08-11 09:51:15 +02:00
.gitignore chore: Add vsce as dev dependency 2022-07-15 12:12:50 +02:00
.vscodeignore feat(theme): Create theme 2022-07-14 23:42:21 +02:00
CHANGELOG.md ci: Add Github Action for packaging and releasing the extension 2023-08-11 09:51:33 +02:00
LICENSE Initial commit 2022-07-14 23:30:24 +02:00
package-lock.json chore: Add vsce as dev dependency 2022-07-15 12:12:50 +02:00
package.json ci: Add Github Action for packaging and releasing the extension 2023-08-11 09:51:33 +02:00
README.md chore: Prepare theme for publishing 2022-07-15 00:32:43 +02:00

Minimal dark syntax theme for VS Code

MIT License

Installation

  1. Go to Extensions
  2. Search for After Sunset Theme and install
  3. Go to Preferences > Color Theme and choose After Sunset Theme as the color theme

Development

VSCode Theme Color Reference

  • Press F5 to open a new window with your extension loaded.
  • Open File > Preferences > Color Themes and pick your 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).

License

after-sunset-vscode is under the terms of the MIT License, following all clarifications stated in the license file.