A customized version of the default Adaptive Theme for Sublime Text. Simple, modern and flat.
A Color scheme that I personally use that comes with this theme. See below for usage.
UI: Select Color Scheme -> Adaptify Dark
UI: Select Color Scheme -> Adaptify Mariana
UI: Select Color Scheme -> Sixteen
You can use any other Color Scheme you want, FYI
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
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...
- Open Command Palette using menu item
Tools -> Command Palette...
(⇧⌘P on Mac) - Choose
UI: Select Theme
- Choose
Adaptive
and hit Enter
The package FileIcons works with the Adaptive theme by default. Just follow their installation and you're good to go.
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
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",
}