ayu
is a simple theme with bright colors and comes in three versions β dark, mirage and light for all day long comfortable work.
ayu
from version 3.0.0
supports customization via A File Icon package. Please install it and restart Sublime for better experience.
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 :)
"ui_native_titlebar": true, // use native titlebars on macOs
"ui_separator": true, // separators between panels
"ui_wide_scrollbars": true, // wider scrollbars
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
- Download the latest release, extract and rename the directory to
ayu
. - Move the directory inside your sublime
/Packages
directory. (Preferences > Browse packages...)
Open command palette via Tools > Command Palette
(or cmd/ctrl + shift + p) and type ayu: Activate theme
.
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.
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",
ayu no longer supports Sublime Text 2. But you still can download and install manually previous version.
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-theme