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

ayu

by dempfi ALL Trending Top 100

🎨🖌 Modern Sublime Text theme

Details

Installs

  • Total 519K
  • Win 315K
  • Mac 114K
  • Linux 90K
Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6
Windows 28 32 34 26 40 32 35 36 19 32 29 37 34 40 31 24 25 41 36 26 26 39 33 23 27 33 34 38 41 19 24 46 47 43 41 31 26 17 30 41 40 39 28 28 32 34
Mac 12 7 8 16 16 18 23 11 10 9 12 16 18 10 14 11 6 9 18 4 11 13 8 14 20 11 11 12 17 13 15 20 17 14 16 22 9 6 15 12 14 15 17 19 12 16
Linux 9 16 37 39 13 28 18 8 15 12 15 13 15 11 17 9 11 8 15 13 9 8 12 14 12 11 15 11 11 9 16 15 15 14 12 16 9 17 15 16 11 17 18 6 3 26

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