All Projects → dempfi → Ayu

dempfi / Ayu

Licence: mit
🎨🖌 Modern Sublime Text theme

Programming Languages

typescript
32286 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Ayu

Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (-95.14%)
Mutual labels:  dark-theme, sublime-text, sublime-text-3, light-theme
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (-97.23%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-99.59%)
Mutual labels:  sublime, sublime-text, sublime-text-3
St Theme Freesia
Freesia theme for Sublime Text 3. (Unmaintained.)
Stars: ✭ 108 (-97.25%)
Mutual labels:  dark-theme, sublime-text-3, light-theme
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (-76.96%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Productive Sublime Snippets Ruby
Ruby Snippets for Sublime Text
Stars: ✭ 109 (-97.23%)
Mutual labels:  sublime-text, sublime-text-3, sublime
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (-97.86%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (-97.36%)
Mutual labels:  sublime-text, sublime-text-3, sublime
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (-99.44%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-99.64%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (-98.75%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (-95.47%)
Mutual labels:  sublime-text, sublime-text-3, sublime
one-themes
One Dark and One Light Themes
Stars: ✭ 14 (-99.64%)
Mutual labels:  light-theme, sublime, dark-theme
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-99.42%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (-92.47%)
Mutual labels:  sublime-text, sublime-text-3, sublime
obsidianmd-theme-primary
Primary is a warm, playful but productive theme for Obsidian. Its colors were inspired by Bauhaus, Scandinavian interior, and yellowing retro magazine pages. It has been described as chill and having vibes of "freshly baked goods".
Stars: ✭ 173 (-95.6%)
Mutual labels:  light-theme, dark-theme
Messenger-whatsapp-UI-Flutter
Flutter chat-app UI with multiple themes & light + Dark mode.
Stars: ✭ 26 (-99.34%)
Mutual labels:  light-theme, dark-theme
sublime-patcher
Bash script for patching/cracking Sublime Text on Linux
Stars: ✭ 20 (-99.49%)
Mutual labels:  sublime-text, sublime-text-3
Chromerepl
A Sublime Text plugin to execute JavaScript in Google Chrome
Stars: ✭ 347 (-91.18%)
Mutual labels:  sublime-text, sublime-text-3
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-99.62%)
Mutual labels:  sublime-text, sublime-text-3

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"
      }
    ]
  7. Replace PragmataPro Mono Liga with the font of your choice
  8. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].