Giter Site home page Giter Site logo

ayu's Introduction

ayu

ayu is a simple theme with bright colors and comes in two versions โ€” dark and light for all day long comfortable work.

Font

ayu uses Roboto Mono as main font and it's highly recommended to install it to get monospaced font in filetree. But if you don't have it then the UI theme will downgrade to standard UI font used in Sublime Text.

Screenshots

Light with ui_separators option on Light with separators on

Dark with ui_separators option off Dark with separators off

Settings

"ui_separator":       true // separators between panels
"ui_font_size_small": true // smaller UI font size(sidebar, statusbar etc)

Installation

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 installation

  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

Sublime Text 3

Add this lines to your user settings Preferences > Setting - User:

For dark theme:

"theme": "ayu.sublime-theme",
"color_scheme": "Packages/ayu/ayu.tmTheme",

For light theme:

"theme": "ayu-light.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",

Sublime Text 2

Add this lines to your user settings Preferences > Setting - User:

Sublime Text 2 version may have some glitches, if you notice something, please file an issue.

For dark theme:

"theme": "ayu2.sublime-theme",
"color_scheme": "Packages/ayu/ayu.tmTheme",

For light theme:

"theme": "ayu-light2.sublime-theme",
"color_scheme": "Packages/ayu/ayu-light.tmTheme",

NOTE: Restart Sublime Text after activation of the theme to avoid any glitches.

ayu's People

Contributors

raik avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.