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 6K
  • Win 4K
  • Mac 1K
  • Linux 1K
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 29 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 Feb 14 Feb 13
Windows 6 9 14 12 16 10 13 13 12 8 8 9 12 10 13 16 14 7 17 8 12 8 14 16 13 17 11 9 19 10 12 16 7 13 8 9 18 7 13 11 9 14 8 7 12 8
Mac 2 3 1 2 3 3 5 1 6 3 2 0 0 2 2 7 7 2 6 2 4 1 2 5 1 6 5 7 2 2 3 6 1 1 3 4 10 11 2 3 2 1 1 4 2 2
Linux 1 3 4 6 3 1 4 3 5 3 5 2 4 5 3 4 8 10 4 4 7 4 3 8 4 4 2 4 5 4 4 5 3 4 5 4 4 7 5 2 5 6 1 0 5 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",
}