Skip to content

Commit

Permalink
v5.0.0 (#207)
Browse files Browse the repository at this point in the history
* Simple ui build

* Base syntax theme

* Updated ui theme

* Remove old build system

* Update contrast of the theme

* Fixes to the colour schemes

* Update readme and messages
  • Loading branch information
dempfi authored Mar 23, 2019
1 parent d7c307c commit 3e1b9df
Show file tree
Hide file tree
Showing 40 changed files with 7,619 additions and 12,648 deletions.
9 changes: 0 additions & 9 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
// ayu theme: Show separators between panels
"ui_separator": false,

// ayu theme: Use smaller font size for UI
"ui_font_size_small": false,

// ayu theme: Use Source Code Pro as UI font
"ui_font_source_code_pro": false,

// ayu theme: Use Roboto Mono as UI font
"ui_font_roboto_mono": false,

// ayu theme: Display wider scrollbars
"ui_wide_scrollbars": false
}
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
![ayu](https://i.imgur.com/akLUOXg.png)
![ayu](./images/hero.png)

`ayu` is a simple theme with bright colors and comes in three versions — *dark*, *mirage* and *light* for all day long comfortable work.

### 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. But if you don't have it then the UI theme will downgrade to standard UI font used in Sublime Text.

### File Icons

`ayu` from version `3.0.0` supports customization via [A File Icon](https://github.com/ihodev/a-file-icon) package. Please install it and restart Sublime for better experience.
Expand Down Expand Up @@ -34,9 +30,6 @@
```js
"ui_native_titlebar": true, // use native titlebars on macOs
"ui_separator": true, // separators between panels
"ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc)
"ui_font_source_code_pro": true, // use Source Code Pro (https://fonts.google.com/specimen/Source+Code+Pro) as UI font
"ui_font_roboto_mono": true, // use Roboto Mono (https://fonts.google.com/specimen/Roboto+Mono) as UI font
"ui_wide_scrollbars": true, // wider scrollbars
```

Expand Down Expand Up @@ -78,21 +71,21 @@ For light theme:

```js
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
```

For mirage theme:

```js
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
```

For dark theme:

```js
"theme": "ayu-dark.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
```

### Sublime Text 2
Expand Down
Loading

0 comments on commit 3e1b9df

Please sign in to comment.