Skip to content

Instantly share code, notes, and snippets.

@wanghao8080
Last active August 19, 2016 18:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wanghao8080/361b6c95cd816a12f47c to your computer and use it in GitHub Desktop.
Save wanghao8080/361b6c95cd816a12f47c to your computer and use it in GitHub Desktop.
/**
* Custom Style by ninghao.net, based on seti ui & seti syntax theme.
*/
.tab-bar .tab.active:before {
border-bottom: solid 1px #0f4e72;
}
.tab-bar .tab.active {
border-bottom: solid 1px #0f4e72;
}
.name.icon.icon-file-directory:before {
color: #15A8DD;
}
.pane:not(.active) .tab.active {
border-bottom: 1px solid #000;
}
.pane:not(.active) .tab.active:before {
border-bottom: 1px solid #000;
}
.tab-bar .tab {
border-bottom: 1px solid #1e2326;
}
.tab-bar .tab:before {
border-bottom: 1px solid #1e2326;
}
.list-group li:not(.list-nested-item).selected, .list-tree li:not(.list-nested-item).selected, .list-group li.list-nested-item.selected > .list-item, .list-tree li.list-nested-item.selected > .list-item {
text-shadow: none;
}
.tool-panel {
font-weight: normal;
color: #4A4A4A;
}
.status-bar-right a, .status-bar-left a {
color: #4A4A4A !important;
}
.scrollbars-visible-always ::-webkit-scrollbar-thumb {
background: rgba(92, 92, 92, 0.2);
border-radius: 5px;
box-shadow: 0 0 1px black inset;
}
.editor {
-webkit-font-smoothing: antialiased;
}
.editor .gutter .line-number {
padding-left: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment