An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![vscode-ayu](assets/header.png)

> 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
![Light](assets/light.png)
![Light Bordered](assets/light-bordered.png)

#### Mirage
![Mirage](assets/mirage.png)
![Mirage Bordered](assets/mirage-bordered.png)

#### Dark
![Dark](assets/dark.png)
![Dark Bordered](assets/dark-bordered.png)

## Development

Install dependencies
```shell
npm install
```

Update themes and build VSIX package
```shell
npm run build && npm run package
```