pulsar/themes/atom-dark-syntax.less
Kevin Sawicki c298e1b3ee Remove background-color on .text .source
This was causing a different background in script tags
in HTML that looked strange.
2013-06-12 13:07:32 -07:00

282 lines
3.9 KiB
Plaintext

.editor-colors {
background-color: #1d1f21;
color: #c5c8c6;
}
.editor {
.invisible-character,
.indent-guide {
color: rgba(197, 200, 198, .2);
}
.gutter .line-number.fold,
.gutter .line-number:after,
.fold-marker:after {
color: #fba0e3;
}
.invisible {
color: #c5c8c6;
}
.cursor {
border-color: #FFFFFF;
}
.selection .region {
background-color: #333333;
}
.line-number.cursor-line-no-selection,
.line.cursor-line {
background-color: rgba(255, 255, 255, 0.14);
}
// Markdown Styles
.source.gfm {
color: #999;
}
.gfm {
.markup.heading {
color: #eee;
}
.link {
color: #555;
}
.variable.list,
.support.quote {
color: #555;
}
.link .entity {
color: #ddd;
}
.raw {
color: #aaa;
}
}
}
.bracket-matcher {
border-bottom: 1px solid #f8de7e;
margin-top: -1px;
opacity: .7;
}
.comment {
color: #7C7C7C;
}
.entity {
color: #FFD2A7;
&.name.type {
text-decoration: underline;
color: #FFFFB6;
}
&.other.inherited-class {
color: #9B5C2E;
}
}
.keyword {
color: #96CBFE;
&.control {
color: #96CBFE;
}
&.operator {
color: #EDEDED;
}
}
.storage {
color: #CFCB90;
&.modifier {
color: #96CBFE;
}
}
.constant {
color: #99CC99;
&.numeric {
color: #FF73FD;
}
}
.variable {
color: #C6C5FE;
}
.invalid.deprecated {
text-decoration: underline;
color: #FD5FF1;
}
.invalid.illegal {
color: #FD5FF1;
background-color: rgba(86, 45, 86, 0.75);
}
.source .string .source {
color: #EDEDED;
}
.source .string .source .punctuation.section.embedded {
color: #00A0A0;
}
.string {
color: #A8FF60;
.constant {
color: #00A0A0;
}
&.regexp {
color: #E9C062;
.constant.character.escape,
.source.ruby.embedded,
.string.regexp.arbitrary-repitition {
color: #FF8000;
}
&.group {
color: #C6A24F;
background-color: rgba(255, 255, 255, 0.06);
}
&.character-class {
color: #B18A3D;
}
}
.variable {
color: #8A9A95;
}
}
.support {
color: #FFFFB6;
&.function {
color: #DAD085;
}
&.constant {
color: #FFD2A7;
}
&.type.property-name.css {
color: #EDEDED;
}
}
.source .entity.name.tag, .source .entity.other.attribute-name, .meta.tag.inline, .meta.tag.inline .entity {
color: #96CBFE;
}
.entity {
&.other.attribute-name {
color: #FFD7B1;
}
&.name.tag.namespace,
&.other.attribute-name.namespace {
color: #E18964;
}
}
.meta {
&.preprocessor.c {
color: #8996A8;
}
&.preprocessor.c .keyword {
color: #AFC4DB;
}
&.cast {
color: #676767;
}
&.sgml.html .meta.doctype,
&.sgml.html .meta.doctype .entity,
&.sgml.html .meta.doctype .string,
&.xml-processing,
&.xml-processing .entity,
&.xml-processing .string {
color: #494949;
}
&.tag,
&.tag .entity {
color: #96CBFE;
}
&.selector.css .entity.name.tag {
text-decoration: underline;
color: #96CBFE;
}
&.selector.css .entity.other.attribute-name.tag.pseudo-class {
color: #8F9D6A;
}
&.selector.css .entity.other.attribute-name.id {
color: #8B98AB;
}
&.selector.css .entity.other.attribute-name.class {
color: #62B1FE;
}
&.property-group .support.constant.property-value.css,
&.property-value .support.constant.property-value.css {
color: #F9EE98;
}
&.preprocessor.at-rule .keyword.control.at-rule {
color: #8693A5;
}
&.property-value .support.constant.named-color.css,
&.property-value .constant {
color: #87C38A;
}
&.constructor.argument.css {
color: #8F9D6A;
}
&.diff,
&.diff.header {
color: #F8F8F8;
background-color: #0E2231;
}
&.separator {
color: #60A633;
background-color: #242424;
}
&.line.entry.logfile,
&.line.exit.logfile {
background-color: rgba(238, 238, 238, 0.16);
}
&.line.error.logfile {
background-color: #751012;
}
}