Skip to content

Instantly share code, notes, and snippets.

@whytrall
Created June 3, 2017 01:27
Show Gist options
  • Save whytrall/bbac4d84be32e3fd673be5f5a75e543d to your computer and use it in GitHub Desktop.
Save whytrall/bbac4d84be32e3fd673be5f5a75e543d to your computer and use it in GitHub Desktop.
My style for Atom w/ Seti Compact
atom-text-editor {
font-family: "FiraCode-regular";
}
li.texteditor.tab.sortable:not(.active) {
opacity: 0.5;
}
li.texteditor.tab.sortable:not(.active):hover {
opacity: 1;
}
atom-text-editor {
background-color: transparent;
}
atom-workspace.seti-compact atom-panel-container .entries.list-tree .directory.entry.list-nested-item, atom-workspace.seti-compact atom-panel-container .entries.list-tree .file.entry.list-item, atom-workspace {
letter-spacing: -0.25px;
}
atom-workspace-axis.vertical .tab-bar .tab > .title {
margin-top: -1px;
}
.tab [data-name]:before {
position: relative;
top: 2px;
}
atom-panel-container.header {
display: none;
}
atom-panel-container.left, atom-panel-container.right {
margin-top: 22px;
}
atom-text-editor {
text-rendering: optimizeLegibility;
}
.tab-bar {
-webkit-user-select: none;
-webkit-app-region: drag;
}
.tree-view .list-tree {
position: static;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment