diff --git a/themes/neue-dark-ui/git.less b/themes/neue-dark-ui/git.less new file mode 100644 index 000000000..cfdc73c06 --- /dev/null +++ b/themes/neue-dark-ui/git.less @@ -0,0 +1,9 @@ +@import "ui-mixins"; +@import "ui-variables"; + +.status { .text(normal); } +.status-added { .text(info); } +.status-ignored { .text(subtle); } +.status-modified { .text(warning); } +.status-removed { .text(error); } +.status-renamed { .text(success); } diff --git a/themes/neue-dark-ui/overlay.less b/themes/neue-dark-ui/overlay.less index e26d3066c..a570d7f13 100644 --- a/themes/neue-dark-ui/overlay.less +++ b/themes/neue-dark-ui/overlay.less @@ -22,6 +22,14 @@ border-bottom: 1px solid @overlay-background-color; &.two-lines { padding: @component-padding/2 @component-padding; } + + .status.icon { + float: right; + margin-left: @component-icon-padding; + &:before { + margin-right: 0; + } + } } } } diff --git a/themes/neue-dark-ui/package.cson b/themes/neue-dark-ui/package.cson index d603aaecb..6182a01fb 100644 --- a/themes/neue-dark-ui/package.cson +++ b/themes/neue-dark-ui/package.cson @@ -2,6 +2,7 @@ 'atom' 'utilities' 'text' + 'git' 'icons' 'loading' 'buttons'