Closed
Description
In dark themes, when using search with highlight in minimap, the git colors interferes with the search highlighted result. I found by setting minimap-git-diff colors fade out more, this situation becomes much better.
.minimap {
.git-line-modified{
background: fadeOut(@syntax-color-modified, 50%);
}
.git-line-added {
background: fadeOut(@syntax-color-added, 40%);
}
.git-line-removed {
background: fadeOut(@syntax-color-removed, 30%);
}
}
I changed them to 80% 70% and 60% respectively in my ~/.atom/style.less. (although change them to all 80% will do the trick as well).
Metadata
Metadata
Assignees
Labels
No labels