Last active
December 22, 2015 09:49
-
-
Save luisgerhorst/6454312 to your computer and use it in GitHub Desktop.
Monterey text editor theme for Chocolat.app
This file contains 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
(!default | |
(caret [rgba(0.000000, 0.000000, 0.000000, 1.000000)]) | |
(selection [rgba(0.737255, 0.835294, 0.980392, 1.000000)]) | |
(line-highlight [rgba(0.975300, 0.975271, 0.975288, 1.000000)]) | |
(invisibles [rgba(0.600000, 0.600000, 0.600000, 1.000000)]) | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)]) | |
(background [rgba(1.000000, 1.000000, 1.000000, 1.000000)])) | |
(apply [text source] Source) | |
(apply comment | |
Comment | |
(italic) | |
(color [rgba(0.600000, 0.600000, 0.600000, 1.000000)])) | |
(apply [keyword, storage] | |
Keyword | |
(color [rgba(0.501961, 0.000000, 0.000000, 1.000000)])) | |
(apply keyword.operator | |
Operator | |
(color [rgba(0.000000, 0.000000, 0.501961, 1.000000)])) | |
(apply constant.numeric | |
Numeric | |
(color [rgba(0.000000, 0.501961, 0.501961, 1.000000)])) | |
(apply [punctuation.definition.string.begin, punctuation.definition.string.end] | |
Quotes | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)])) | |
(apply [entity.name.function, keyword.other.name-of-parameter.objc] | |
Function | |
(bold) | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)])) | |
(apply string | |
String | |
(color [rgba(0.000000, 0.501961, 0.000000, 1.000000)])) | |
(apply constant.language | |
Constant | |
(color [rgba(0.000000, 0.501961, 0.501961, 1.000000)])) | |
(apply [punctuation.definition.tag, entity.name.tag] | |
[HTML: Tag] | |
(color [rgba(0.000000, 0.000000, 0.501961, 1.000000)])) | |
(apply [entity.other.attribute-name.id, entity.other.attribute-name] | |
[HTML: ID, Attribute] | |
(color [rgba(0.501961, 0.000000, 0.000000, 1.000000)])) | |
(apply support.type.property-name | |
[CSS: Property] | |
(color [rgba(0.501961, 0.000000, 0.000000, 1.000000)])) | |
(apply meta.property-value | |
[CSS: Value] | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)])) | |
(apply support.constant.property-value | |
[CSS: Constant] | |
(color [rgba(0.000000, 0.000000, 0.501961, 1.000000)])) | |
(apply [constant.other.color.css, support.function.css] | |
[CSS: Color] | |
(color [rgba(0.000000, 0.501961, 0.000000, 1.000000)])) | |
(apply support.constant.font-name.css | |
[CSS: Font] | |
(color [rgba(0.000000, 0.501961, 0.000000, 1.000000)])) | |
(apply keyword.css | |
[CSS: Unit] | |
(color [rgba(0.000000, 0.501961, 0.501961, 1.000000)])) | |
(apply entity.other.attribute-name.id.css | |
[CSS: #id] | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)])) | |
(apply entity.other.attribute-name.class | |
[CSS: .class] | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)])) | |
(apply entity.other.attribute-name.pseudo-class | |
[CSS: :pseudo] | |
(color [rgba(0.000000, 0.000000, 0.501961, 1.000000)])) | |
(apply keyword.other.important.css | |
[CSS: !important] | |
(color [rgba(0.501961, 0.000000, 0.000000, 1.000000)])) | |
(apply [entity.name.function.erlang, keyword.other.name-of-parameter.objc.erlang] | |
[Erlang: Function] | |
(color [rgba(0.501961, 0.000000, 0.000000, 1.000000)])) | |
(apply keyword.operator.erlang | |
[Erlang: Operator] | |
(color [rgba(0.000000, 0.000000, 0.000000, 1.000000)])) | |
(apply entity.name.erlang | |
[Erlang: Module] | |
(color [rgba(0.000000, 0.000000, 0.501961, 1.000000)])) | |
(apply constant.other.symbol.erlang | |
[Erlang: Atom] | |
(color [rgba(0.000000, 0.501961, 0.501961, 1.000000)])) | |
(apply [variable.language, variable.other] | |
[PHP: Variable] | |
(color [rgba(0.000000, 0.501961, 0.501961, 1.000000)])) | |
(apply [html.markdown.text heading.markdown.markup] | |
[Markdown: Heading] | |
(color [rgba(0.501961, 0.000000, 0.000000, 1.000000)])) | |
(apply [html.markdown.text heading.markdown.markup definition.heading.markdown.punctuation, 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 | |
] | |
[Markdown: Punctation] | |
(color [rgba(0.501961, 0.501961, 0.501961, 1.000000)])) | |
(apply [html.markdown.text link.markdown.markup] | |
[Markdown: Link] | |
(color [rgba(0.000000, 0.501961, 0.000000, 1.000000)])) | |
(apply string.markdown | |
[Markdown: String] | |
(color [rgba(0.000000, 0.000000, 0.501961, 1.000000)])) | |
(apply bold | |
(bold)) | |
(apply italic | |
(italic)) | |
(apply underline | |
(underline)) |
Author
luisgerhorst
commented
Sep 5, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment