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

Theme - Adaptify

by lodev09 ST3

Sublime Text theme. Adaptive but better, IMO

Details

Installs

  • Total 9K
  • Win 6K
  • Mac 2K
  • Linux 2K
Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3
Windows 4 10 7 11 7 9 13 7 12 6 5 9 12 14 8 7 7 5 13 10 10 8 8 6 7 12 9 15 8 7 5 6 10 11 3 11 10 8 11 9 11 20 15 17 9 2
Mac 3 3 1 5 5 2 2 9 2 1 1 4 5 5 3 1 3 1 2 3 2 2 3 2 4 4 2 2 0 3 4 1 1 3 2 2 4 5 0 6 6 7 13 5 6 5
Linux 4 4 0 1 2 3 3 1 4 5 3 2 2 0 2 2 2 5 4 3 3 5 4 3 3 2 8 6 3 3 0 3 5 3 0 3 3 2 2 4 3 7 7 1 9 3

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",
}