Skip to content

Instantly share code, notes, and snippets.

@PButcher
Last active July 5, 2016 12:45
Show Gist options
  • Save PButcher/c342e80542f60c117ca4 to your computer and use it in GitHub Desktop.
Save PButcher/c342e80542f60c117ca4 to your computer and use it in GitHub Desktop.
Atom Seti-UI Theme Tweaks
/* Pete's atom styles */
/* Seti UI + Seti Syntax*/
/* Tree view indentation */
/* Root node */
li.directory.entry.list-nested-item.project-root {
padding-left: 0px !important;
/* Child nodes */
li.directory.entry.list-nested-item {
padding-left: 10px !important;
/* Tree view line height */
.list-item {
line-height:22px !important;
}
}
}
/* Files */
li.file.entry.list-item {
margin-left: 12px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment