cnpmjs.org
Version:
Private npm registry and web for Enterprise, base on MySQL and Simple Store Service
186 lines (185 loc) • 3.61 kB
CSS
.editor,
.editor .gutter {
background-color: #ffffff;
color: #555555;
}
.editor .invisible-character {
color: rgba(85, 85, 85, 0.2);
}
.editor .indent-guide {
color: rgba(85, 85, 85, 0.2);
}
.editor .wrap-guide {
background-color: rgba(85, 85, 85, 0.2);
}
.editor .gutter {
color: #555555;
background: #ffffff;
}
.editor .gutter .line-number.folded,
.editor .gutter .line-number:after,
.editor .fold-marker:after {
color: #e87b00;
}
.editor .invisible {
color: #555;
}
.editor .selection .region {
background-color: #e1e1e1;
}
.editor.is-focused .cursor {
border-color: #000000;
}
.editor.is-focused .selection .region {
background-color: #afc4da;
}
.editor.is-focused .line-number.cursor-line-no-selection,
.editor.is-focused .line.cursor-line {
background-color: rgba(255, 255, 134, 0.34);
}
.editor .comment {
color: #999988;
font-style: italic;
}
.editor .string {
color: #D14;
}
.editor .source .string .source,
.editor .source .string .meta.embedded.line {
color: #5A5A5A;
}
.editor .source .string .punctuation.section.embedded {
color: #920B2D;
}
.editor .source .string .punctuation.section.embedded .source {
color: #920B2D;
}
.editor .constant.numeric {
color: #D14;
}
.editor .constant.language {
color: #606aa1;
}
.editor .constant.character,
.editor .constant.other {
color: #606aa1;
}
.editor .constant.symbol {
color: #990073;
}
.editor .constant.numeric.line-number.find-in-files .match {
color: rgba(143, 190, 0, 0.63);
}
.editor .variable {
color: #008080;
}
.editor .variable.parameter {
color: #606aa1;
}
.editor .keyword {
color: #222;
font-weight: bold;
}
.editor .keyword.unit {
color: #445588;
}
.editor .keyword.special-method {
color: #0086B3;
}
.editor .storage {
color: #222;
}
.editor .storage.type {
color: #222;
}
.editor .entity.name.class {
text-decoration: underline;
color: #606aa1;
}
.editor .entity.other.inherited-class {
text-decoration: underline;
color: #606aa1;
}
.editor .entity.name.function {
color: #900;
}
.editor .entity.name.tag {
color: #008080;
}
.editor .entity.other.attribute-name {
color: #458;
font-weight: bold;
}
.editor .entity.name.filename.find-in-files {
color: #E6DB74;
}
.editor .support.constant,
.editor .support.function,
.editor .support.type {
color: #458;
}
.editor .support.class {
color: #008080;
}
.editor .invalid {
color: #F8F8F0;
background-color: #00A8C6;
}
.editor .invalid.deprecated {
color: #F8F8F0;
background-color: #8FBE00;
}
.editor .meta.structure.dictionary.json > .string.quoted.double.json,
.editor .meta.structure.dictionary.json > .string.quoted.double.json .punctuation.string {
color: #000080;
}
.editor .meta.structure.dictionary.value.json > .string.quoted.double.json {
color: #d14;
}
.editor .meta.diff,
.editor .meta.diff.header {
color: #75715E;
}
.editor .css.support.property-name {
font-weight: bold;
color: #333;
}
.editor .css.constant {
color: #099;
}
.editor .source.gfm {
color: #444;
}
.editor .gfm .markup.heading {
color: #111;
}
.editor .gfm .link {
color: #888;
}
.editor .gfm .variable.list {
color: #888;
}
.editor .markdown .paragraph {
color: #444;
}
.editor .markdown .heading {
color: #111;
}
.editor .markdown .link {
color: #888;
}
.editor .markdown .link .string {
color: #888;
}
.editor .search-results .marker .region {
background-color: transparent;
border: 1px solid #999999;
}
.editor .search-results .marker.current-result .region {
border: 1px solid #000000;
}
.bracket-matcher {
background-color: #C9C9C9;
opacity: .7;
border-bottom: 0 none;
}