Skip to content

Instantly share code, notes, and snippets.

@piersadrian
Created July 14, 2014 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piersadrian/62ab0edfac6f39582b0b to your computer and use it in GitHub Desktop.
Save piersadrian/62ab0edfac6f39582b0b to your computer and use it in GitHub Desktop.
@import "ui-variables";
@import "syntax-variables";
@line-background-color: #f2faff;
.editor:not(.mini) {
width: 1100px;
margin: 40px auto;
.gutter {
background-color: #fff;
.line-number {
padding-right: 2em;
}
}
.line-number.cursor-line-no-selection {
background-color: darken(@line-background-color, 1.5%)
}
.line.cursor-line {
background-color: @line-background-color;
}
}
.tree-view-resizer {
width: 300px;
}
.item-views {
background-color: @syntax-background-color;
}
.zen {
.gutter {
display: block;
}
.editor:not(.mini) {
width: 1000px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment