Skip to content

Commit

Permalink
Convert themes to new theme format
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed May 18, 2017
1 parent d5b4dc7 commit d05774f
Show file tree
Hide file tree
Showing 9 changed files with 2,224 additions and 2,548 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@
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)`.
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`.

## Font

`ayu` uses [__Roboto Mono__](https://www.google.com/fonts/specimen/Roboto+Mono) as main font and it's highly recommended to install it to get monospaced font in filetree.

## Screenshots

#### Light
Expand All @@ -28,3 +26,14 @@ If you want to setup File Icon, then go to `Preferences > File Icon Theme > Ayu`
#### Mirage
![Mirage](http://ww1.sinaimg.cn/large/006tNbRwgw1f9lyfkgfq5j30xc0m842n.jpg)

## Development

Install dependencies
```shell
npm install
```

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

0 comments on commit d05774f

Please sign in to comment.