akalongman / sublimetext-material-nil

Minimalist Sublime Text 2/3 UI dark theme and color schemes. Includes HDPI support for retina displays.
MIT License
5 stars 0 forks source link

Sublime Text 2/3 Material Nil Theme

Material Nil is the dark theme for the Sublime Text 2/3.

This theme is based on Nil Theme and Material Theme

screenshot1 screenshot2 screenshot3

Options

There are a handful of options you can use to customize the appearance of both the Nil and Ayin themes. All options are boolean values and disabled by default. Their keys and descriptions follow:

To set any of these properties, place them and their values in your user preferences file.

HDPI Displays

This theme includes HDPI images for displays that support HDPI on Mac OS X, such as the recent (as of this writing) MacBook Pro with the retina display. Both screenshots above are in HDPI.

Installation

With the Package Control plugin: The easiest way to install Material Nil is through Package Control, which can be found at this site: https://sublime.wbond.net/installation

Once you install Package Control, restart Sublime Text and bring up the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows). Select "Package Control: Install Package", wait while Package Control fetches the latest package list, then select Material Nil when the list appears. The advantage of using this method is that Package Control will automatically keep Material Nil up to date with the latest version.

Without Git: Download the latest source from GitHub and copy the Material Nil folder to your Sublime Text "Packages" directory.

With Git: Clone the repository in your Sublime Text "Packages" directory:

git clone https://github.com/akalongman/sublimetext-material-nil.git Material Nil

The "Packages" directory is located at:

Activating

In your Settings - User file, set the "theme" key to "Material-Nil.sublime-theme", like so:

{
    "theme": "Material-Nil.sublime-theme"
}

Assuming you have then installed it correctly, it should show the theme. Due to what I assume is settings from previous themes surviving, you may wish to restart Sublime Text as well, but otherwise you should be good to go.

Also you can use my specific color scheme LongishDark:

{
    "color_scheme": "Packages/Material Nil/schemes/LongishDark.tmTheme",
}