https://github.com/ayu-theme/vscode-ayu
ayu theme for vscode
https://github.com/ayu-theme/vscode-ayu
ayu dark light mirage vscode vscode-theme
Last synced: 11 months ago
JSON representation
ayu theme for vscode
- Host: GitHub
- URL: https://github.com/ayu-theme/vscode-ayu
- Owner: ayu-theme
- License: mit
- Fork: true (dempfi/ayu)
- Created: 2016-10-12T02:44:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T16:06:06.000Z (about 3 years ago)
- Last Synced: 2024-08-07T18:33:37.743Z (almost 2 years ago)
- Topics: ayu, dark, light, mirage, vscode, vscode-theme
- Language: Jupyter Notebook
- Homepage: https://marketplace.visualstudio.com/items?itemName=teabyii.ayu
- Size: 10.7 MB
- Stars: 564
- Watchers: 11
- Forks: 92
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

> Source from: https://github.com/dempfi/ayu
A simple theme with bright colors and comes in three versions — *dark*, *light* and *mirage* for all day long comfortable work.
> Note that this isn't a theme maintained by the original [Ayu theme](https://github.com/dempfi/ayu) author so please report issues related to this theme here.
## Install
```shell
ext install ayu
```
Then go to `Preferences > Color Theme > Ayu Light(or Ayu Dark, or Ayu Mirage)`.
If you want to setup File Icon, then go to `Preferences > File Icon Theme > Ayu`.
## Screenshots
#### Light


#### Mirage


#### Dark


## Development
Install dependencies
```shell
npm install
```
Update themes and build VSIX package
```shell
npm run build && npm run package
```