::shadow /deep/ .state-icon.notstaged { | |
fill: #f57c00; | |
} | |
::shadow /deep/ .state-icon.staged { | |
fill: #689f38; | |
} | |
::shadow /deep/ .state-icon.conflicted { | |
fill: #e51c23; | |
} | |
::shadow /deep/ .state-icon.untracked { | |
fill: #bf360c; | |
} | |
::shadow /deep/ .state-icon.ignored { | |
fill: #bf360c; | |
} | |
::shadow /deep/ .action-icon { | |
fill: #91a7ff; | |
} | |
::shadow /deep/ .file-parent { | |
font-size: 0.8em; | |
color: rgba(0,0,0,.54); | |
} |