jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
941 stars 284 forks source link

too big indent for files #360

Open majchrzak-dev opened 7 years ago

majchrzak-dev commented 7 years ago

files with seti-icons look like children of the last folder

seti-p

I suggest to change margins of .icon::before a little bit:

atom-workspace .entries.list-tree .file .icon::before {
  margin-left: -4px;
  margin-right: 3px;
}

seti-s

CoenraadS commented 7 years ago

This issue is even worse using the seti theme, where folders don't have icons:

image

Now it looks like index.html is child of img

This is the actual structure:

out
    client
        img
        index.html
    app.js
    app.js.map
pgrantmartello commented 7 years ago

I think this is partially a function of the theme, not just of the UI, so there are expected problems. But @CoenraadS is right: this should look great in a Seti/Seti combo!