Skip to content

Instantly share code, notes, and snippets.

@Rayraegah
Last active May 26, 2017 08:53
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 Rayraegah/8c459a3c3819e48687db5cdd868e6a75 to your computer and use it in GitHub Desktop.
Save Rayraegah/8c459a3c3819e48687db5cdd868e6a75 to your computer and use it in GitHub Desktop.
Nightlife
variable {
/* @name "Variable"; */
color: #f8f8f2;
}
comment {
/* @name "Comment"; */
color: #444;
}
string {
/* @name "String"; */
color: #f3ac9a;
}
constant.numeric {
/* @name "Number"; */
color: #d0d0d0;
}
punctuation.definition.string {
/* @name "Punctuation"; */
color: #cfcfcf;
}
keyword {
/* @name "Keyword"; */
color: #a7b3c2;
}
keyword.operator {
/* @name "Keyword"; */
color: #a7dbd8;
}
constant.character.escape {
/* @name "Escape Characters"; */
color: #bdc3c7;
}
string.regexp {
/* @name "Regular Expressions"; */
color: #bdc3c7;
}
constant.language {
/* @name "Built-in constant"; */
color: #f6624a;
}
constant.character,
constant.other {
/* @name "User-defined constant"; */
color: #f6624a;
}
storage {
/* @name "Storage"; */
color: #a7b3c2;
}
storage.type {
/* @name "Storage type"; */
color: #a7b3c2;
}
punctuation.definition.group,
punctuation.definition.group.begin,
punctuation.definition.group.end,
punctuation.section.function,
punctuation.definition.parameters.begin,
punctuation.definition.parameters.end,
punctuation.definition.parameters,
meta.brace.round.begin,
meta.brace.round.end,
meta.brace.round,
punctuation.definition.arguments.begin,
punctuation.definition.arguments.end,
punctuation.definition.arguments,
meta.group.braces.round.function.arguments {
/* @name "Punctuation (paranthesis)"; */
color: #a7dbd8;
}
punctuation.definition.dictionary.begin,
punctuation.definition.dictionary.end,
punctuation.definition.dictionary,
punctuation.definition.class.body.begin,
punctuation.definition.class.body.end,
punctuation.definition.class.body,
meta.brace.curly.begin,
meta.brace.curly.end,
meta.brace.curly,
punctuation.definition.block,
punctuation.section.scope {
/* @name "Punctuation {curly}"; */
color: #a7dbd8;
}
punctuation.definition.array.begin,
punctuation.definition.array.end,
punctuation.definition.array,
meta.group.braces.square,
meta.brace.square.begin,
meta.brace.square.end,
meta.brace.square,
punctuation.section.array.begin,
punctuation.section.array.end,
punctuation.section.array {
/* @name "Punctuation [square]"; */
color: #a7dbd8;
}
support.class,
entity.name.class,
entity.name.type.class {
/* @name "Classes"; */
color: #f6624a;
}
entity.other.inherited-class {
/* @name "Inherited class"; */
color: #f8f8f2;
}
entity.name.function {
/* @name "Function name"; */
color: #f6624a;
}
meta.function-call,
meta.function-call.method,
variable.function {
/* @name "Function Call"; */
color: #f6624a;
}
variable.parameter {
/* @name "Function argument"; */
color: #f8f8f2;
}
support.constant {
/* @name "Library constant"; */
color: #d0d0d0;
}
support.type,
support.class {
/* @name "Library class/type"; */
color: #f6624a;
}
support.function {
/* @name "Library function"; */
color: #a7b3c2;
}
punctuation.section.embedded.begin.php,
punctuation.section.embedded.end.php {
/* @name "PHP: Embedded"; */
color: #f6624a;
}
meta.catch.php {
/* @name "PHP: Catch Defination"; */
color: #a7dbd8;
}
punctuation.definition.expression.php {
/* @name "PHP: String Interpolation Punctuation"; */
color: #f6624a;
}
keyword.other.phpdoc {
/* @name "PHP: Comment"; */
color: #989898;
}
entity.name.tag.laravel-blade {
/* @name "PHP: Laravel Blade tag name"; */
color: #f6624a;
}
support.constant.laravel-blade {
/* @name "PHP: Laravel Blade tag name"; */
color: #a7dbd8;
}
punctuation.definition.variable.php {
/* @name "PHP: Variable Punctuation"; */
color: #d0d0d0;
}
variable.other.global.php,
variable.other.global.safer.php {
/* @name "PHP: Global variable"; */
color: #f6624a;
}
variable.other.property.php {
/* @name "PHP: Other Property"; */
color: #f8f8f2;
}
support.function.magic.php {
/* @name "PHP: Magic Method"; */
color: #d0d0d0;
}
meta.function-call.static.php,
meta.function-call.object.php {
/* @name "PHP: Class Function Call"; */
color: #f6624a;
}
meta.function-call.php {
/* @name "PHP: Function Call"; */
color: #a7b3c2;
}
keyword.operator.arithmetic.php,
keyword.operator.bitwise.php,
keyword.operator.increment-decrement.php {
/* @name "PHP: Operators"; */
color: #a7dbd8;
}
storage.modifier.reference.php,
keyword.operator.assignment.php,
keyword.operator.key.php,
keyword.operator.string.php,
keyword.operator.class.php {
/* @name "PHP: Operators (Assignment by Reference, String, Array)"; */
color: #a7dbd8;
}
keyword.operator.class.php,
keyword.operator.type.php,
keyword.operator.logical.php,
keyword.operator.comparison.php {
/* @name "PHP: Operators (Class, Class Type)"; */
color: #a7dbd8;
}
keyword.operator.error-control.php {
/* @name "PHP: Operators (Error Control)"; */
color: #a7dbd8;
}
support.other.namespace,
entity.name.namespace.php {
/* @name "PHP Namespaces"; */
color: #f8f8f2;
}
support.other.namespace.use-as.php {
/* @name "PHP Namespace Alias"; */
color: #dfdfdf;
}
punctuation.separator.inheritance.php {
/* @name "PHP Namespace Separator"; */
color: #707070;
}
meta.tag.sgml.doctype.html,
keyword.doctype.xml {
/* @name "HTML: DOCTYPE"; */
color: #a7b3c2;
}
punctuation.definition.tag.html,
punctuation.definition.tag.begin.html,
punctuation.definition.tag.end.html {
/* @name "HTML: Tag braces"; */
color: #a7dbd8;
}
entity.name.tag {
/* @name "HTML: Tag name"; */
color: #f6624a;
}
entity.other.attribute-name {
/* @name "HTML: Tag attribute"; */
color: #a7b3c2;
}
punctuation.separator.key-value.html {
/* @name "HTML: Key Value Separator"; */
color: #a7dbd8;
}
meta.tag.xml {
/* @name "XML: Default Color"; */
color: #a7dbd8;
}
punctuation.definition.tag.begin.xml,
punctuation.definition.tag.end.xml,
meta.tag.preprocessor.xml {
/* @name "XML: Tag Braces"; */
color: #a7dbd8;
}
entity.name.tag.xml,
keyword.doctype.xml {
/* @name "XML: Tag"; */
color: #f6624a;
}
variable.documentroot.xml {
/* @name "XML: Document Root"; */
color: #a7b3c2;
}
meta.tag.sgml.doctype.xml {
/* @name "XML: SGML Doctype"; */
color: #d0d0d0;
}
entity.other.attribute-name.id.css {
/* @name "CSS: ID Selector"; */
color: #f5896f;
}
entity.other.attribute-name.class.css {
/* @name "CSS: Class Selector"; */
color: #f6624a;
}
entity.name.tag.css {
/* @name "CSS: Element Selector"; */
color: #f8f8f2;
}
entity.other.attribute-name.attribute.css {
/* @name "CSS: Selector Attribute Name"; */
color: #f6624a;
}
support.type.property-name.css {
/* @name "CSS: Property Name"; */
color: #a7b3c2;
}
support.constant.property-value.css {
/* @name "CSS: Property Value Constant"; */
color: #faa193;
}
constant.numeric.css {
/* @name "CSS: Property Value Numeric"; */
color: #bdc3c7;
}
punctuation.separator.key-value.css,
punctuation.terminator.rule.css {
/* @name "CSS: Key Value (Seperator and Terminator)"; */
color: #f8f8f2;
}
keyword.other.unit.css {
/* @name "CSS: Value Unit"; */
color: #a7dbd8;
}
keyword.other.important.css {
/* @name "CSS: (!important)"; */
color: #f6624a;
}
entity.other.attribute-name.pseudo-class.css {
/* @name "CSS: Pseudo Class"; */
color: #a7dbd8;
}
punctuation.section.function.css {
/* @name "CSS: function brackets"; */
color: #a7dbd8;
}
constant.other.color.rgb-value.css {
/* @name "CSS: RGB values"; */
color: #d0d0d0;
}
punctuation.definition.constant.css {
/* @name "CSS: RGB value punctuation"; */
color: #a7dbd8;
}
support.constant.font-name.css {
/* @name "CSS: Font Name"; */
color: #aeaeae;
}
punctuation.definition.dictionary.begin.json,
punctuation.definition.dictionary.end.json {
/* @name "JSON: Dict"; */
color: #a7dbd8;
}
string.quoted.double.json {
/* @name "JSON: String"; */
color: #f3ac9a;
}
punctuation.separator.dictionary.key-value.json,
punctuation.separator.dictionary.pair.json,
punctuation.separator.array.json {
/* @name "JSON: KV-Separator"; */
color: #a7dbd8;
}
punctuation.definition.array.begin.json,
punctuation.definition.array.end.json {
/* @name "JSON: Array"; */
color: #a7dbd8;
}
constant.numeric.json {
/* @name "JSON: Numbers"; */
color: #bdc3c7;
}
constant.language.json {
/* @name "JSON: Boolean"; */
color: #a7b3c2;
}
punctuation.definition.quasi.begin.js,
punctuation.definition.quasi.end.js {
/* @name "JS: Template String"; */
color: #f6624a;
}
punctuation.quasi.element.begin.js,
punctuation.quasi.element.end.js {
/* @name "JS: Template String Tag Name"; */
color: #f8f8f2;
}
entity.quasi.tag.name.js {
/* @name "JS: Template String Tag Name"; */
color: #bdc3c7;
}
keyword.operator.module.js {
/* @name "JS: Module"; */
color: #a7b3c2;
}
keyword.operator.spread.js {
/* @name "JS: Spread"; */
color: #848484;
}
variable.language.js {
/* @name "JS: Variables"; */
color: #bdc3c7;
}
variable.other.readwrite.js {
/* @name "JS: Global Variables"; */
color: #dadbe5;
}
support.function.firebug.js,
support.type.object.console.js {
/* @name "JS: Console Functions"; */
color: #f6624a;
}
keyword.operator.js {
/* @name "JS: Keyword Operator"; */
color: #a7dbd8;
}
variable.language.super.js {
/* @name "JS: Object Super"; */
color: #f6624a;
}
keyword.operator.new.js,
support.type.object.dom.js {
/* @name "JS: Object Instance"; */
color: #a7b3c2;
}
meta.instance.constructor,
entity.name.type.new.js,
variable.other.constant.js,
support.class.builtin.js,
variable.other.class.js {
/* @name "JS: Constructor Name"; */
color: #f6624a;
}
storage.type.function.arrow.js {
/* @name "JS: Function Arrow"; */
color: #848484;
}
variable.other.object.js {
/* @name "JS: Object Name and Constant"; */
color: #dadbe5;
}
meta.property.object.js,
string.unquoted.label.js,
support.type.object.node.js {
/* @name "JS: Object Properties"; */
color: #f8f8f2;
}
entity.name.function.js {
/* @name "JS: Object Keys"; */
color: #dbdbdb;
}
punctuation.separator.key-value.js,
meta.function.js {
/* @name "JS: Key Value Separater"; */
color: #a7dbd8;
}
keyword.control.js {
/* @name "JS: Control"; */
color: #bdc3c7;
}
storage.type.function.js {
/* @name "JS: Function"; */
color: #a7b3c2;
}
entity.name.method.js {
/* @name "JS: Function name"; */
color: #f6624a;
}
entity.name.function.js,
variable.function.js {
/* @name "JS: Function Call"; */
color: #f6624a;
}
variable.parameter.function.js {
/* @name "JS: Function Parameters"; */
color: #f8f8f2;
}
punctuation.separator.parameter.function.js {
/* @name "JS: Function Parameter Separater"; */
color: #d0d0d0;
}
variable.language.this.js,
support.class.js {
/* @name "JS: this Keyword"; */
color: #bdc3c7;
}
meta.delimiter.method.period.js {
/* @name "JS: Period"; */
color: #a7dbd8;
}
punctuation.terminator.statement.js {
/* @name "JS: SemiColon"; */
color: #a7dbd8;
}
meta.brace.square.js,
meta.group.braces.square.js,
meta.brace.square.begin.js,
meta.brace.square.end.js {
/* @name "JS: []"; */
color: #a7dbd8;
}
punctuation.definition.parameters.begin.js,
punctuation.definition.parameters.end.js,
meta.group.braces.round,
meta.brace.round.js,
meta.brace.round.begin.js,
meta.brace.round.end.js {
/* @name "JS: ()"; */
color: #a7dbd8;
}
meta.function-call.without-arguments.js,
meta.group.braces.round.function.arguments.js {
/* @name "JS: Function empty arguments call ()"; */
color: #a7dbd8;
}
meta.brace.curly.js,
meta.brace.curly.begin.js,
meta.brace.curly.end.js,
meta.group.braces.curly.js,
punctuation.definition.class.body.begin.js,
punctuation.definition.class.body.end.js,
punctuation.section.embedded.begin.jsx,
punctuation.section.embedded.end.jsx {
/* @name "JS: {}"; */
color: #a7dbd8;
}
punctuation.definition.tag.begin.jsx,
punctuation.definition.tag.end.jsx {
/* @name "JSX: Tag Brackets"; */
color: #a7dbd8;
}
meta.jsx.js,
meta.jsx.children.js,
tag.open.js,
tag.close.js {
/* @name "JSX: Tag Inner Content"; */
color: #f8f8f2;
}
meta.diff,
meta.diff.header {
/* @name "diff.header"; */
color: #75715e;
}
markup.deleted {
/* @name "diff.deleted"; */
color: #00a8c6;
}
markup.inserted {
/* @name "diff.inserted"; */
color: #a6e22e;
}
markup.changed {
/* @name "diff.changed"; */
color: #e6db74;
}
constant.numeric.line-number.find-in-files - match {
color: #8fbe00a0;
}
entity.name.filename.find-in-files {
color: #e6db74;
}
sublimelinter.mark.warning {
/* @name "SublimeLinter Warning"; */
color: #ddb700;
}
sublimelinter.mark.error {
/* @name "SublimeLinter Error"; */
color: #d02000;
}
sublimelinter.gutter-mark {
/* @name "SublimeLinter Gutter Mark"; */
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment