Skip to content

Instantly share code, notes, and snippets.

@atg
Created November 21, 2008 20:04
Show Gist options
  • Save atg/27598 to your computer and use it in GitHub Desktop.
Save atg/27598 to your computer and use it in GitHub Desktop.
This isn't a ripoff at all
@base {
color: #000000;
background-color: #FFFFFF;
insertion-point-color: #000000;
selection-background-color: default;
}
comment, comment>punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted {
color: #1a64fc;
font-style: italic;
}
keyword.control, storage.type {
color: #0000FF;
font-weight:bold;
}
constant.numeric {
color: #0000CD;
}
constant.language {
color: #585CF6;
font-weight:bold;
}
variable.language, variable.other {
color: #318495;
}
string {
color: #036A07;
}
constant.character.escape, string source {
color: #26B31A;
}
meta.preprocessor {
color: #1A921C;
}
keyword.control.import {
color: #0C450D;
font-weight:bold;
}
entity.name.function, support.function.any-method {
color: #0000A2;
font-weight:bold;
}
entity.name.type {
text-decoration: underline;
}
entity.other.inherited-class {
font-style: italic;
}
meta.section entity.name.section, declaration.section entity.name.section {
font-style: italic;
}
variable.parameter {
font-style: italic;
}
storage.type.method {
color: #70727E;
}
support.function {
color: #3C4C72;
font-weight: bold;
}
support.function {
color: #6D79DE;
font-weight: bold;
}
support.constant {
color: #06960E;
font-weight: bold;
}
support.variable {
color: #21439C;
font-weight: bold;
}
keyword.operator.js {
color: #687687;
}
invalid {
background-color: #f93232;
color: #f9f2ce;
}
invalid.deprecated.trailing-whitespace {
background-color: #FFD0D0;
}
text source, string.unquoted {
background-color: rgba(0,0,0,0.05);
}
text source string.unquoted, text source text source {
background-color: rgba(0,0,0,0.06);
}
meta.tag.preprocessor.xml {
color: #68685B;
}
meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string {
color: #888888;
}
string.quoted.docinfo.doctype.DTD {
font-style: italic;
}
string.quoted.docinfo.doctype.DTD {
color: #1C02FF;
}
entity.name.tag {
font-weight: bold;
}
entity.other.attribute-name {
font-style: italic;
}
markup.heading {
color: #0C07FF;
font-weight: bold;
}
markup.quote {
font-style: italic;
}
markup.list {
color:#B90690;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment