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