ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Adaptify

by lodev09 ST3 Trending

Sublime Text theme. Adaptive but better, IMO

Details

Installs

  • Total 7K
  • Win 4K
  • Mac 1K
  • Linux 1K
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 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
Windows 4 10 13 12 12 12 9 7 9 13 9 10 9 9 7 7 11 7 8 10 10 4 12 11 10 13 9 8 10 12 9 14 12 16 10 13 13 12 8 8 9 12 10 13 16 14
Mac 2 5 2 3 6 5 1 4 3 3 3 2 4 0 3 4 5 6 1 5 1 4 3 3 2 8 1 0 3 4 3 1 2 3 3 5 1 6 3 2 0 0 2 2 7 7
Linux 3 6 8 6 8 7 4 4 2 5 4 4 3 3 3 4 5 3 4 7 4 1 2 4 3 6 5 7 4 5 3 4 6 3 1 4 3 5 3 5 2 4 5 3 4 8

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 Dark

Adaptify Mariana

UI: Select Color Scheme -> Adaptify Mariana

Adaptify Mariana

Default Sixteen

UI: Select Color Scheme -> Sixteen

Default 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.

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose Package Control: Install Package
  3. Find Theme - Adaptify and hit Enter

Manual

You can also install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Adaptify
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text -> Preferences -> Browse Packages...

Activation

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose UI: Select Theme
  3. 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:

  1. Open Command Palette using menu item Tools -> Command Palette... (P on Mac)
  2. Choose UI: Select Color Scheme
  3. 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",
}