• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

minimap-split-diff

A minimap plugin for the Split Diff package
mupchrch
78,126
169
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

minimap-split-diff package

A plugin that adds Split Diff's highlighting to the Minimap view, making it easier to find differences throughout file versions in Atom.

Minimap Split Diff plugin in action

Customization

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

Notes

Both the Split Diff and Minimap packages must also be installed and enabled in Atom for this package to work.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by