Skip to content

Instantly share code, notes, and snippets.

@crot4lus
Last active August 29, 2015 14:08
Show Gist options
  • Save crot4lus/cd3fee90b9cb7aa8ae05 to your computer and use it in GitHub Desktop.
Save crot4lus/cd3fee90b9cb7aa8ae05 to your computer and use it in GitHub Desktop.
Theme custom definitions - brackets
/* LINE PADDING */
.CodeMirror pre{
padding: 3px 0;
line-height: 24px;
}
.CodeMirror-linenumber{
padding: 3px 10px 3px 0;
line-height: 24px;
}
.CodeMirror-foldgutter,
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded,
.CodeMirror-foldgutter-blank {
line-height: 26px;
}
.ta_gutterLine {
background-color: lighten(#000,20%) !important;
}
.CodeMirror .CodeMirror-selected{
background: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment