mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
.status { .text(normal); }
|
|
.status-added { .text(success); }
|
|
.status-ignored { .text(subtle); }
|
|
.status-modified { .text(warning); }
|
|
.status-removed { .text(error); }
|
|
.status-renamed { .text(info); }
|