ayu
🎨🖌 Modern, bright color theme for Sublime Text
Details
Installs
- Total 542K
- Win 326K
- Mac 120K
- Linux 96K
| May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 10 | 30 | 16 | 24 | 41 | 36 | 22 | 17 | 21 | 29 | 29 | 23 | 22 | 14 | 12 | 16 | 31 | 14 | 20 | 32 | 17 | 17 | 20 | 19 | 37 | 40 | 20 | 23 | 17 | 39 | 27 | 32 | 26 | 15 | 24 | 19 | 35 | 22 | 29 | 33 | 17 | 11 | 12 | 16 | 26 | 29 |
| Mac | 3 | 17 | 12 | 17 | 20 | 18 | 14 | 14 | 17 | 20 | 20 | 12 | 10 | 11 | 6 | 11 | 20 | 8 | 21 | 25 | 13 | 13 | 16 | 14 | 14 | 19 | 13 | 8 | 8 | 12 | 14 | 19 | 17 | 20 | 12 | 13 | 19 | 13 | 22 | 12 | 12 | 12 | 11 | 14 | 14 | 13 |
| Linux | 3 | 13 | 12 | 19 | 18 | 14 | 6 | 11 | 16 | 13 | 11 | 14 | 12 | 18 | 12 | 15 | 12 | 15 | 16 | 12 | 9 | 13 | 10 | 9 | 14 | 11 | 21 | 13 | 12 | 11 | 12 | 19 | 12 | 14 | 5 | 12 | 14 | 12 | 7 | 10 | 8 | 7 | 6 | 17 | 17 | 9 |
Readme
Website • Install • Screenshots • Ports
ayu is a bright color theme and comes in three versions — dark, mirage, and light — for all-day comfortable work. Handcrafted for Sublime Text.
Install
Recommended
Install via Package Control:
- Press cmd/ctrl + shift + p to open the command palette
- Type
install packageand press enter - Search for
ayuand install
Manual
- Download the latest release
- Extract and rename the directory to
ayu - Move it to your Sublime
/Packagesdirectory (Preferences > Browse packages…)
Activation
Open command palette via cmd/ctrl + shift + p and type ayu: Activate theme.
Or add to your user settings (Preferences > Settings):
// Light
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
// Mirage
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
// Dark
"theme": "ayu-dark.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
Screenshots
Light with ui_separator option

Mirage

Dark with ui_separator option

Customization
Settings
"ui_native_titlebar": true, // native titlebar on macOS
"ui_separator": true, // separators between panels
"ui_wide_scrollbars": true // wider scrollbars
File Icons
For file icons, install A File Icon package.
Custom UI Fonts
- Open command palette and type
Browse packages - Navigate to
/User - Create
ayu-mirage.sublime-theme(orayu-light/ayu-dark) - Add:
[
{ "class": "sidebar_label", "font.face": "Your Font" },
{ "class": "sidebar_heading", "font.face": "Your Font" },
{ "class": "tab_label", "font.face": "Your Font" },
{ "class": "label_control", "font.face": "Your Font" },
{ "class": "quick_panel_label", "font.face": "Your Font" },
{ "class": "quick_panel_path_label", "font.face": "Your Font" }
]
Legacy Versions
Ports
ayu is available for: