diff options
Diffstat (limited to 'themer/gen/themer-atom-ui/themer-dark-ui/styles/git.less')
-rw-r--r-- | themer/gen/themer-atom-ui/themer-dark-ui/styles/git.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themer/gen/themer-atom-ui/themer-dark-ui/styles/git.less b/themer/gen/themer-atom-ui/themer-dark-ui/styles/git.less new file mode 100644 index 0000000..5293a1c --- /dev/null +++ b/themer/gen/themer-atom-ui/themer-dark-ui/styles/git.less @@ -0,0 +1,7 @@ + +.status { color: @text-color; } +.status-added { color: @text-color-success; } +.status-ignored { color: @text-color-subtle; } +.status-modified { color: @text-color-warning; } +.status-removed { color: @text-color-error; } +.status-renamed { color: @text-color-info; } |