Skip to content

Instantly share code, notes, and snippets.

@shimakyohsuke
Created September 2, 2015 10:09
Show Gist options
  • Save shimakyohsuke/dc2f5ba092f5751e7033 to your computer and use it in GitHub Desktop.
Save shimakyohsuke/dc2f5ba092f5751e7033 to your computer and use it in GitHub Desktop.
ATOM
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
body, html {
font-family: 'Source Han Code JP';
background: #F8F8F8;
}
atom-workspace {
font-family: 'Source Han Code JP', 'Ricty Diminished Discord';
}
@list-tree-height: 18px;
.list-group .selected::before, .list-tree .selected::before{
height: @list-tree-height;
line-height: @list-tree-height;
}
.tree-view {
background: #F8F8F8;
&:active, &:hover{
background: #F8F8F8;
}
ol.entries.list-tree li {
font-size: 10px;
line-height: @list-tree-height;
span.icon:before {
font-size: 10px;
line-height: @list-tree-height;
}
}
}
.vertical {
.pane {
opacity:0.40;
&.active {
opacity: 1.0;
}
}
.panes .pane-row > *,
.panes .pane-column > * {
border-right: 1px solid rgba(150, 150, 150, 0.2);
}
}
.atom-text-editor {
.line.cursor-line {
background: #F8F8F8;
}
}
/**-------------------------------------------------------------
* .tab-bar
-------------------------------------------------------------**/
.tab-bar {
.tab {
font-size: 10px;
line-height: 26px;
background: none;
background-color: #e8e8e8;
&:before, &:after {
background: none;
background-color: #e8e8e8;
-webkit-transform: skewX(0);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment