Skip to content

dempfi/ayu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

ayu

ayuis a simple theme with bright colors and comes in three versions —dark,mirageandlightfor all day long comfortable work.

All screenshots use wonderfulPragmata Profont

File Icons

ayufrom version3.0.0supports customization viaA File Iconpackage. Please install it and restart Sublime for better experience.

Custom UI fonts

Since verion5.0.0monospaced 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 viacmd/ctrl+shift+p
  2. Type inBrowse packages
  3. Navigate to the/Userfolder
  4. Create a file namedayu-mirage.sublime-themeto modify mirage orayu-light.sublime-themeandayu-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"
    }
    ]
  7. ReplacePragmataPro Mono Ligawith the font of your choice
  8. Save and enjoy:)

Screenshots

Light withui_separatoroption on

Light


Mirage withui_separatoroption off

Mirage


Dark withui_separatoroption 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 installayuviaPackage Control.

  1. Presscmd/ctrl+shift+pto open the command palette.
  2. Typeinstall packageand press enter. Then search forayu
Manual
  1. Download thelatest release,extract and rename the directory toayu.
  2. Move the directory inside your sublime/Packagesdirectory.(Preferences > Browse packages...)

Activation

Recommended

Open command palette viaTools > Command Palette(orcmd/ctrl+shift+p) and typeayu: Activate theme.

With Skins package

Skinsprovides 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, runningSelect Skinand choosingAyu - DarkorAyu - Lightfrom the list.

Via Preferences

Add these lines to your user settingsPreferences > 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 manuallylatest supported version.

Sublime Text 2

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

Related projects and ports

made with ❤️ by@dempfi