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

Meetio

The most powerful theme for Sublime Text 3

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

Meetio Theme for Sublime Text 3

Meetio Theme

GitHub tag Build Status GitHub issues code style: prettier GitHub license

Installation

Package Control:

  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type Meetio and press ENTER.

Manually:

  1. Download latest release and unzip. it into your Packages folder.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Move folder to inside and rename the folder to Meetio.

Activate Theme

You can active this theme from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P.
  2. Typing UI: Select Theme next find for Meetio and press ENTER.
  3. Same process for scheme go to the Command Palette.
  4. Typing UI: Select Color Scheme choose you favorite scheme and press ENTER.

Manually you can go to (Preferences > Settings - User) and paste the following code:

{
    "color_scheme": "Packages/Meetio/schemes/Meetio-Light.sublime-color-scheme",
    "theme": "Meetio.sublime-theme"
}

Theme Settings

This theme provide a visual configuration tool that allow you to configure the theme by activating the available options from an inline popup.

  • Just click in Sublime Text → Preferences → Packages Settings → Meetio → Edit Settings.
  • You can also open the settings from the Command Palette by searching Meetio: Edit Settings.
{
  // Tabs
  "meetio_tabs_diff_icon": true, // show icon diff in tab
  "meetio_tabs_diff_pencil_icon": false, // show diff pencil icon in tab

  // Sidebar
  "meetio_icon_folder": false, // replace colorful folder to a flat icon folder
  "meetio_sidebar_disclosure": false, // set disclosure tree controls

  // Panels
  "meetio_input_search_icon": true, // show icon search in inputs

  // Status bar
  "meetio_status_badges": true, // show vcs status badges in the status bar
}

Override Theme Variables

Meetio Theme provides a bunch of variables to improve your experience with theming.

  • Sublime Text → Preferences → Packages Settings → Meetio → Theme Configuration.
  • Command Palette CMD/CTRL + SHIFT + P searching Meetio: Theme Configuration.
{
    "variables": {
        "colorAccent": "#6772e4",
        "statusbarBackground": "var(colorAccent)",
        "statusbarLabelColor": "#fff"
    }
}

Recommended Settings

To enjoy a better experience of using the Meetio Theme in your Sublime Text, please check the following settings.

{
    "font_face": "Fira Code",
    "highlight_line": true,
    "font_options": ["gray_antialias", "subpixel_antialias"], // On retina Mac & Windows
    "indent_guide_options": ["draw_normal", "draw_active"], // Highlight active indent
    "margin": 20,
    "line_padding_bottom": 7,
    "line_padding_top": 7
}

Schemes Palettes

Usage Light Dark
Cursor #7e57c2 #7e57c2 #ffcc00 #ffcc00
Foreground #455A64 #455A64 #dedfe4 #dedfe4
Background #fbfbfb #fbfbfb #011627 #011627
Comments #90a4ae #90a4ae #697098 #697098
Blue #6182b8 #6182b8 #82aaff #82aaff
Brown #bc5454 #bc5454 #c17e70 #c17e70
Cyan #5fb3b3 #5fb3b3 #81c5da #81c5da
Green #91b859 #91b859 #c3e88d #c3e88d
Orange #f76d47 #f76d47 #f78c6c #f78c6c
Pink #ff5370 #ff5370 #f07178 #f07178
Purple #7c4dff #7c4dff #c2afff #c2afff
Red #e53935 #e53935 #d95757 #d95757
Yellow #f3ad2c #f3ad2c #ffcb6b #ffcb6b
Invalid #d3423e66 #d3423e66 #d46c6c66 #d46c6c66
Diff Added #9ccc65 #9ccc65 #9ccc65 #9ccc65
Diff Modified #e2b93d #e2b93d #e2b93d #e2b93d
Diff Deleted #ef5350 #ef5350 #ef5350 #ef5350