A plugin that adds Diff View's highlighting to the Minimap view, making it easier to find differences throughout file versions in Pulsar.
Close Pulsar. Copy the package to %USERPROFILE%\.pulsar\packages (Windows) or ~\.pulsar\packages (Linux) and run ppm install in the package's folder.
The highlighting for this package uses global UI variables defined in your syntax theme. The variables are @syntax-color-added, @syntax-color-removed, and @syntax-color-modified. Make sure your theme defines these, so it is compatible with this package!
To override these colors in your styles.less, write selectors for .minimap .added, .minimap .removed, and/or .minimap .selected. For instance:
.minimap .added {
background: blue !important;
}
Both the Diff View and Minimap packages must also be installed and enabled in Pulsar for this package to work.
Fork of minimap-split-diff.
