Theme - Adaptify
Sublime Text theme. Adaptive but better, IMO
Details
Installs
- Total 15K
- Win 9K
- Mac 3K
- Linux 3K
| Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 4 | 2 | 6 | 6 | 2 | 4 | 9 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 4 | 3 | 6 | 5 | 2 | 4 | 0 | 3 | 4 | 3 | 3 | 2 | 4 | 2 | 5 | 2 | 4 | 2 | 3 | 1 | 1 | 5 | 5 | 4 | 1 | 3 | 3 | 4 | 2 |
| Mac | 4 | 1 | 4 | 1 | 2 | 2 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 0 | 3 | 3 | 1 | 1 | 1 | 2 | 0 | 1 | 1 | 1 | 1 | 1 | 3 | 2 | 1 | 0 | 0 | 1 | 4 | 1 | 1 | 3 | 2 | 1 | 0 | 1 | 2 |
| Linux | 1 | 1 | 2 | 1 | 6 | 2 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 6 | 1 | 2 | 3 | 1 | 2 | 2 | 0 | 0 | 4 | 0 | 3 | 0 | 0 | 4 | 2 | 3 | 1 | 3 | 2 | 2 | 3 | 2 | 2 | 0 | 1 | 6 | 4 |
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",
}