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 10K
  • Win 6K
  • Mac 2K
  • Linux 2K
Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 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
Windows 6 4 4 4 14 17 12 5 3 5 8 9 8 14 7 2 7 11 8 4 6 10 9 8 8 6 11 8 11 14 13 9 11 9 7 6 6 2 11 9 10 6 12 7 9 11
Mac 0 2 2 3 5 2 6 3 1 1 3 1 3 1 0 3 0 4 3 1 1 3 3 3 4 1 2 4 0 1 1 4 4 4 3 6 1 0 2 0 3 0 2 2 5 1
Linux 0 2 3 6 4 4 5 0 2 1 3 5 3 2 7 2 4 4 3 3 1 3 8 3 1 1 0 2 1 1 2 4 6 2 4 5 2 2 5 2 3 2 1 0 2 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",
}