Last active
July 19, 2021 16:26
-
-
Save heygema/5b2f51b25ecf3c90a063fbe07271cc9c to your computer and use it in GitHub Desktop.
Sublime Text Settings
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
Show hidden characters
{ | |
"search_threshold": 100000, | |
"ignore_threshold": true | |
// "content_highlight_bar": false | |
// "show_in_minimap": false, | |
// "align_content_highlight_bar": false | |
// Define region highlight styles | |
} |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>comment</key> | |
<string>Created by Wes Bos. Based on ‘Cobalt’</string> | |
<key>author</key> | |
<string>Wes Bos</string> | |
<key>name</key> | |
<string>cobalt2</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#193549</string> | |
<key>caret</key> | |
<string>#ffc600</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
<key>invisibles</key> | |
<string>#7f7f7fb2</string> | |
<key>lineHighlight</key> | |
<string>#1f4662</string> | |
<key>selection</key> | |
<string>#0050a4</string> | |
<key>popupCss</key> | |
<string><![CDATA[ html { background-color: var(--background); color: var(--foreground); } a { color: #80FFBB; line-height: 20px; } ]]></string> | |
<key>bracketsForeground</key> | |
<string>#ffc600</string> | |
<key>bracketContentsForeground</key> | |
<string>#000000</string> | |
<key>guide</key> | |
<string>#3b5364</string> | |
<key>activeGuide</key> | |
<string>#ffc600</string> | |
<key>stackGuide</key> | |
<string>#5a7b92</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation - (punctuation.definition.string || punctuation.definition.comment)</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#E1EFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FF628C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity</string> | |
<key>scope</key> | |
<string>entity</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FF9D00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string -string.unquoted.old-plist -string.unquoted.heredoc, string.unquoted.heredoc string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#3AD900</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#0088FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#80FFBB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#CCCCCC</string> | |
<key>background</key> | |
<string>#0d3a58</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lang Variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FF80E1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function Call</string> | |
<key>scope</key> | |
<string>meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFEE80</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#800F00</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity inherited-class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#80FCFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String embedded-source</string> | |
<key>scope</key> | |
<string>string.quoted source, string.quoted</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#9EFF80</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String constant</string> | |
<key>scope</key> | |
<string>string constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80FF82</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String.regexp</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80FFC2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String variable</string> | |
<key>scope</key> | |
<string>string variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EDEF7D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FFB054</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support.constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#EB939A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Exception</string> | |
<key>scope</key> | |
<string>support.type.exception</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF1E00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C/C++ Preprocessor Line</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#8996A8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C/C++ Preprocessor Directive</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AFC4DB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Doctype/XML Processing</string> | |
<key>scope</key> | |
<string>meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#73817D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta.tag.A</string> | |
<key>scope</key> | |
<string>meta.tag, meta.tag entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9EFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css tag-name</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9EFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css#id</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFB454</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.class</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5FE461</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css property-name:</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9DF39F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css property-value;</string> | |
<key>scope</key> | |
<string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6F080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css @at-rule</string> | |
<key>scope</key> | |
<string>meta.preprocessor.at-rule keyword.control.at-rule</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F6AA11</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css additional-constants</string> | |
<key>scope</key> | |
<string>meta.property-value support.constant.named-color.css, meta.property-value constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EDF080</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css constructor.argument</string> | |
<key>scope</key> | |
<string>meta.constructor.argument.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EB939A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#000E1A</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ee3a43</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#806F00</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#154F00</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Raw Markup</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#8FDDF630</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Block Quote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#004480</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>List</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1D425D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold Markup</string> | |
<key>scope</key> | |
<string>markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#C1AFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic Markup</string> | |
<key>scope</key> | |
<string>markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#B8FFD9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Heading Markup</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#001221</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#C8E4FD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Annotations</string> | |
<key>scope</key> | |
<string>sublimelinter.annotations</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FFFFAA</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DA2000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF4A52</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Gutter Mark</string> | |
<key>scope</key> | |
<string>sublimelinter.gutter-mark</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EDBA00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#DF9400</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Violation Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.violation</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Violation Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.violation</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#FF0000</string> | |
</dict> | |
</dict> | |
<!-- PHP --> | |
<dict> | |
<key>name</key> | |
<string>PHP class name</string> | |
<key>scope</key> | |
<string> | |
, entity.name.class.php, | |
, entity.name.type.class.php, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80FFC2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP function name</string> | |
<key>scope</key> | |
<string>entity.name.function.php</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#333333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<!-- Bracket Highlighter --> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#1f4662</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFDD00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<!-- Language Specific --> | |
<!-- JAVASCRIPT! --> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Function</string> | |
<key>scope</key> | |
<string>storage.type.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA5F3</string> | |
<key>background</key> | |
<string>#1D3C52</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.string.begin.js, | |
, punctuation.definition.string.end.js, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2EFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys</string> | |
<key>scope</key> | |
<string> | |
, string.unquoted.label.js, | |
, meta.object-literal.key.js, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AFFDF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys - strings</string> | |
<key>scope</key> | |
<string>meta.object-literal.key.string.quoted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80FFBB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys - functions</string> | |
<key>scope</key> | |
<string>meta.object-literal.key.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFC600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys - colons after</string> | |
<key>scope</key> | |
<string>meta.object-literal.key.punctuation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - ticks</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.string.template.begin.js, | |
, punctuation.definition.string.template.end.js, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2EFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - words</string> | |
<key>scope</key> | |
<string>string.template.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9EFF80</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - expressions</string> | |
<key>scope</key> | |
<string> | |
, string.template.js punctuation, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - functions</string> | |
<key>scope</key> | |
<string>template.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFC600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - language</string> | |
<key>scope</key> | |
<string>string.template variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#FF80E1</string> | |
</dict> | |
</dict> | |
<!-- JSX! --> | |
<dict> | |
<key>name</key> | |
<string>JavaScript Function</string> | |
<key>scope</key> | |
<string>storage.type.function.jsx</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA5F3</string> | |
<key>background</key> | |
<string>#1D3C52</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.string.begin.jsx, | |
, punctuation.definition.string.end.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2EFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys</string> | |
<key>scope</key> | |
<string> | |
, string.unquoted.label.jsx, | |
, meta.object-literal.key.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AFFDF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys - strings</string> | |
<key>scope</key> | |
<string>meta.object-literal.key.string.quoted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#80FFBB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys - functions</string> | |
<key>scope</key> | |
<string>meta.object-literal.key.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFC600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - ticks</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.string.template.begin.jsx, | |
, punctuation.definition.string.template.end.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2EFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - words</string> | |
<key>scope</key> | |
<string>string.template.jsx</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9EFF80</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - expressions</string> | |
<key>scope</key> | |
<string> | |
, string.template.jsx punctuation, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<!-- TYPESCRIPT! --> | |
<dict> | |
<key>name</key> | |
<string>TypeScript Function</string> | |
<key>scope</key> | |
<string>storage.type.function.ts</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFA5F3</string> | |
<key>background</key> | |
<string>#1D3C52</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.string.begin.ts, | |
, punctuation.definition.string.end.ts, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2EFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - ticks</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.string.template.begin.ts, | |
, punctuation.definition.string.template.end.ts, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2EFF00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - words</string> | |
<key>scope</key> | |
<string>string.template.ts</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#9EFF80</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Template Literals - expressions</string> | |
<key>scope</key> | |
<string> | |
, string.template.ts punctuation, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Object Keys</string> | |
<key>scope</key> | |
<string> | |
, string.unquoted.label.ts, | |
, meta.object-literal.key.ts, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2AFFDF</string> | |
</dict> | |
</dict> | |
<!-- | |
ES6 Classes | |
--> | |
<dict> | |
<key>name</key> | |
<string>Class Name</string> | |
<key>scope</key> | |
<string> | |
, entity.name.class.js, | |
, entity.name.type.class.js, | |
, entity.name.class.jsx, | |
, entity.name.type.class.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FB94FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Class KeyWord</string> | |
<key>scope</key> | |
<string> | |
, storage.type.class.js, | |
, storage.type.class.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FF9D00</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Extends</string> | |
<key>scope</key> | |
<string> | |
, storage.type.extends.js, | |
, storage.modifier.extends.js, | |
, storage.type.extends.jsx, | |
, storage.modifier.extends.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CSS colon Divider</string> | |
<key>scope</key> | |
<string>punctuation.separator.key-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>BEM Modifier Invalid HTML Comment</string> | |
<key>scope</key> | |
<string>invalid.illegal.bad-comments-or-CDATA.html</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#0088FF</string> | |
<key>background</key> | |
<string>#17344A</string> | |
</dict> | |
</dict> | |
<!-- | |
Markdown Tweaks | |
--> | |
<dict> | |
<key>name</key> | |
<string>Markdown Punctuation</string> | |
<key>scope</key> | |
<string> | |
, punctuation.definition.list_item.markdown, | |
, punctuation.definition.blockquote.markdown, | |
, punctuation.definition.string.begin.markdown, | |
, punctuation.definition.string.end.markdown, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Markdown Punctuation</string> | |
<key>scope</key> | |
<string>markup.underline.link.image.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
<!-- | |
Operator Tweaks | |
This makes all attributes italic | |
--> | |
<dict> | |
<key>name</key> | |
<string>Italic HTML attribute names</string> | |
<key>scope</key> | |
<string> | |
, entity.other.attribute-name.html, | |
, entity.other.attribute-name.event.html, | |
, entity.other.attribute-name.class.html, | |
, entity.other.attribute-name.style.html, | |
, entity.other.attribute-name.id.html, | |
, entity.other.attribute-name.tag.jade, | |
, constant.other.symbol.ruby, | |
, entity.other.attribute-name.jsx, | |
</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ffc600</string> | |
<key>fontStyle</key> | |
<string>italic</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>06CD1FB2-A00A-4F8C-97B2-60E131980454</string> | |
</dict> | |
</plist> |
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
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>IceTimux (http://icetimux.com)</string> | |
<key>name</key> | |
<string>One Dark</string> | |
<key>semanticClass</key> | |
<string>theme.dark.one_dark</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>gutterSettings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>divider</key> | |
<string>#393939</string> | |
<key>foreground</key> | |
<string>#747369</string> | |
<key>selectionBackground</key> | |
<string>#515151</string> | |
<key>selectionForeground</key> | |
<string>#a09f93</string> | |
</dict> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#282C34</string> | |
<key>caret</key> | |
<string>#528BFF</string> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
<key>invisibles</key> | |
<string>#747369</string> | |
<key>lineHighlight</key> | |
<string>#4c576730</string> | |
<key>selection</key> | |
<string>#3D4350</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Text</string> | |
<key>scope</key> | |
<string>variable.parameter.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5C6370</string> | |
<key>fontStyle</key> | |
<string> italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Delimiters</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keywords</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variables</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Functions</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.require, support.function.any-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61AFEF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>support.class, entity.name.class, entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C07B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>meta.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Methods</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61AFEF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#56B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Strings, Inherited Class</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98C379</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Integers</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floats</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Boolean</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constants</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tags</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute IDs</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id, punctuation.definition.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Selector</string> | |
<key>scope</key> | |
<string>meta.selector</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Values</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Headings</string> | |
<key>scope</key> | |
<string>markup.heading punctuation.definition.heading, entity.name.section</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string /> | |
<key>foreground</key> | |
<string>#61AFEF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold</string> | |
<key>scope</key> | |
<string>markup.bold, punctuation.definition.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C07B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic</string> | |
<key>scope</key> | |
<string>markup.italic, punctuation.definition.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Code</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98C379</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Text</string> | |
<key>scope</key> | |
<string>string.other.link, punctuation.definition.string.end.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Url</string> | |
<key>scope</key> | |
<string>meta.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lists</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#515151</string> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98C379</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#56B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#56B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#56B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded, variable.interpolation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BE5046</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2777a</string> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Broken</string> | |
<key>scope</key> | |
<string>invalid.broken</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f99157</string> | |
<key>foreground</key> | |
<string>#2d2d2d</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d27b53</string> | |
<key>foreground</key> | |
<string>#272B33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unimplemented</string> | |
<key>scope</key> | |
<string>invalid.unimplemented</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#747369</string> | |
<key>foreground</key> | |
<string>#272B33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Json key</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Json value</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98C379</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>json sub key</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E06C75</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Json sub value</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98C379</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>laravel blade tag</string> | |
<key>scope</key> | |
<string>text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>laravel blade @</string> | |
<key>scope</key> | |
<string>text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>python function parameter</string> | |
<key>scope</key> | |
<string>source.python meta.function.python meta.function.parameters.python variable.parameter.function.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>python meta function</string> | |
<key>scope</key> | |
<string>source.python support.type.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#56B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>python logical keyword</string> | |
<key>scope</key> | |
<string>source.python keyword.operator.logical.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>python class ( begin</string> | |
<key>scope</key> | |
<string>source.python meta.class.python punctuation.definition.inheritance.begin.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C07B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>python class ) end</string> | |
<key>scope</key> | |
<string>source.python meta.class.python punctuation.definition.inheritance.end.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C07B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>python function call parameter name</string> | |
<key>scope</key> | |
<string>source.python meta.function-call.arguments.python variable.parameter.function-call.python</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>php fcuntion constants</string> | |
<key>scope</key> | |
<string>text.html.basic source.php.embedded.block.html support.constant.std.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>php namespace name</string> | |
<key>scope</key> | |
<string>text.html.basic source.php.embedded.block.html meta.namespace.php entity.name.type.namespace.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C07B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>javascript meta constant</string> | |
<key>scope</key> | |
<string>source.js meta.function.js support.constant.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>php namespace in top</string> | |
<key>scope</key> | |
<string>text.html.basic` source.php.embedded.block.html constant.other.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>php namespace name in top</string> | |
<key>scope</key> | |
<string>text.html.basic source.php.embedded.block.html support.other.namespace.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D19A66</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>latex label names</string> | |
<key>scope</key> | |
<string>text.tex.latex meta.function.environment.math.latex string.other.math.block.environment.latex meta.definition.label.latex variable.parameter.definition.label.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>latex italic emph</string> | |
<key>scope</key> | |
<string>text.tex.latex meta.function.emph.latex markup.italic.emph.latex</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string> italic</string> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>subl_new js vars</string> | |
<key>scope</key> | |
<string>source.js variable.other.readwrite.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl js $</string> | |
<key>scope</key> | |
<string>source.js meta.function-call.with-arguments.js variable.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl js call method</string> | |
<key>scope</key> | |
<string>source.js meta.group.braces.round meta.group.braces.curly meta.function-call.method.without-arguments.js variable.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl e js</string> | |
<key>scope</key> | |
<string>source.js meta.group.braces.round meta.group.braces.curly variable.other.object.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl js key</string> | |
<key>scope</key> | |
<string>source.js meta.group.braces.round meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl obejct key</string> | |
<key>scope</key> | |
<string>source.js meta.group.braces.round meta.group.braces.curly constant.other.object.key.js punctuation.separator.key-value.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl js method with args</string> | |
<key>scope</key> | |
<string>source.js meta.group.braces.round meta.group.braces.curly meta.function-call.method.with-arguments.js variable.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl js variable function</string> | |
<key>scope</key> | |
<string>source.js meta.function-call.method.with-arguments.js variable.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>new_subl variabel function method</string> | |
<key>scope</key> | |
<string>source.js meta.function-call.method.without-arguments.js variable.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ABB2BF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Modules</string> | |
<key>scope</key> | |
<string>keyword.operator.module.js, keyword.operator.new.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C678DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F92672</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6E22E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#967EFB</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>CH_color</string> | |
<key>scope</key> | |
<string>CH_color_222222ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#222222ff</string> | |
<key>foreground</key> | |
<string>#DDDDDDFF</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict><dict> | |
<key>scope</key> | |
<string>CH_text_color_222222ff</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#282C35FF</string> | |
<key>foreground</key> | |
<string>#222222ff</string> | |
<key>caret</key> | |
<string>#DDDDDDFF</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>32bd64fa-d60a-4858-a5fc-5164cc49a2b8</string> | |
<key>comment</key> | |
<string>Work in progress</string> | |
</dict> | |
</plist> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Generated by: TmTheme-Editor --> | |
<!-- ============================================ --> | |
<!-- app: http://tmtheme-editor.herokuapp.com --> | |
<!-- code: https://github.com/aziz/tmTheme-Editor --> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>IceTimux (http://icetimux.com)</string> | |
<key>name</key> | |
<string>One Dark</string> | |
<key>semanticClass</key> | |
<string>theme.dark.one_dark</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>gutterSettings</key> | |
<dict> | |
<key>background</key> | |
<string>#393939</string> | |
<key>divider</key> | |
<string>#393939</string> | |
<key>foreground</key> | |
<string>#747369</string> | |
<key>selectionBackground</key> | |
<string>#515151</string> | |
<key>selectionForeground</key> | |
<string>#a09f93</string> | |
</dict> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#272B33</string> | |
<key>caret</key> | |
<string>#528BFF</string> | |
<key>foreground</key> | |
<string>#A6B2C0</string> | |
<key>invisibles</key> | |
<string>#747369</string> | |
<key>lineHighlight</key> | |
<string>#2B313A</string> | |
<key>selection</key> | |
<string>#3D4350</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Text</string> | |
<key>scope</key> | |
<string>variable.parameter.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6B2C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comments</string> | |
<key>scope</key> | |
<string>comment, punctuation.definition.comment</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#59626F</string> | |
<key>fontStyle</key> | |
<string> italic</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Delimiters</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6B2C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Operators</string> | |
<key>scope</key> | |
<string>keyword.operator</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6B2C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keywords</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variables</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Functions</string> | |
<key>scope</key> | |
<string>entity.name.function, meta.require, support.function.any-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61AEEF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>support.class, entity.name.class, entity.name.type.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C17C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Classes</string> | |
<key>scope</key> | |
<string>meta.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A6B2C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Methods</string> | |
<key>scope</key> | |
<string>keyword.other.special-method</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#61AEEF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#57B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Strings, Inherited Class</string> | |
<key>scope</key> | |
<string>string, constant.other.symbol, entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90C378</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Integers</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Floats</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Boolean</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constants</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Tags</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attributes</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute IDs</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id, punctuation.definition.entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Selector</string> | |
<key>scope</key> | |
<string>meta.selector</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Values</string> | |
<key>scope</key> | |
<string>none</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Headings</string> | |
<key>scope</key> | |
<string>markup.heading punctuation.definition.heading, entity.name.section</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#61AEEF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Units</string> | |
<key>scope</key> | |
<string>keyword.other.unit</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold</string> | |
<key>scope</key> | |
<string>markup.bold, punctuation.definition.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E5C17C</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic</string> | |
<key>scope</key> | |
<string>markup.italic, punctuation.definition.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Code</string> | |
<key>scope</key> | |
<string>markup.raw.inline</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90C378</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Text</string> | |
<key>scope</key> | |
<string>string.other.link, punctuation.definition.string.end.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Link Url</string> | |
<key>scope</key> | |
<string>meta.link</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lists</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Quotes</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#D2945D</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Separator</string> | |
<key>scope</key> | |
<string>meta.separator</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#515151</string> | |
<key>foreground</key> | |
<string>#A6B2C0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90C378</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Colors</string> | |
<key>scope</key> | |
<string>constant.other.color</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#57B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Regular Expressions</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#57B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Escape Characters</string> | |
<key>scope</key> | |
<string>constant.character.escape</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#57B6C2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded</string> | |
<key>scope</key> | |
<string>punctuation.section.embedded, variable.interpolation</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#BE4F44</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f2777a</string> | |
<key>foreground</key> | |
<string>#272B33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Broken</string> | |
<key>scope</key> | |
<string>invalid.broken</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#f99157</string> | |
<key>foreground</key> | |
<string>#2d2d2d</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Deprecated</string> | |
<key>scope</key> | |
<string>invalid.deprecated</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#d27b53</string> | |
<key>foreground</key> | |
<string>#272B33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Unimplemented</string> | |
<key>scope</key> | |
<string>invalid.unimplemented</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#747369</string> | |
<key>foreground</key> | |
<string>#272B33</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Json key</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Json value</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90C378</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>json sub key</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DF6A73</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Json sub value</string> | |
<key>scope</key> | |
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#90C378</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>laravel blade tag</string> | |
<key>scope</key> | |
<string>text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>laravel blade @</string> | |
<key>scope</key> | |
<string>text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#C679DD</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>32bd64fa-d60a-4858-a5fc-5164cc49a2b8</string> | |
<key>comment</key> | |
<string>Work in progress</string> | |
</dict> | |
</plist> |
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
[ | |
{ | |
"keys": ["super+shift+s"], | |
"command": "chain", | |
"args": { | |
"commands": [["js_prettier"], ["save"]] | |
} | |
}, | |
{ | |
"keys": ["super+alt+enter"], | |
"command": "lsp_symbol_definition", | |
"context": [ | |
{ | |
"key": "selector", | |
"operator": "equal", | |
"operand": ["source.reason", "source.ocaml"] | |
} | |
] | |
}, | |
{ | |
"keys": ["super+shift+c"], | |
"command": "lsp_format_document", | |
"context": [ | |
{ | |
"key": "selector", | |
"operator": "equal", | |
"operand": ["source.reason"] | |
} | |
] | |
}, | |
// key bindings for flow-type | |
{ | |
"keys": ["super+ctrl+t"], | |
"command": "flowtype_view_type", | |
"context": [ | |
{ | |
"key": "selector", | |
"operator": "equal", | |
"operand": ["source.js"] | |
} | |
] | |
} | |
] |
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
// Settings in here override those in "ESLint-Formatter/ESLint-Formatter.sublime-settings", | |
{ | |
// "format_on_save": true, | |
// "local_eslint_path": { | |
// "osx": "./node_modules/.bin/eslint" | |
// }, | |
// "eslint_path": { | |
// "osx": "node_modules/.bin/eslint" | |
// } | |
// "local_node_path": { | |
// "windows": "node.exe", | |
// "linux": "/usr/bin/nodejs", | |
// "osx": "node_modules/.bin/node" | |
// } | |
} |
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
{ | |
"use_npm_flow": true | |
} |
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
{ | |
"auto_format_on_save": false, | |
"prettier_options": { | |
"useTabs": false, | |
"printWidth": 100, | |
"tabWidth": 2, | |
"singleQuote": true, | |
"trailingComma": "es5", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": false, | |
"parser": "eslint_d" | |
}, | |
"prettier_cli_path": "/usr/local/bin/prettier", | |
} |
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
// Settings in here override those in "LSP/LSP.sublime-settings", | |
{ | |
"auto_show_diagnostics_panel": false, | |
"clients": { | |
"reason": { | |
"enabled": true, | |
"command": ["~/.reasonls/reason-language-server.exe"], | |
"scopes": ["source.reason"], | |
"syntaxes": ["Packages/sublime-reason/Reason.tmLanguage"], | |
"languageId": "reason" | |
} | |
} | |
} |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"10% Too Dull for My Tastes Color Scheme", | |
"Babel", | |
"Babel Snippets", | |
"Better OCaml", | |
"BracketHighlighter", | |
"Chain of Command", | |
"Color Highlighter", | |
"Dracula Color Scheme", | |
"Elixir", | |
"Emmet", | |
"ESLint-Formatter", | |
"ESLintAutoFix", | |
"FileIcons", | |
"Flow Built-In Type Completion", | |
"FuzzyFilePath", | |
"GitSavvy", | |
"Go To Definition", | |
"GraphQL", | |
"Hopscotch Color Scheme", | |
"JavaScript Next Snippets", | |
"JsPrettier", | |
"LSP", | |
"Merlin", | |
"One Dark Color Scheme", | |
"One Dark Material - Theme", | |
"Origami", | |
"Package Control", | |
"React IDE", | |
"sublime-reason", | |
"SublimeLinter", | |
"SublimeLinter-annotations", | |
"SublimeLinter-eslint", | |
"SublimeLinter-flow", | |
"Sync Settings", | |
"Theme - Cobalt2", | |
"Theme - One Dark", | |
"Theme - Tech49", | |
"TodoReview" | |
], | |
"repositories": | |
[ | |
"https://github.com/reasonml-editor/sublime-reason.git", | |
"https://github.com/reasonml-editor/sublime-reason.git" | |
] | |
} |
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
{ | |
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
"node_modules", | |
".git" | |
], | |
"font_face": "Operator Mono Lig", | |
"font_size": 15, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"JavaScript" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"tab_size": 4, | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"vintage_start_in_command_mode": true | |
} |
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
// SublimeLinter Settings - User | |
{ | |
"delay": 0.25, | |
"lint_mode": "background" | |
} |
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
{ | |
"exclude_folders": ["*.git*", "*node_modules*", "*flow-typed", "*build-scripts", "*public", "*__mocks__"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment