Created
September 28, 2013 19:42
-
-
Save mtchavez/6745746 to your computer and use it in GitHub Desktop.
Solarized (Dark) TM Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ gutterSettings = { | |
foreground = '#839496'; | |
background = '#073642'; | |
divider = '#586e75'; | |
selectionBackground = '#586e75'; | |
selectionForeground = '#93a1a1'; | |
}; | |
settings = ( | |
{ settings = { | |
foreground = '#839496'; | |
background = '#002B36'; | |
caret = '#819090'; | |
invisibles = '#18647E'; | |
selection = '#570707'; | |
lineHighlight = '#073642'; | |
}; | |
}, | |
{ name = 'Comment'; | |
scope = 'comment'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#586E75'; | |
}; | |
}, | |
{ name = 'String'; | |
scope = 'string'; | |
settings = { foreground = '#2AA198'; }; | |
}, | |
{ name = 'StringNumber'; | |
scope = 'string'; | |
settings = { foreground = '#586E75'; }; | |
}, | |
{ name = 'Regexp'; | |
scope = 'string.regexp'; | |
settings = { foreground = '#D30102'; }; | |
}, | |
{ name = 'Number'; | |
scope = 'constant.numeric'; | |
settings = { foreground = '#D33682'; }; | |
}, | |
{ name = 'Variable'; | |
scope = 'variable.language, variable.other'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'Keyword'; | |
scope = 'keyword'; | |
settings = { foreground = '#859900'; }; | |
}, | |
{ name = 'Storage'; | |
scope = 'storage'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#738A05'; | |
}; | |
}, | |
{ name = 'Class name'; | |
scope = 'entity.name.class, entity.name.type.class'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'Function name'; | |
scope = 'entity.name.function'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'Variable start'; | |
scope = 'punctuation.definition.variable'; | |
settings = { foreground = '#859900'; }; | |
}, | |
{ name = 'Embedded code markers'; | |
scope = 'punctuation.section.embedded.begin, punctuation.section.embedded.end'; | |
settings = { foreground = '#D30102'; }; | |
}, | |
{ name = 'Built-in constant'; | |
scope = 'constant.language, meta.preprocessor'; | |
settings = { foreground = '#B58900'; }; | |
}, | |
{ name = 'Support.construct'; | |
scope = 'support.function.construct, keyword.other.new'; | |
settings = { foreground = '#D30102'; }; | |
}, | |
{ name = 'User-defined constant'; | |
scope = 'constant.character, constant.other'; | |
settings = { foreground = '#CB4B16'; }; | |
}, | |
{ name = 'Inherited class'; | |
scope = 'entity.other.inherited-class'; | |
settings = { }; | |
}, | |
{ name = 'Function argument'; | |
scope = 'variable.parameter'; | |
settings = { }; | |
}, | |
{ name = 'Tag name'; | |
scope = 'entity.name.tag'; | |
settings = { | |
fontStyle = 'bold'; | |
foreground = '#268BD2'; | |
}; | |
}, | |
{ name = 'Tag start/end'; | |
scope = 'punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end'; | |
settings = { foreground = '#586E75'; }; | |
}, | |
{ name = 'Tag attribute'; | |
scope = 'entity.other.attribute-name'; | |
settings = { foreground = '#93A1A1'; }; | |
}, | |
{ name = 'Library function'; | |
scope = 'support.function'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'Continuation'; | |
scope = 'punctuation.separator.continuation'; | |
settings = { foreground = '#D30102'; }; | |
}, | |
{ name = 'Library constant'; | |
scope = 'support.constant'; | |
settings = { }; | |
}, | |
{ name = 'Library class/type'; | |
scope = 'support.type, support.class'; | |
settings = { foreground = '#859900'; }; | |
}, | |
{ name = 'Library Exception'; | |
scope = 'support.type.exception'; | |
settings = { foreground = '#CB4B16'; }; | |
}, | |
{ name = 'Special'; | |
scope = 'keyword.other.special-method'; | |
settings = { foreground = '#CB4B16'; }; | |
}, | |
{ name = 'Library variable'; | |
scope = 'support.other.variable'; | |
settings = { }; | |
}, | |
{ name = 'Invalid'; | |
scope = 'invalid'; | |
settings = { }; | |
}, | |
{ name = 'Quoted String'; | |
scope = 'string.quoted.double, string.quoted.single'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'Quotes'; | |
scope = 'punctuation.definition.string.begin, punctuation.definition.string.end'; | |
settings = { foreground = '#C60000'; }; | |
}, | |
{ name = 'CSS: Property'; | |
scope = 'entity.name.tag.css, support.type.property-name.css, meta.property-name.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'CSS: @font-face'; | |
scope = 'source.css'; | |
settings = { foreground = '#D01F1E'; }; | |
}, | |
{ name = 'CSS: Selector'; | |
scope = 'meta.selector.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'CSS: {}'; | |
scope = 'punctuation.section.property-list.css'; | |
settings = { foreground = '#5A74CF'; }; | |
}, | |
{ name = 'CSS: Numeric Value'; | |
scope = 'meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'CSS: Value'; | |
scope = 'meta.property-value.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'CSS: !Important'; | |
scope = 'keyword.other.important.css'; | |
settings = { foreground = '#D01F1E'; }; | |
}, | |
{ name = 'CSS: Standard Value'; | |
scope = 'support.constant.color'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'CSS: Tag'; | |
scope = 'entity.name.tag.css'; | |
settings = { foreground = '#738A13'; }; | |
}, | |
{ name = 'CSS: : ,'; | |
scope = 'punctuation.separator.key-value.css, punctuation.terminator.rule.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'CSS .class'; | |
scope = 'entity.other.attribute-name.class.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#268BD2'; | |
}; | |
}, | |
{ name = 'CSS :pseudo'; | |
scope = 'entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BD3800'; | |
}; | |
}, | |
{ name = 'CSS: #id'; | |
scope = 'entity.other.attribute-name.id.css'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#268BD2'; | |
}; | |
}, | |
{ name = 'JS: Function Name'; | |
scope = 'meta.function.js, entity.name.function.js, support.function.dom.js'; | |
settings = { foreground = '#A57800'; }; | |
}, | |
{ name = 'JS: Source'; | |
scope = 'text.html.basic source.js.embedded.html'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'JS: Function'; | |
scope = 'storage.type.function.js'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'JS: Numeric Constant'; | |
scope = 'constant.numeric.js'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'JS: []'; | |
scope = 'meta.brace.square.js'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'JS: Storage Type'; | |
scope = 'storage.type.js'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = '()'; | |
scope = 'meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js'; | |
settings = { foreground = '#93A1A1'; }; | |
}, | |
{ name = '{}'; | |
scope = 'meta.brace.curly.js'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'HTML: Doctype'; | |
scope = 'entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html'; | |
settings = { | |
fontStyle = 'italic'; | |
foreground = '#899090'; | |
}; | |
}, | |
{ name = 'HTML: Comment Block'; | |
scope = 'comment.block.html'; | |
settings = { | |
fontStyle = 'italic'; | |
foreground = '#839496'; | |
}; | |
}, | |
{ name = 'HTML: Script'; | |
scope = 'entity.name.tag.script.html'; | |
settings = { fontStyle = 'italic'; }; | |
}, | |
{ name = 'HTML: Style'; | |
scope = 'source.css.embedded.html string.quoted.double.html'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'HTML: Text'; | |
scope = 'text.html.ruby'; | |
settings = { | |
fontStyle = 'bold'; | |
foreground = '#BD3800'; | |
}; | |
}, | |
{ name = 'HTML: ='; | |
scope = 'text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#708284'; | |
}; | |
}, | |
{ name = 'HTML: something='; | |
scope = 'text.html.basic entity.other.attribute-name.html'; | |
settings = { foreground = '#708284'; }; | |
}, | |
{ name = 'HTML: "'; | |
scope = 'text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html '; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'HTML: <tag>'; | |
scope = 'entity.name.tag.block.any.html'; | |
settings = { | |
fontStyle = 'bold'; | |
foreground = '#268BD2'; | |
}; | |
}, | |
{ name = 'HTML: style'; | |
scope = 'source.css.embedded.html entity.name.tag.style.html'; | |
settings = { fontStyle = 'italic'; }; | |
}, | |
{ name = 'HTML: <style>'; | |
scope = 'entity.name.tag.style.html'; | |
settings = { fontStyle = ''; }; | |
}, | |
{ name = 'HTML: {}'; | |
scope = 'text.html.basic punctuation.section.property-list.css'; | |
settings = { fontStyle = ''; }; | |
}, | |
{ name = 'HTML: Embeddable'; | |
scope = 'source.css.embedded.html, comment.block.html'; | |
settings = { | |
fontStyle = 'italic'; | |
foreground = '#819090'; | |
}; | |
}, | |
{ name = 'Ruby: Variable definition'; | |
scope = 'punctuation.definition.variable.ruby'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#268BD2'; | |
}; | |
}, | |
{ name = 'Ruby: Function Name'; | |
scope = 'meta.function.method.with-arguments.ruby'; | |
settings = { foreground = '#708284'; }; | |
}, | |
{ name = 'Ruby: Variable'; | |
scope = 'variable.language.ruby'; | |
settings = { foreground = '#469186'; }; | |
}, | |
{ name = 'Ruby: Function'; | |
scope = 'entity.name.function.ruby'; | |
settings = { foreground = '#268BD2'; }; | |
}, | |
{ name = 'Ruby: Keyword Control'; | |
scope = 'keyword.control.ruby, keyword.control.def.ruby'; | |
settings = { | |
fontStyle = 'bold'; | |
foreground = '#738A05'; | |
}; | |
}, | |
{ name = 'Ruby: Class'; | |
scope = 'keyword.control.class.ruby, meta.class.ruby'; | |
settings = { foreground = '#748B00'; }; | |
}, | |
{ name = 'Ruby: Class Name'; | |
scope = 'entity.name.type.class.ruby'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'Ruby: Keyword'; | |
scope = 'keyword.control.ruby'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#748B00'; | |
}; | |
}, | |
{ name = 'Ruby: Support Class'; | |
scope = 'support.class.ruby'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'Ruby: Special Method'; | |
scope = 'keyword.other.special-method.ruby'; | |
settings = { foreground = '#748B00'; }; | |
}, | |
{ name = 'Ruby: Constant'; | |
scope = 'constant.language.ruby, constant.numeric.ruby'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'Ruby: Constant Other'; | |
scope = 'variable.other.constant.ruby'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'Ruby: :symbol'; | |
scope = 'constant.other.symbol.ruby'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = "Ruby: Punctuation Section ''"; | |
scope = 'punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby'; | |
settings = { foreground = '#D01F1E'; }; | |
}, | |
{ name = 'Ruby: Special Method'; | |
scope = 'keyword.other.special-method.ruby'; | |
settings = { foreground = '#BD3800'; }; | |
}, | |
{ name = 'PHP: Include'; | |
scope = 'keyword.control.import.include.php'; | |
settings = { foreground = '#BD3800'; }; | |
}, | |
{ name = 'Ruby: erb ='; | |
scope = 'text.html.ruby meta.tag.inline.any.html'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#819090'; | |
}; | |
}, | |
{ name = 'Ruby: erb ""'; | |
scope = 'text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'PHP: Quoted Single'; | |
scope = 'punctuation.definition.string.begin, punctuation.definition.string.end'; | |
settings = { foreground = '#839496'; }; | |
}, | |
{ name = 'PHP: Class Names'; | |
scope = 'support.class.php'; | |
settings = { foreground = '#839496'; }; | |
}, | |
{ name = 'PHP: []'; | |
scope = 'keyword.operator.index-start.php, keyword.operator.index-end.php'; | |
settings = { foreground = '#D31E1E'; }; | |
}, | |
{ name = 'PHP: Array'; | |
scope = 'meta.array.php'; | |
settings = { foreground = '#536871'; }; | |
}, | |
{ name = 'PHP: Array()'; | |
scope = 'meta.array.php support.function.construct.php, meta.array.empty.php support.function.construct.php'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'PHP: Array Construct'; | |
scope = 'support.function.construct.php'; | |
settings = { foreground = '#A57800'; }; | |
}, | |
{ name = 'PHP: Array Begin'; | |
scope = 'punctuation.definition.array.begin, punctuation.definition.array.end'; | |
settings = { foreground = '#D31E1E'; }; | |
}, | |
{ name = 'PHP: Numeric Constant'; | |
scope = 'constant.numeric.php'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'PHP: New'; | |
scope = 'keyword.other.new.php'; | |
settings = { foreground = '#CB4B16'; }; | |
}, | |
{ name = 'PHP: ::'; | |
scope = 'keyword.operator.class'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#839496'; | |
}; | |
}, | |
{ name = 'PHP: Other Property'; | |
scope = 'variable.other.property.php'; | |
settings = { foreground = '#899090'; }; | |
}, | |
{ name = 'PHP: Class'; | |
scope = 'storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php'; | |
settings = { foreground = '#A57800'; }; | |
}, | |
{ name = 'PHP: Class Function'; | |
settings = { }; | |
}, | |
{ name = 'PHP: Semicolon'; | |
scope = 'punctuation.terminator.expression.php'; | |
settings = { foreground = '#839496'; }; | |
}, | |
{ name = 'PHP: Inherited Class'; | |
scope = 'meta.other.inherited-class.php'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'PHP: Storage Type'; | |
scope = 'storage.type.php'; | |
settings = { foreground = '#748B00'; }; | |
}, | |
{ name = 'PHP: Function'; | |
scope = 'entity.name.function.php'; | |
settings = { foreground = '#899090'; }; | |
}, | |
{ name = 'PHP: Function Construct'; | |
scope = 'support.function.construct.php'; | |
settings = { foreground = '#748B00'; }; | |
}, | |
{ name = 'PHP: Function Call'; | |
scope = 'entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php'; | |
settings = { foreground = '#839496'; }; | |
}, | |
{ name = 'PHP: Comment'; | |
scope = 'keyword.other.phpdoc'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#899090'; | |
}; | |
}, | |
{ name = 'PHP: Source Emebedded'; | |
scope = 'source.php.embedded.block.html'; | |
settings = { foreground = '#BD3613'; }; | |
}, | |
{ name = 'PHP: Storage Type Function'; | |
scope = 'storage.type.function.php'; | |
settings = { foreground = '#BD3800'; }; | |
}, | |
{ name = 'C: constant'; | |
scope = 'constant.numeric.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'C: Meta Preprocessor'; | |
scope = 'meta.preprocessor.c.include, meta.preprocessor.macro.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BB3700'; | |
}; | |
}, | |
{ name = 'C: Keyword'; | |
scope = 'keyword.control.import.define.c, keyword.control.import.include.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BB3700'; | |
}; | |
}, | |
{ name = 'C: Function Preprocessor'; | |
scope = 'entity.name.function.preprocessor.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BB3700'; | |
}; | |
}, | |
{ name = 'C: include <something.c>'; | |
scope = 'meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'C: Function'; | |
scope = 'support.function.C99.c, support.function.any-method.c, entity.name.function.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'C: "'; | |
scope = 'punctuation.definition.string.begin.c, punctuation.definition.string.end.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'C: Storage Type'; | |
scope = 'storage.type.c'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'diff: header'; | |
scope = 'meta.diff, meta.diff.header'; | |
settings = { | |
fontStyle = 'italic'; | |
foreground = '#E0EDDD'; | |
background = '#A57706'; | |
}; | |
}, | |
{ name = 'diff: deleted'; | |
scope = 'markup.deleted'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#D3201F'; | |
background = '#EAE3CA'; | |
}; | |
}, | |
{ name = 'diff: changed'; | |
scope = 'markup.changed'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BF3904'; | |
background = '#EAE3CA'; | |
}; | |
}, | |
{ name = 'diff: inserted'; | |
scope = 'markup.inserted'; | |
settings = { | |
foreground = '#219186'; | |
background = '#EAE3CA'; | |
}; | |
}, | |
{ name = 'Markdown: Linebreak'; | |
scope = 'text.html.markdown meta.dummy.line-break'; | |
settings = { | |
foreground = '#E0EDDD'; | |
background = '#A57706'; | |
}; | |
}, | |
{ name = 'Markdown: Raw'; | |
scope = 'text.html.markdown markup.raw.inline'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'reST raw'; | |
scope = 'text.restructuredtext markup.raw'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'Other: Removal'; | |
scope = 'other.package.exclude, other.remove'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#D3201F'; | |
}; | |
}, | |
{ name = 'Other: Add'; | |
scope = 'other.add'; | |
settings = { foreground = '#269186'; }; | |
}, | |
{ name = 'Tex: {}'; | |
scope = 'punctuation.section.group.tex , punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#B81D1C'; | |
}; | |
}, | |
{ name = 'Tex: {text}'; | |
scope = 'meta.group.braces.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57705'; | |
}; | |
}, | |
{ name = 'Tex: Other Math'; | |
scope = 'string.other.math.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57705'; | |
}; | |
}, | |
{ name = 'Tex: {var}'; | |
scope = 'variable.parameter.function.latex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BD3800'; | |
}; | |
}, | |
{ name = 'Tex: Math \\'; | |
scope = 'punctuation.definition.constant.math.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#D01F1E'; | |
}; | |
}, | |
{ name = 'Tex: Constant Math'; | |
scope = 'text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'Tex: Other Math String'; | |
scope = 'string.other.math.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'Tex: $'; | |
scope = 'punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#D3201F'; | |
}; | |
}, | |
{ name = 'Tex: \label'; | |
scope = 'keyword.control.label.latex, text.tex.latex constant.other.general.math.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'Tex: \label { }'; | |
scope = 'variable.parameter.definition.label.latex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#D01F1E'; | |
}; | |
}, | |
{ name = 'Tex: Function '; | |
scope = 'support.function.be.latex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#748B00'; | |
}; | |
}, | |
{ name = 'Tex: Support Function Section'; | |
scope = 'support.function.section.latex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BD3800'; | |
}; | |
}, | |
{ name = 'Tex: Support Function'; | |
scope = 'support.function.general.tex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'Tex: Comment'; | |
scope = 'punctuation.definition.comment.tex, comment.line.percentage.tex'; | |
settings = { fontStyle = 'italic'; }; | |
}, | |
{ name = 'Tex: Reference Label'; | |
scope = 'keyword.control.ref.latex'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#269186'; | |
}; | |
}, | |
{ name = 'Python: storage'; | |
scope = 'storage.type.class.python, storage.type.function.python, storage.modifier.global.python'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#748B00'; | |
}; | |
}, | |
{ name = 'Python: import'; | |
scope = 'keyword.control.import.python, keyword.control.import.from.python'; | |
settings = { foreground = '#BD3800'; }; | |
}, | |
{ name = 'Python: Support.exception'; | |
scope = 'support.type.exception.python'; | |
settings = { foreground = '#A57800'; }; | |
}, | |
{ name = 'Shell: builtin'; | |
scope = 'support.function.builtin.shell'; | |
settings = { foreground = '#748B00'; }; | |
}, | |
{ name = 'Shell: variable'; | |
scope = 'variable.other.normal.shell'; | |
settings = { foreground = '#BD3800'; }; | |
}, | |
{ name = 'Shell: DOT_FILES'; | |
scope = 'source.shell'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#268BD2'; | |
}; | |
}, | |
{ name = 'Shell: meta scope in loop'; | |
scope = 'meta.scope.for-in-loop.shell, variable.other.loop.shell'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'Shell: ""'; | |
scope = 'punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#748B00'; | |
}; | |
}, | |
{ name = 'Shell: Meta Block'; | |
scope = 'meta.scope.case-block.shell, meta.scope.case-body.shell'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'Shell: []'; | |
scope = 'punctuation.definition.logical-expression.shell'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#CD1E1D'; | |
}; | |
}, | |
{ name = 'Shell: Comment'; | |
scope = 'comment.line.number-sign.shell'; | |
settings = { fontStyle = 'italic'; }; | |
}, | |
{ name = 'Java: import'; | |
scope = 'keyword.other.import.java'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#BD3800'; | |
}; | |
}, | |
{ name = 'Java: meta-import'; | |
scope = 'storage.modifier.import.java'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#586E75'; | |
}; | |
}, | |
{ name = 'Java: Class'; | |
scope = 'meta.class.java storage.modifier.java'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#A57800'; | |
}; | |
}, | |
{ name = 'Java: /* comment */'; | |
scope = 'source.java comment.block'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'Java: /* @param */'; | |
scope = 'comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc'; | |
settings = { | |
fontStyle = ''; | |
foreground = '#536871'; | |
}; | |
}, | |
{ name = 'Perl: variables'; | |
scope = 'punctuation.definition.variable.perl, variable.other.readwrite.global.perl, variable.other.predefined.perl, keyword.operator.comparison.perl'; | |
settings = { foreground = '#B58900'; }; | |
}, | |
{ name = 'Perl: functions'; | |
scope = 'support.function.perl'; | |
settings = { foreground = '#859900'; }; | |
}, | |
{ name = 'Perl: comments'; | |
scope = 'comment.line.number-sign.perl'; | |
settings = { | |
fontStyle = 'italic'; | |
foreground = '#586E75'; | |
}; | |
}, | |
{ name = 'Perl: quotes'; | |
scope = 'punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl'; | |
settings = { foreground = '#2AA198'; }; | |
}, | |
{ name = 'Perl: \char'; | |
scope = 'constant.character.escape.perl'; | |
settings = { foreground = '#DC322F'; }; | |
}, | |
{ name = 'Markdown: List'; | |
scope = 'punctuation.definition.list_item.markdown'; | |
settings = { foreground = '#268bd2'; }; | |
}, | |
{ name = 'Markup: Heading'; | |
scope = 'markup.heading'; | |
settings = { foreground = '#b58900'; }; | |
}, | |
{ name = 'Markdown: Link'; | |
scope = 'meta.link.inline.markdown, string.other.link.title.markdown'; | |
settings = { foreground = '#859900'; }; | |
}, | |
{ name = 'Markdown: Image'; | |
scope = 'meta.image.inline.markdown, string.other.link.description.markdown'; | |
settings = { foreground = '#859900'; }; | |
}, | |
{ name = 'Markdown: Heading entity name'; | |
scope = 'entity.name.section.markdown'; | |
settings = { foreground = '#CB4B16'; }; | |
}, | |
{ name = 'Markdown: separator'; | |
scope = 'meta.separator.markdown'; | |
settings = { | |
foreground = '#268bd2'; | |
background = '#042029'; | |
}; | |
}, | |
{ name = 'Markdown: code block'; | |
scope = 'markup.raw.block.markdown'; | |
settings = { foreground = '#b58900'; }; | |
}, | |
{ name = 'Markdown: code inline'; | |
scope = 'markup.raw.inline.markdown'; | |
settings = { foreground = '#b58900'; }; | |
}, | |
{ name = 'Markdown: punctuation definition'; | |
scope = 'punctuation.definition.raw.markdown, punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.string.begin.markdown,punctuation.definition.string.end.markdown,punctuation.definition.metadata.markdown'; | |
settings = { foreground = '#586e75'; }; | |
}, | |
{ name = 'Markdown: blockquote punctuation definition'; | |
scope = 'punctuation.definition.blockquote.markdown'; | |
settings = { foreground = '#2aa198'; }; | |
}, | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment