mirror of
https://github.com/atom/atom.git
synced 2026-01-13 17:07:55 -05:00
14 lines
328 B
Plaintext
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; }
|
|
}
|