Skip to content

Commit

Permalink
Merge pull request #10 from kdnk/show-git-gutter
Browse files Browse the repository at this point in the history
Enable show git gutter
  • Loading branch information
simurai committed Aug 24, 2017
2 parents 0cf6a5c + e116690 commit fb476c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/one-vibrancy.less
Expand Up @@ -86,5 +86,14 @@
border-color: transparent !important;
}

// Git gutter
atom-text-editor .gutter .line-number {
&.git-line-modified {
border-left-color: @syntax-color-modified !important;
}
&.git-line-added {
border-left-color: @syntax-color-added !important;
}
}

}

0 comments on commit fb476c3

Please sign in to comment.