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

Material Nil

Minimalist Sublime Text 2/3 UI dark theme and color schemes. Includes HDPI support for retina displays.

Details

Installs

  • Total 11K
  • Win 6K
  • Mac 3K
  • Linux 2K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 1 0 0 0 0 0 0 2 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 4 0 1 0 0 0 1 1 2 0 1 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 2 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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

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:

  • material_nil_highlight_modified_tabs — If true, will display an orange bar under tabs with modified buffers.
  • material_nil_sidebar_folders — If true, will display a folder icon beside folders in the sidebar instead of a disclosure triangle. Sidebar folders are off by default.
  • material_nil_colored_folder_glyphs — If true, will tint either folder icons or disclosure triangles in the sidebar (only the sidebar) purple.
  • material_nil_disable_colored_group_labels — If true, will disable the colored group labels. Group labels are the things that say “Group 1” and 2 and so on in the sidebar. They're only visible if you have open files shown. Colored group labels are enabled by default.
  • material_nil_disable_colored_folder_labels — If true, will disable the colored folder labels in the sidebar. This is independent of group label coloring. Colored folder labels are enabled by default.
  • material_nil_disable_fileicons — If true, will disable the colored folder labels in the sidebar. This is independent of group label coloring. Colored folder labels are enabled by default.

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:

  • OS X:

    ST2: ~/Library/Application Support/Sublime Text 2/Packages/
    ST3: ~/Library/Application Support/Sublime Text 3/Packages/
    
  • Linux:

    ST2: ~/.config/sublime-text-2/Packages/
    ST3: ~/.config/sublime-text-3/Packages/
    
  • Windows:

    ST2: %APPDATA%/Sublime Text 2/Packages/
    ST3: %APPDATA%/Sublime Text 3/Packages/
    

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",
}