ayu
🎨🖌 Modern Sublime Text theme
Details
Installs
- Total 513K
- Win 311K
- Mac 113K
- Linux 89K
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 32 | 36 | 38 | 49 | 46 | 46 | 45 | 33 | 31 | 58 | 40 | 52 | 46 | 34 | 34 | 29 | 39 | 39 | 42 | 41 | 42 | 16 | 23 | 50 | 44 | 49 | 43 | 39 | 32 | 34 | 46 | 31 | 44 | 49 | 47 | 26 | 35 | 40 | 61 | 56 | 43 | 28 | 26 | 29 | 38 | 41 |
Mac | 13 | 12 | 13 | 21 | 8 | 14 | 27 | 11 | 8 | 11 | 15 | 24 | 22 | 14 | 13 | 11 | 16 | 15 | 17 | 19 | 18 | 15 | 8 | 11 | 15 | 14 | 12 | 13 | 9 | 10 | 15 | 21 | 17 | 13 | 9 | 10 | 5 | 24 | 21 | 18 | 18 | 19 | 9 | 4 | 11 | 16 |
Linux | 11 | 12 | 11 | 25 | 20 | 22 | 14 | 11 | 19 | 13 | 13 | 17 | 17 | 9 | 9 | 15 | 15 | 10 | 12 | 16 | 15 | 11 | 9 | 16 | 18 | 15 | 16 | 12 | 12 | 17 | 17 | 11 | 18 | 23 | 16 | 13 | 7 | 16 | 13 | 21 | 19 | 9 | 5 | 10 | 17 | 18 |
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
/User
folder - Create a file named
ayu-mirage.sublime-theme
to modify mirage orayu-light.sublime-theme
andayu-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 Liga
with 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 package
and press enter. Then search forayu
Manual
- Download the latest release, extract and rename the directory to
ayu
. - Move the directory inside your sublime
/Packages
directory. (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
ayu
for Ace: https://github.com/ayu-theme/ayu-aceayu
colors as NPM package: https://github.com/ayu-theme/ayu-colorsayu
for VSCode: https://github.com/teabyii/vscode-ayuayu
for XCode: https://github.com/vburojevic/ayu-xcode-themeayu
for Kakoune: https://github.com/icantjuddle/ayu-kak