https://github.com/vaibdix/custom-vscode-theme
Dark theme for Visual Studio Code
https://github.com/vaibdix/custom-vscode-theme
dark-theme theme visual-studio-code vscode-theme
Last synced: 2 days ago
JSON representation
Dark theme for Visual Studio Code
- Host: GitHub
- URL: https://github.com/vaibdix/custom-vscode-theme
- Owner: vaibdix
- Created: 2023-06-05T05:34:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T20:08:27.000Z (about 2 years ago)
- Last Synced: 2023-12-24T08:26:55.228Z (about 2 years ago)
- Topics: dark-theme, theme, visual-studio-code, vscode-theme
- Homepage:
- Size: 3.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dark Alchemy Themes

DA-Default
DA-Blue

DA-Midnight
DA-Black

DA-Arctic
DA-Arctic-Ruled
## Install
1. Visit the [VS Marketplace](https://marketplace.visualstudio.com).
2. Click on the "Install" button.
3. Then [select a theme](https://code.visualstudio.com/docs/getstartedthemes#_selecting-the-color-theme).The GitHub themes aim to align with the themes available in [github.com's settings](https://github.com/settings/appearance):
- `DarkAlchemy - Default`
- `DarkAlchemy - Blue`
- `DarkAlchemy - Midnight`✨ new ✨
- `DarkAlchemy - Black` ✨ new ✨
- `DarkAlchemy - Arctic`
- `DarkAlchemy - Arctic-Ruled` ✨ new ✨
## Customize this theme
To customize this theme (or any other) in your personal config file, refer to the guide in the [color theme](https://code.visualstudio.com/api/extension-guides/color-theme) documentation. This is useful for making small adjustments to the theme without forking and managing your separate theme.
## Contribution Guide
Note: PR for only current themes as of now.
1. Clone this [repo](https://github.com/vaibdix/darkalchemy) in VS Code.
2. To access the "darkalchemy" folder, either navigate through the file explorer manually or execute the command `code darkalchemy` in the Command Line Interface (CLI).
3. Press `F5` to open a new window with your extension loaded
4. Navigate to `Code > Preferences > Color Theme` or use shortcuts (`⌘k ⌘t` on Mac or `Ctrl+k Ctrl+t` on Windows) and select the "Darkalchemy ..." theme for testing.
5. Make desired changes to the themes file.
- **UI**: For alterations to the "outer UI" such as the status bar, file navigation, etc., refer to the [Theme Color](https://code.visualstudio.com/api/references/theme-color) reference.
- **Syntax**: For modifications to code highlighting, inspect the syntax scopes by invoking the [`Developer: Inspect Editor Tokens and Scopes`](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector) command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) in the Extension Development Host window.
6. Once you're happy, commit your changes and open a Pull Request (PR).
**Enjoy exploring the Dark Alchemy Themes!**