ayu
🎨🖌 Modern Sublime Text theme
Details
Installs
- Total 533K
 - Win 322K
 - Mac 117K
 - Linux 94K
 
| Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 21 | 32 | 34 | 19 | 30 | 47 | 31 | 28 | 29 | 16 | 19 | 32 | 30 | 36 | 34 | 37 | 23 | 26 | 32 | 42 | 25 | 33 | 38 | 33 | 23 | 35 | 28 | 23 | 27 | 23 | 26 | 26 | 24 | 33 | 33 | 27 | 35 | 29 | 33 | 32 | 38 | 43 | 34 | 35 | 27 | 25 | 
| Mac | 8 | 8 | 6 | 15 | 15 | 15 | 15 | 9 | 14 | 7 | 8 | 10 | 18 | 17 | 14 | 11 | 9 | 14 | 13 | 8 | 15 | 10 | 12 | 9 | 12 | 6 | 12 | 13 | 16 | 14 | 19 | 8 | 17 | 15 | 9 | 20 | 14 | 10 | 14 | 16 | 10 | 10 | 19 | 16 | 10 | 15 | 
| Linux | 9 | 19 | 9 | 11 | 20 | 21 | 16 | 17 | 18 | 13 | 12 | 24 | 18 | 11 | 18 | 11 | 17 | 14 | 18 | 18 | 16 | 20 | 20 | 20 | 10 | 11 | 18 | 9 | 14 | 20 | 12 | 9 | 5 | 15 | 11 | 16 | 15 | 13 | 8 | 18 | 10 | 11 | 12 | 19 | 6 | 5 | 
Readme

ayu is a simple theme with bright colors and comes in three versions — dark, mirage and light for all day long comfortable work.
All screenshots use wonderful Pragmata Pro font
File Icons
ayu from version 3.0.0 supports customization via A File Icon package. Please install it and restart Sublime for better experience.
Custom UI fonts
Since verion 5.0.0 monospaced fonts options were removed. But it's still possible to use your favourite font in the
user interface of the theme, just follow through these simple steps:

- Pull up command pallete via cmd/ctrl + shift + p
 - Type in 
Browse packages - Navigate to the 
/Userfolder - Create a file named 
ayu-mirage.sublime-themeto modify mirage orayu-light.sublime-themeandayu-dark.sublime-theme - Open that file in Sublime
 - Copy and paste following content:
 
[
     {
       "class": "sidebar_label",
       "font.face": "PragmataPro Mono Liga"
     },
     {
       "class": "sidebar_heading",
       "font.face": "PragmataPro Mono Liga"
     },
     {
       "class": "tab_label",
       "font.face": "PragmataPro Mono Liga"
     },
     {
       "class": "label_control",
       "font.face": "PragmataPro Mono Liga"
     },
     {
       "class": "quick_panel_label",
       "font.face": "PragmataPro Mono Liga"
     },
     {
       "class": "quick_panel_path_label",
       "font.face": "PragmataPro Mono Liga"
     }
   ]
- Replace 
PragmataPro Mono Ligawith the font of your choice - Save and enjoy :)
 
Screenshots
Light with ui_separator option on

Mirage with ui_separator option off

Dark with ui_separator option on

Settings
"ui_native_titlebar":       true, // use native titlebars on macOs
"ui_separator":             true, // separators between panels
"ui_wide_scrollbars":       true, // wider scrollbars
Installation
Recommended
You can install ayu via Package Control.
- Press cmd/ctrl + shift + p to open the command palette.
 - Type 
install packageand press enter. Then search forayu 
Manual
- Download the latest release, extract and rename the directory to 
ayu. - Move the directory inside your sublime 
/Packagesdirectory. (Preferences > Browse packages…) 
Activation
Recommended
Open command palette via Tools > Command Palette (or cmd/ctrl + shift + p) and type ayu: Activate theme.
With Skins package
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.
Via Preferences
Add these lines to your user settings Preferences > Setting - User:
For light theme:
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
For mirage theme:
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
For dark theme:
"theme": "ayu-dark.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
Sublime Text 3
ayu no longer supports Sublime Text 3. But you still can download and install manually latest supported version.
Sublime Text 2
ayu no longer supports Sublime Text 2. But you still can download and install manually latest supported version.
Related projects and ports
ayufor Ace: https://github.com/ayu-theme/ayu-aceayucolors as NPM package: https://github.com/ayu-theme/ayu-colorsayufor VSCode: https://github.com/teabyii/vscode-ayuayufor XCode: https://github.com/vburojevic/ayu-xcode-themeayufor Kakoune: https://github.com/icantjuddle/ayu-kak