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

ayu

by dempfi ALL Top 100

🎨🖌 Modern Sublime Text theme

Details

Installs

  • Total 505K
  • Win 307K
  • Mac 111K
  • Linux 87K
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 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 25 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 42 36 36 28 58 45 47 50 29 44 51 64 45 63 45 37 42 39 37 62
Mac 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 19 14 9 9 18 22 16 17 6 19 28 19 19 22 16 11 11 18 19 16
Linux 11 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 14 18 13 25 24 24 20 11 27 23 19 23 18 17 22 17 18 11 17 16

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