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

Sync Merge Scheme

by rafmjr ALL

Sync UI Schemes between Sublime Text and Sublime Merge

Details

Installs

  • Total 723
  • Win 294
  • Mac 252
  • Linux 177
Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15
Windows 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sync Merge Scheme

Plugin to sync Sublime Merge UI Scheme with the one selected on Sublime Text.

How To Use

Installation

Install via Package Control

The easiest and recommended way to install this plugin is using Package Control.

From the application menu, navigate to:

  • Tools -> Command Palette... -> Package Control: Install Package, type the words Sync Merge Scheme, then select it to complete the installation.

Install Manually

Download and extract this plugin as a zip file or clone the repository using git, then move it to your Sublime Text packages directory.

~ git clone git@github.com:rafmjr/SyncMergeScheme.git "SyncMergeScheme"

TIP: You can locate your Sublime Text packages directory by using the application menu Preferences -> Browse Packages....

Usage

Just open Sublime Text's Command Palette, then select UI: Select Color Scheme and pick your favorite scheme, Sublime Merge should update accordingly.

Configuration

This plugin will try to locate Sublime Merge settings on the same directory where Sublime Text settings were placed in your machine. However, if you have a different setup, you can indicate where your Sublime Merge setting files should be found by selecting in the main menu:

  • Preferences -> Package Settings -> Sync Merge Scheme -> Settings – User

A configuration file for this plugin will be created. You can now indicate the Sublime Merge path:

{
    // Absolute path where Sublime Merge settings should live in your machine
    "sublime_merge_path": "C:\\Users\\<USER>\\AppData\\Roaming\\Sublime Merge",
}

Save the file and restart Sublime Text for the configuration to take effect.

License Notice

The option to customize your theme in Sublime Merge is only available with a valid license key.