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