Meetio Theme
The most powerful and adaptive theme for Sublime Text 3
Details
Installs
- Total 3K
- Win 2K
- Mac 896
- Linux 698
May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 2 | 1 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
- Installation
- Activate theme
- Theme Settings
- Override Theme Variables
- Recommended Settings for a better experience
- Other resources
Installation
Easy:
- Open
Command Palette
using menu itemTools → Command Palette
or CMD/CTRL + SHIFT +P. - Choose
Package Control: Install Package
. - Type
Meetio Theme
and press ENTER.
Manually:
- Download latest release and unzip. it into your Packages folder.
- Go to
Sublime Text → Preferences → Browse Packages
. - Move folder to inside and rename the folder to
Meetio Theme
.
Activate Theme
You can active this theme from:
- Command Palette
Tools → Command Palette
or CMD/CTRL + SHIFT + P. - Typing
UI: Select Theme
next find forMeetio Theme
and press ENTER. - Same process for scheme go to the Command Palette.
- 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 Theme/schemes/Meetio Darker.sublime-color-scheme",
"theme": "Meetio Theme.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 Theme → Edit Settings
. - You can also open the settings from the Command Palette by searching
Meetio Theme: 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_sidebar_disclosure": false, // set disclosure tree controls.
// Command Palette
"meetio_input_search_icon": true, // show icon search in inputs.
// Panel
"meetio_panel_close_button": true // Show button close on "Find" panel.
}
Override Theme Variables
Meetio Theme provides a bunch of variables to improve your experience with theming.
-
Sublime Text → Preferences → Packages Settings → Meetio Theme → Theme Configuration
. - Command Palette CMD/CTRL + SHIFT + P searching
Meetio Theme: Theme Configuration
.
{
"variables": {
"accent": "#6772e4",
"statusbarBackground": "var(accent)",
"statusbarLabelColor": "#fff"
}
}
File Icons
Meetio Theme
from version 3.0.0
supports customization via A File Icon package.Please install it and restart Sublime for better experience.
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,
"enable_tab_scrolling": 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
}