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