Ayu
🎨🖌 Modern, bright color theme for Sublime Text
Install / Use
/learn @dempfi/AyuREADME
<p align="center">
<img src="./images/hero.png" alt="ayu theme for Sublime Text">
</p>
<p align="center">
<a href="https://ayutheme.com">Website</a> •
<a href="#install">Install</a> •
<a href="#screenshots">Screenshots</a> •
<a href="#ports">Ports</a>
</p>
<h6 align="center">Mirage</h6>
<h6 align="center">Dark with <code>ui_separator</code> option</h6>
<p align="center"> <a href="https://ayutheme.com">ayutheme.com</a> • <a href="https://ko-fi.com/dempfi">Buy me a coffee</a> </p>
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 <kbd>cmd/ctrl</kbd> + <kbd>shift</kbd> + <kbd>p</kbd> 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 <kbd>cmd/ctrl</kbd> + <kbd>shift</kbd> + <kbd>p</kbd> 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
<h6 align="center">Light with <code>ui_separator</code> option</h6>
<h6 align="center">Mirage</h6>

<h6 align="center">Dark with <code>ui_separator</code> option</h6>

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:
<p align="center"> <a href="https://ayutheme.com">ayutheme.com</a> • <a href="https://ko-fi.com/dempfi">Buy me a coffee</a> </p>
