Skip to content

Commit

Permalink
Merge pull request #53 from dempfi/build-system
Browse files Browse the repository at this point in the history
Extended ayu
  • Loading branch information
Ike Ku authored Nov 3, 2016
2 parents 460498d + a7e674e commit f26e9e6
Show file tree
Hide file tree
Showing 406 changed files with 8,511 additions and 1,591 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@
._*

*.cache
*.pyc
*.pyc
npm-debug.log

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# color scheme gens
/ayu-*.yml
51 changes: 33 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![ayu](http://i.imgur.com/h56iGcG.png)
![ayu](http://i.imgur.com/b3etBQX.png)

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

Expand All @@ -9,18 +9,21 @@
# Screenshots

Light with `ui_separator` option on
![Light with separators on](http://i.imgur.com/vidbstL.png)
![Light with separators on](http://i.imgur.com/AJbChTB.png)

Dark with `ui_separator` option off
![Dark with separators off](http://i.imgur.com/r1mqHyx.png)
🎉**NEW**🎉 Mirage with `ui_separator` option off
![Mirage with separators off](http://i.imgur.com/3kkWv8k.png)

Dark with `ui_separator` option on
![Dark with separators on](http://i.imgur.com/bbH1K5O.png)

# Settings

```json
"ui_separator": true, // separators between panels
"ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc)
"ui_big_tabs": true // increased tab height
"ui_big_tabs": true, // increased tab height
"ui_fix_tab_labels": true // to fix tab labels if they look not right
```

# Installation
Expand All @@ -38,39 +41,51 @@ You can install `ayu` via [Package Control](https://packagecontrol.io/).
# Activation
## Sublime Text 3
### Skins package
[Skins](https://packagecontrol.io/packages/Skins) provides a simple and efficient way to change themes, save your own presets and quickly try out new looks. Activation is as simple as opening up the command palette, running `Select Skin` and choosing `Ayu - Dark` or `Ayu - Light` from the list.
[Skins](https://packagecontrol.io/packages/Skins) provides a simple and efficient way to change themes, save your own presets and quickly try out new looks. Activation is as simple as opening up the command palette, running `Select Skin` and choosing `Ayu - Dark` or `Ayu - Light` from the list.

### Normal way
Add these lines to your user settings *Preferences > Setting - User*:

For dark theme:
```json
"theme": "ayu.sublime-theme",
"color_scheme": "Packages/ayu/ayu.tmTheme",
```

For light theme:
```json
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
```

## Sublime Text 2
Add these lines to your user settings *Preferences > Setting - User*:

_Sublime Text 2 version may have some glitches, if you notice something, please file an issue._
For mirage theme:
```json
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
```

For dark theme:
```json
"theme": "ayu2.sublime-theme",
"color_scheme": "Packages/ayu/ayu.tmTheme",
"theme": "ayu-dark.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
```

## Sublime Text 2
Add this lines to your user settings *Preferences > Setting - User*:

_Sublime Text 2 version may have some glitches, if you notice something, please file an issue._

For light theme:
```json
"theme": "ayu-light2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
```

For mirage theme:
```json
"theme": "ayu-mirage2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
```

For dark theme:
```json
"theme": "ayu-dark2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
```

**NOTE:** Restart Sublime Text after activation of the theme to avoid any glitches.

Binary file added assets/arrow-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/arrow-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/buffer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/dark/arrow_left--hover.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/arrow_left.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/arrow_right--hover.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/arrow_right.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/buffer--hover.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/buffer.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/close--hover.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Binary file not shown.
Binary file removed assets/dark/close.png
Binary file not shown.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/context--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/context.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/dirty--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/dirty.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/fold--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/fold.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-0.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-1.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-2.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-3.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-4.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-5.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-6.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened--hover-7.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/folder_opened.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/highlight--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/highlight.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/input_bg.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/input_border.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/input_search.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/inselection--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/inselection.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/matchcase--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/matchcase.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/overflow_menu--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/overflow_menu.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/overlay_bg.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/regex--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/regex.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/replace_preserve_case--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/replace_preserve_case.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/reverse--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/reverse.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/separator_bottom.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/separator_right.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/separator_top.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner.png
Diff not rendered.
Binary file removed assets/dark/spinner1.png
Diff not rendered.
Binary file removed assets/dark/spinner10.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner11.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner2.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner3.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner4.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner5.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner6.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner7.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner8.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/spinner9.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/symlink_folder--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/symlink_folder.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/tab_active.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/tree_highlight.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/unfold--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/unfold.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/word--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/word.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/wrap--hover.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file removed assets/dark/wrap.png
Diff not rendered.
Binary file removed assets/dark/[email protected]
Diff not rendered.
Binary file added assets/dirty.png
Binary file added assets/[email protected]
Binary file added assets/fold.png
Binary file added assets/[email protected]
Binary file added assets/folder-open-1.png
Binary file added assets/[email protected]
Binary file added assets/folder-open-2.png
Binary file added assets/[email protected]
Binary file added assets/folder-open-3.png
Binary file added assets/[email protected]
Binary file added assets/folder-open-4.png
Binary file added assets/[email protected]
Binary file added assets/folder-open-5.png
Binary file added assets/[email protected]
Binary file added assets/folder-open-6.png
Binary file added assets/[email protected]
Binary file added assets/folder-open.png
Binary file added assets/[email protected]
Binary file added assets/folder-symlink.png
Binary file added assets/[email protected]
Binary file added assets/folder.png
Binary file added assets/[email protected]
Binary file added assets/highlight.png
Binary file added assets/[email protected]
Binary file added assets/input-bg.png
Binary file added assets/input-border.png
Binary file added assets/[email protected]
Binary file added assets/input-search.png
Binary file added assets/[email protected]
Binary file added assets/inselection.png
Binary file added assets/[email protected]
Binary file removed assets/light/arrow_left--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/arrow_left.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/arrow_right--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/arrow_right.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/buffer--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/buffer.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/close--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/close.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/context--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/context.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/dirty--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/dirty.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/fold--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/fold.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-0.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-1.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-2.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-3.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-4.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-5.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-6.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened--hover-7.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/folder_opened.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/highlight--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/highlight.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/input_bg.png
Diff not rendered.
Binary file removed assets/light/input_border.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/input_search.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/inselection--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/inselection.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/matchcase--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/matchcase.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/overflow_menu--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/overflow_menu.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/overlay_bg.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/regex--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/regex.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/replace_preserve_case--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/replace_preserve_case.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/reverse--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/reverse.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/separator_bottom.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/separator_right.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/separator_top.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner.png
Diff not rendered.
Binary file removed assets/light/spinner1.png
Diff not rendered.
Binary file removed assets/light/spinner10.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner11.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner2.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner3.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner4.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner5.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner6.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner7.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner8.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/spinner9.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/symlink_folder--hover.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/symlink_folder.png
Diff not rendered.
Binary file removed assets/light/[email protected]
Diff not rendered.
Binary file removed assets/light/tab_active.png
Diff not rendered.
Loading

0 comments on commit f26e9e6

Please sign in to comment.