Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaobeichen/vscode-shaoo-theme
https://github.com/shaobeichen/vscode-shaoo-theme
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaobeichen/vscode-shaoo-theme
- Owner: shaobeichen
- License: mit
- Created: 2023-11-01T00:56:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T02:47:34.000Z (about 1 year ago)
- Last Synced: 2024-11-01T15:07:38.472Z (2 months ago)
- Size: 497 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-shaoo-theme
https://zhuanlan.zhihu.com/p/157288300
> A dark color scheme inspired by Wimer Hazenberg's Monokai theme.
![screenshot](https://raw.githubusercontent.com/adamgraham/polykai-vscode/master/images/screenshot.png)
## Color Palette
| Element | Hex | RGB | |
| ------------ | --------- | ------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Background | `#141818` | `20 24 24` | |
| Current Line | `#1e2424` | `30 36 36` | |
| Selection | `#3c4848` | `60 72 72` | |
| Comment | `#909090` | `144 144 144` | |
| Foreground | `#f8f8f8` | `248 248 248` | |
| String | `#ffe080` | `255 224 128` | |
| Property | `#ffb000` | `255 176 0` | |
| Type | `#ff9020` | `255 144 32` | |
| Keyword | `#ff0060` | `255 0 96` | |
| Number | `#c080ff` | `192 128 255` | |
| Constant | `#6080ff` | `96 128 255` | |
| Function | `#40c4ff` | `64 196 255` | |
| Class | `#a0ff20` | `160 255 32` | |## Getting started
You can install this theme through the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=adamgraham.polykai-theme).
### Installation
Launch _Quick Open_:
- Linux `Ctrl+P`
- macOS `⌘P`
- Windows `Ctrl+P`Paste the following command and press `Enter`:
```shell
ext install polykai
```Pick the theme by author **Adam Graham** (me).
#### Packaged VSIX Extension
[Download the latest .vsix release](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/adamgraham/vsextensions/polykai-theme/latest/vspackage) file from the marketplace and install it from the command line
```shell
code --install-extension adamgraham.polykai-theme-latest.vsix
```or from within VS Code by launching _Quick Open_ and running the _Install from VSIX..._ command.
#### GitHub Repository Clone
Open your `.vscode/extensions` directory. Depending on your platform, it is located in the following folders:
- **Linux** `~/.vscode/extensions`
- **macOs** `~/.vscode/extensions`
- **Windows** `%USERPROFILE%\.vscode\extensions`Clone the Polykai theme repository as `adamgraham.polykai-theme` into that directory:
```shell
git clone https://github.com/adamgraham/polykai-vscode.git adamgraham.polykai-theme
```## Activate theme
Launch _Quick Open_:
- Linux `Ctrl + Shift + P`
- macOS `⌘ + Shift + P`
- Windows `Ctrl + Shift + P`Type `theme`, choose `Preferences: Color Theme`, and select Polykai from the list.
## Resources
- [Homepage](http://polykai.com/)
- [Repository](https://github.com/adamgraham/polykai-vscode)
- [Changelog](https://github.com/adamgraham/polykai-vscode/blob/master/CHANGELOG.md)
- [License](https://github.com/adamgraham/polykai-vscode/blob/master/LICENSE)
- [Report Issues](https://github.com/adamgraham/polykai-vscode/issues)
- [Other Editor Support](https://github.com/adamgraham/polykai)