mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
- Add LICENSE file (MIT) - Add CONTRIBUTING.md with generator-first workflow guidelines - Add Makefile with comprehensive development commands - Add .editorconfig for consistent code formatting - Add CHANGELOG.md for version tracking - Remove inconsistent non-variant files that bypassed generator architecture - Fix installation script to use variant-specific paths (prevent config overwriting)
547 lines
14 KiB
Plaintext
547 lines
14 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<!-- Everforest theme for Sublime Text -->
|
|
<!-- Generated from template - do not edit manually -->
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Everforest</string>
|
|
<key>settings</key>
|
|
<array>
|
|
<dict>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>{{bg}}</string>
|
|
<key>foreground</key>
|
|
<string>{{fg}}</string>
|
|
<key>caret</key>
|
|
<string>{{fg}}</string>
|
|
<key>selection</key>
|
|
<string>{{bg2}}</string>
|
|
<key>selectionForeground</key>
|
|
<string>{{fg}}</string>
|
|
<key>lineHighlight</key>
|
|
<string>{{bg1}}</string>
|
|
<key>findHighlight</key>
|
|
<string>{{yellow}}</string>
|
|
<key>findHighlightForeground</key>
|
|
<string>{{bg}}</string>
|
|
<key>selectionBorder</key>
|
|
<string>{{bg2}}</string>
|
|
<key>bracketsForeground</key>
|
|
<string>{{orange}}</string>
|
|
<key>bracketsOptions</key>
|
|
<string>underline</string>
|
|
<key>bracketContentsForeground</key>
|
|
<string>{{orange}}</string>
|
|
<key>bracketContentsOptions</key>
|
|
<string>underline</string>
|
|
<key>tagsOptions</key>
|
|
<string>stippled_underline</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>{{gray2}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>String</string>
|
|
<key>scope</key>
|
|
<string>string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{green}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Number</string>
|
|
<key>scope</key>
|
|
<string>constant.numeric</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{purple}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Built-in constant</string>
|
|
<key>scope</key>
|
|
<string>constant.language</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{purple}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>User-defined constant</string>
|
|
<key>scope</key>
|
|
<string>constant.character, constant.other</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{purple}}</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>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Keyword</string>
|
|
<key>scope</key>
|
|
<string>keyword - (keyword.control.import | keyword.control.export)</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{red}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Annotation Punctuation</string>
|
|
<key>scope</key>
|
|
<string>punctuation.definition.annotation</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{orange}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JavaScript Dollar</string>
|
|
<key>scope</key>
|
|
<string>variable.other.dollar.only.js</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{orange}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Storage</string>
|
|
<key>scope</key>
|
|
<string>storage</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{red}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Storage type</string>
|
|
<key>scope</key>
|
|
<string>storage.type</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>{{blue}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Entity name</string>
|
|
<key>scope</key>
|
|
<string>entity.name - (entity.name.filename | entity.name.section | entity.name.tag | entity.name.label)</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{yellow}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Inherited class</string>
|
|
<key>scope</key>
|
|
<string>entity.other.inherited-class</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic underline</string>
|
|
<key>foreground</key>
|
|
<string>{{green}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Function argument</string>
|
|
<key>scope</key>
|
|
<string>variable.parameter - (variable.parameter.generic)</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>{{orange}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Language variable</string>
|
|
<key>scope</key>
|
|
<string>variable.language</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>{{red}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Tag name</string>
|
|
<key>scope</key>
|
|
<string>entity.name.tag</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{red}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Tag attribute</string>
|
|
<key>scope</key>
|
|
<string>entity.other.attribute-name</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{orange}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Function call</string>
|
|
<key>scope</key>
|
|
<string>variable.function, variable.annotation, meta.function-call.generic</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{green}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Library function</string>
|
|
<key>scope</key>
|
|
<string>support.function, support.macro</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{green}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Library constant</string>
|
|
<key>scope</key>
|
|
<string>support.constant</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{purple}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Library class/type</string>
|
|
<key>scope</key>
|
|
<string>support.type, support.class</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
<key>foreground</key>
|
|
<string>{{blue}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Library variable</string>
|
|
<key>scope</key>
|
|
<string>support.other.variable</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string></string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Invalid</string>
|
|
<key>scope</key>
|
|
<string>invalid</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>{{red}}</string>
|
|
<key>foreground</key>
|
|
<string>{{bg}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Invalid deprecated</string>
|
|
<key>scope</key>
|
|
<string>invalid.deprecated</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>{{purple}}</string>
|
|
<key>foreground</key>
|
|
<string>{{bg}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>JSON String</string>
|
|
<key>scope</key>
|
|
<string>meta.structure.dictionary.json string.quoted.double.json</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{green}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>YAML String</string>
|
|
<key>scope</key>
|
|
<string>string.unquoted.yaml</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{fg}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup headings</string>
|
|
<key>scope</key>
|
|
<string>markup.heading</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>bold</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup headings</string>
|
|
<key>scope</key>
|
|
<string>markup.heading punctuation.definition.heading</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{orange}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup h1</string>
|
|
<key>scope</key>
|
|
<string>markup.heading.1 entity.name.section</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{red}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup links</string>
|
|
<key>scope</key>
|
|
<string>markup.underline.link</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{blue}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup bold</string>
|
|
<key>scope</key>
|
|
<string>markup.bold</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>bold</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup italic</string>
|
|
<key>scope</key>
|
|
<string>markup.italic</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>italic</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup bold/italic</string>
|
|
<key>scope</key>
|
|
<string>markup.italic markup.bold | markup.bold markup.italic</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>bold italic</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup hr</string>
|
|
<key>scope</key>
|
|
<string>punctuation.definition.thematic-break</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{yellow}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup blockquote</string>
|
|
<key>scope</key>
|
|
<string>markup.quote punctuation.definition.blockquote</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{yellow}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup bullets</string>
|
|
<key>scope</key>
|
|
<string>markup.list.numbered.bullet</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{purple}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup bullets</string>
|
|
<key>scope</key>
|
|
<string>markup.list.unnumbered.bullet | (markup.list.numbered punctuation.definition)</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{aqua}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup code</string>
|
|
<key>scope</key>
|
|
<string>markup.raw</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>{{bg1}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup punctuation</string>
|
|
<key>scope</key>
|
|
<string>markup.raw punctuation.definition.raw</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{gray2}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>markup punctuation</string>
|
|
<key>scope</key>
|
|
<string>text & (punctuation.definition.italic | punctuation.definition.bold | punctuation.definition.raw | punctuation.definition.link | punctuation.definition.metadata | punctuation.definition.image | punctuation.separator.table-cell | punctuation.section.table-header | punctuation.definition.constant)</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{gray2}}</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>foreground</key>
|
|
<string>{{gray2}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>diff.deleted</string>
|
|
<key>scope</key>
|
|
<string>markup.deleted</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{red}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>diff.inserted</string>
|
|
<key>scope</key>
|
|
<string>markup.inserted</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{green}}</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>diff.changed</string>
|
|
<key>scope</key>
|
|
<string>markup.changed</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>{{yellow}}</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|