Skip to content
/ ayu Public
forked from dempfi/ayu

πŸŽ¨πŸ–Œ Modern Sublime Text 3 and 2 theme

License

Notifications You must be signed in to change notification settings

axetrodome/ayu

Β 
Β 

Repository files navigation

ayu

ayu is a simple theme with bright colors and comes in three versions β€” dark, mirage and light for all day long comfortable work.

Font

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.

File Icons

ayu from version 3.0.0 supports customization via A File Icon package. Please install it and restart Sublime for better expereince.

Screenshots

Light with ui_separator option off

Light


Mirage with ui_separator option on

Mirage


Dark with ui_separator option off

Dark

Settings

"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_big_tabs":              true, // increased tab height
"ui_fix_tab_labels":        true, // to fix tab labels if they look not right
"ui_font_source_code_pro":  true, // use Source Code Pro (https://fonts.google.com/specimen/Source+Code+Pro) as UI font
"ui_font_default":          true, // use Sublime's default UI font
"ui_wide_scrollbars":       true, // wider scrollbars

Installation

Recommended

You can install ayu via Package Control.

  1. Press cmd/ctrl + shift + p to open the command palette.
  2. Type install package and press enter. Then search for ayu
Manual
  1. Download the latest release, extract and rename the directory to ayu.
  2. 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.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",

Sublime Text 2

Sublime Text 2 version may have some glitches, if you notice something, please file an issue.

Add this lines to your user settings Preferences > Setting - User:

For light theme:

"theme": "ayu-light2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",

For mirage theme:

"theme": "ayu-mirage2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",

For dark theme:

"theme": "ayu-dark2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",

NOTE: Restart Sublime Text after activation of the theme to avoid any glitches.

Related projects and ports

made with ❀️ by @dempfi

About

πŸŽ¨πŸ–Œ Modern Sublime Text 3 and 2 theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.2%
  • JavaScript 39.8%