ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

ayu

by dempfi ALL Top 100

🎨🖌 Modern Sublime Text theme

Details

Installs

  • Total 506K
  • Win 307K
  • Mac 111K
  • Linux 87K
May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2
Windows 32 38 43 50 49 19 36 33 45 43 55 37 34 33 45 54 40 47 43 32 33 57 47 53 51 54 29 27 42 53 44 45 53 32 53 40 52 56 62 47 37 42 46 47 47 49
Mac 9 19 12 21 9 15 11 13 17 25 13 24 9 11 11 15 19 15 16 13 12 17 19 28 18 20 14 15 17 21 23 15 20 9 9 12 15 18 23 17 11 6 15 14 26 17
Linux 5 19 18 15 19 18 26 13 17 23 26 12 24 15 25 6 19 23 17 15 16 19 18 20 19 17 16 11 12 16 15 20 18 11 18 17 22 20 21 22 9 16 21 15 20 21

Readme

Source
raw.​githubusercontent.​com

ayu

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

All screenshots use wonderful Pragmata Pro font

File Icons

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

Custom UI fonts

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:

ayu mono

  1. Pull up command pallete via cmd/ctrl + shift + p
  2. Type in Browse packages
  3. Navigate to the /User folder
  4. Create a file named ayu-mirage.sublime-theme to modify mirage or ayu-light.sublime-theme and ayu-dark.sublime-theme
  5. Open that file in Sublime
  6. 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"
     }
   ]
  1. Replace PragmataPro Mono Liga with the font of your choice
  2. Save and enjoy :)

Screenshots

Light with ui_separator option on

Light


Mirage with ui_separator option off

Mirage


Dark with ui_separator option on

Dark

Settings

"ui_native_titlebar":       true, // use native titlebars on macOs
"ui_separator":             true, // separators between panels
"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.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",

Sublime Text 3

ayu no longer supports Sublime Text 3. But you still can download and install manually latest supported version.

Sublime Text 2

ayu no longer supports Sublime Text 2. But you still can download and install manually latest supported version.

Related projects and ports

made with ❤️ by @dempfi