ayu
is a simple theme with bright colors and comes in three versions β dark, mirage and light for all day long comfortable work.
ayu
uses Roboto Mono as main font and it's highly recommended to install it to get monospaced font in filetree. But if you don't have it then the UI theme will downgrade to standard UI font used in Sublime Text.
ayu
from version 3.0.0
supports customization via A File Icon package. Please install it and restart Sublime for better experience.
"ui_native_titlebar": true, // use native titlebars on macOs
"ui_separator": true, // separators between panels
"ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc)
"ui_font_source_code_pro": true, // use Source Code Pro (https://fonts.google.com/specimen/Source+Code+Pro) as UI font
"ui_font_roboto_mono": true, // use Roboto Mono (https://fonts.google.com/specimen/Roboto+Mono) as UI font
"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.tmTheme",
For mirage theme:
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
For dark theme:
"theme": "ayu-dark.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
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-ayu