Theme - Adaptify
Sublime Text theme. Adaptive but better, IMO
Details
Installs
- Total 13K
 - Win 8K
 - Mac 2K
 - Linux 3K
 
| Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 2 | 6 | 3 | 3 | 5 | 7 | 3 | 3 | 6 | 8 | 6 | 11 | 13 | 12 | 9 | 5 | 2 | 8 | 5 | 7 | 7 | 5 | 5 | 0 | 7 | 9 | 3 | 7 | 1 | 3 | 2 | 3 | 3 | 9 | 8 | 8 | 6 | 6 | 5 | 11 | 6 | 3 | 6 | 3 | 6 | 3 | 
| Mac | 1 | 3 | 1 | 0 | 1 | 2 | 2 | 2 | 1 | 0 | 3 | 5 | 1 | 2 | 4 | 1 | 0 | 2 | 2 | 1 | 4 | 3 | 2 | 1 | 1 | 2 | 5 | 2 | 0 | 2 | 3 | 2 | 1 | 0 | 4 | 1 | 4 | 2 | 0 | 5 | 2 | 4 | 0 | 2 | 1 | 1 | 
| Linux | 0 | 3 | 1 | 1 | 4 | 5 | 2 | 1 | 4 | 1 | 6 | 1 | 5 | 3 | 5 | 1 | 1 | 2 | 1 | 1 | 6 | 4 | 2 | 4 | 4 | 0 | 4 | 2 | 2 | 3 | 2 | 5 | 4 | 1 | 2 | 6 | 3 | 2 | 4 | 3 | 7 | 1 | 3 | 3 | 1 | 2 | 
Readme
- Source
 - raw.githubusercontent.com
 
Adaptify Theme
A customized version of the default Adaptive Theme for Sublime Text. Simple, modern and flat.
Preview
Adaptify Dark
A Color scheme that I personally use that comes with this theme. See below for usage.
UI: Select Color Scheme -> Adaptify Dark

Adaptify Mariana
UI: Select Color Scheme -> Adaptify Mariana

Default Sixteen
UI: Select Color Scheme -> Sixteen

You can use any other Color Scheme you want, FYI
Installation
Package Control
The easiest way to install is using Sublime Package Control, where Adaptify is listed as Theme - Adaptify.
- Open Command Palette using menu item 
Tools -> Command Palette...(⇧⌘P on Mac) - Choose 
Package Control: Install Package - Find 
Theme - Adaptifyand hit Enter 
Manual
You can also install the theme manually:
- Download the .zip
 - Unzip and rename the folder to 
Theme - Adaptify - Copy the folder into 
Packagesdirectory, which you can find using the menu itemSublime Text -> Preferences -> Browse Packages... 
Activation
- Open Command Palette using menu item 
Tools -> Command Palette...(⇧⌘P on Mac) - Choose 
UI: Select Theme - Choose 
Adaptiveand hit Enter 
Bonus
FileIcons
The package FileIcons works with the Adaptive theme by default. Just follow their installation and you're good to go.
Adaptify Dark Color Scheme
This theme ships with my favorite Color Scheme. It was a modified version of the old Boxy theme. To activiate:
- Open Command Palette using menu item 
Tools -> Command Palette...(⇧⌘P on Mac) - Choose 
UI: Select Color Scheme - Choose 
Adaptify Darkand hit Enter 
Settings I use
The following is the settings I use for this theme. Feel free to copy :)
{
    "bold_folder_labels": true,
    "fade_fold_buttons": false,
    "font_face": "Fira Code Retina",
    "font_options":
    [
        "subpixel_antialias"
    ],
    "font_size": 12,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Vintage",
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "scroll_past_end": true,
    "show_full_path": true,
    "word_wrap": true,
    "preview_on_click": false,
    "tab_completion": false,
    "file_tab_style": "square",
    "theme": "Adaptive.sublime-theme",
    "color_scheme": "Adaptify Dark.sublime-color-scheme",
}