ayu
is a simple theme with bright colors and comes in two versions — dark 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.
Light with ui_separators
option on
Dark with ui_separators
option off
"ui_separator": true // separators between panels
"ui_font_size_small": true // smaller UI font size(sidebar, statusbar etc)
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...)
Add this lines to your user settings Preferences > Setting - User:
For dark theme:
"theme": "ayu.sublime-theme",
"color_scheme": "Packages/ayu/ayu.tmTheme",
For light theme:
"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
Add this lines to your user settings Preferences > Setting - User:
Sublime Text 2 version may have some glitches, if you notice something, please file an issue.
For dark theme:
"theme": "ayu2.sublime-theme",
"color_scheme": "Packages/ayu/ayu.tmTheme",
For light theme:
"theme": "ayu-light2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
NOTE: Restart Sublime Text after activation of the theme to avoid any glitches.