All Projects → meetio-theme → sublime-meetio-theme

meetio-theme / sublime-meetio-theme

Licence: MIT license
The most powerful and adaptive theme for Sublime Text 3

Programming Languages

typescript
32286 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sublime-meetio-theme

Sublime Jekyll
A Sublime Text package for Jekyll static sites.
Stars: ✭ 160 (+125.35%)
Mutual labels:  sublime-text, sublime-text-3
Helium
Let Sublime Text 3 talk with Jupyter.
Stars: ✭ 192 (+170.42%)
Mutual labels:  sublime-text, sublime-text-3
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+150.7%)
Mutual labels:  sublime-text, sublime-text-3
dimmed
👔 Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (-74.65%)
Mutual labels:  sublime-text, sublime-text-3
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (-69.01%)
Mutual labels:  sublime-text, sublime-text-3
Githubinator
Sublime Text plugin that shows selected text on remote GitHub or Bitbucket repo
Stars: ✭ 135 (+90.14%)
Mutual labels:  sublime-text, sublime-text-3
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (+169.01%)
Mutual labels:  sublime-text, sublime-text-3
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (+46.48%)
Mutual labels:  sublime-text, sublime-text-3
Markdownlivepreview
A Sublime Text 3 plugin to preview your markdown as you type
Stars: ✭ 245 (+245.07%)
Mutual labels:  sublime-text, sublime-text-3
Projectmaker
A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates
Stars: ✭ 233 (+228.17%)
Mutual labels:  sublime-text, sublime-text-3
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+88.73%)
Mutual labels:  sublime-text, sublime-text-3
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-54.93%)
Mutual labels:  sublime-text, sublime-text-3
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+53.52%)
Mutual labels:  sublime-text, sublime-text-3
Neon Color Scheme
A colorful bright-on-black color scheme for Sublime Text and TextMate. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
Stars: ✭ 159 (+123.94%)
Mutual labels:  sublime-text, sublime-text-3
Productive Sublime Snippets Ruby
Ruby Snippets for Sublime Text
Stars: ✭ 109 (+53.52%)
Mutual labels:  sublime-text, sublime-text-3
Zeal
Zeal for Sublime Text 2/3
Stars: ✭ 184 (+159.15%)
Mutual labels:  sublime-text, sublime-text-3
Consolewrap
This plugin helps you to work easily with log statements
Stars: ✭ 75 (+5.63%)
Mutual labels:  sublime-text, sublime-text-3
Pythonimproved
The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
Stars: ✭ 95 (+33.8%)
Mutual labels:  sublime-text, sublime-text-3
Sublimenotebook
📝 Make Sublime Text your favorite note taking/journal application
Stars: ✭ 203 (+185.92%)
Mutual labels:  sublime-text, sublime-text-3
simple-ftp-deploy
This package for Sublime Text 3 give you possibility to auto upload file to FTP server when you save local file.
Stars: ✭ 16 (-77.46%)
Mutual labels:  sublime-text, sublime-text-3

Installation

Easy:

  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type Meetio Theme 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 Theme.

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 Theme 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 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
}

Other resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].