pulsar/static/atom-ui/styles/git-status.less
2018-11-23 11:38:11 +09:00

14 lines
328 B
Plaintext

@import "ui-variables";
//
// Git Status
// --------------------------------------------------
.status {
&-ignored { color: @text-color-subtle; }
&-added { color: @text-color-success; }
&-modified { color: @text-color-warning; }
&-removed { color: @text-color-error; }
&-renamed { color: @text-color-info; }
}