UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

21 lines (14 loc) 345 B
// Tree View // ------------------- // Used to explore and open files in the current project. // Overrides: atom/tree-view .tree-view-resizer { border-right: 1px solid @base-border-color; } .tree-view { color: @text-color; background-color: @tree-view-background-color; .list-item.selected { color: @text-color-selected; } }