Skip to content

kjmitch/minimap-split-diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimap-split-diff package

A minimap plugin for the Split Diff package.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 91.3%
  • CSS 8.7%