2026-06-22 20:20:46 +02:00
|
|
|
<!--
|
|
|
|
|
Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
|
|
|
|
|
Copyright (c) 2017-present Sven Greb <code@svengreb.de>
|
|
|
|
|
|
|
|
|
|
Project: Nord Sublime Text
|
|
|
|
|
Repository: https://github.com/arcticicestudio/nord-sublime-text
|
|
|
|
|
License: MIT
|
|
|
|
|
Source: https://github.com/crabique/Nord-plist/blob/bf92a9e/Nord.tmTheme
|
|
|
|
|
-->
|
|
|
|
|
|
2026-06-22 19:32:33 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2026-06-22 20:20:46 +02:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
2026-06-22 19:32:33 +02:00
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>Nord</string>
|
|
|
|
|
<key>author</key>
|
|
|
|
|
<string>Arctic Ice Studio</string>
|
2026-06-22 20:20:46 +02:00
|
|
|
<key>semanticClass</key>
|
|
|
|
|
<string>theme.dark.nord</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>colorSpaceName</key>
|
|
|
|
|
<string>sRGB</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<array>
|
2026-06-22 20:20:46 +02:00
|
|
|
<!--+ - - - - - - - - +
|
|
|
|
|
+ Global Settings +
|
|
|
|
|
+ - - - - - - - - +-->
|
2026-06-22 19:32:33 +02:00
|
|
|
<dict>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>background</key>
|
|
|
|
|
<string>#2E3440</string>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
<key>caret</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
2026-06-22 20:20:46 +02:00
|
|
|
<key>invisibles</key>
|
|
|
|
|
<string>#4C566A</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>lineHighlight</key>
|
|
|
|
|
<string>#3B4252</string>
|
|
|
|
|
<key>misspelling</key>
|
|
|
|
|
<string>#BF616A</string>
|
|
|
|
|
<key>accent</key>
|
|
|
|
|
<string>#88C0D0</string>
|
2026-06-22 20:20:46 +02:00
|
|
|
<key>gutter</key>
|
|
|
|
|
<string>#2E3440</string>
|
|
|
|
|
<key>gutterForeground</key>
|
|
|
|
|
<string>#4C566A</string>
|
|
|
|
|
<key>selection</key>
|
|
|
|
|
<string>#434C5E</string>
|
|
|
|
|
<key>selectionBorder</key>
|
|
|
|
|
<string>#434C5E</string>
|
|
|
|
|
<key>inactiveSelection</key>
|
|
|
|
|
<string>#434C5E</string>
|
|
|
|
|
<key>highlight</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
<key>findHighlight</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
<key>findHighlightForeground</key>
|
|
|
|
|
<string>#2E3440</string>
|
|
|
|
|
<key>guide</key>
|
|
|
|
|
<string>#434C5E</string>
|
|
|
|
|
<key>activeGuide</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
<key>stackGuide</key>
|
|
|
|
|
<string>#88C0D0</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
2026-06-22 20:20:46 +02:00
|
|
|
<!--+ - - - - - - -+
|
|
|
|
|
+ Scope Styles +
|
|
|
|
|
+ - - - - - - -+-->
|
2026-06-22 19:32:33 +02:00
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Comment] Comment</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
|
|
|
|
<string>comment, punctuation.definition.comment</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#4C566A</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Constants] Numeric</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
|
|
|
|
<string>constant.numeric</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#B48EAD</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Constants] BuiltIn</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>constant.language</string>
|
2026-06-22 20:05:19 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Constants] Escape</string>
|
2026-06-22 20:05:19 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>constant.character.escape</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#EBCB8B</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Constants] Placeholder</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>constant.other.placeholder</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#EBCB8B</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Constants] Other</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>constant.other</string>
|
2026-06-22 20:05:19 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Class</string>
|
2026-06-22 20:05:19 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>entity.name.class</string>
|
2026-06-22 20:05:19 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#8FBCBB</string>
|
2026-06-22 20:05:19 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
2026-06-22 19:32:33 +02:00
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Struct</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>entity.name.struct</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Enum</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.enum</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Union</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.union</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Trait</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.trait</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Interface</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.interface</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>bold</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Type</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.type</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Inherited Class/Interface/Trait</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>entity.other.inherited-class</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.function</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Constructor</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>entity.name.function.constructor</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#88C0D0</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Destructor</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>entity.name.function.destructor</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Namespace</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.namespace</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Constant</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>entity.name.constant</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Entity] Label/Goto</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.label</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#5E81AC</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Section</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.section</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Tag</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.name.tag</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Entity] Attribute Name</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
|
|
|
|
<string>entity.other.attribute-name</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Invalid] Illegal</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>invalid.illegal</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
2026-06-22 20:20:46 +02:00
|
|
|
<key>background</key>
|
|
|
|
|
<string>#BF616A</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#D8DEE9</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Invalid] Deprecated</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>invalid.deprecated</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
2026-06-22 20:20:46 +02:00
|
|
|
<key>background</key>
|
|
|
|
|
<string>#EBCB8B</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Keyword] Control</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>keyword.control</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#81A1C1</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Keyword] Control Conditional</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>keyword.control.conditional</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#81A1C1</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Keyword] Control Import</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>keyword.control.import</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#81A1C1</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Keyword] Punctuation Definition</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>punctuation.definition.keyword</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#81A1C1</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Keyword] Other</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>keyword.other</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#81A1C1</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Keyword] Operator</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>keyword.operator,
|
|
|
|
|
keyword.operator.assignment,
|
|
|
|
|
keyword.operator.arithmetic,
|
|
|
|
|
keyword.operator.bitwise,
|
|
|
|
|
keyword.operator.logical,
|
|
|
|
|
keyword.operator.word</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] Heading</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>markup.heading</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>bold</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] List</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>markup.list.unnumbered,
|
|
|
|
|
markup.list.numbered</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#D8DEE9</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>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] Inserted</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
|
|
|
|
<string>markup.inserted</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#A3BE8C</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] Deleted</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
|
|
|
|
<string>markup.deleted</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#BF616A</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] Changed</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
|
|
|
|
<string>markup.changed</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#EBCB8B</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] Quote</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>markup.quote</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#4C566A</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Markup] Raw</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>markup.raw.inline,
|
|
|
|
|
markup.raw.block</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Punctuation] Separator/Terminator</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>punctuation.separator,
|
|
|
|
|
punctuation.terminator</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#ECEFF4</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Punctuation] Separator Continuation/Accessor</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>punctuation.separator.continuation,
|
|
|
|
|
punctuation.accessor</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#81A1C1</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Punctuation] Definition Tag</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>punctuation.definition.tag</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
2026-06-22 20:15:51 +02:00
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Storage] Type</string>
|
2026-06-22 20:15:51 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>storage.type,
|
|
|
|
|
storage.modifier</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[String] Quoted/Unquoted</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>string.quoted.single,
|
|
|
|
|
string.quoted.double,
|
|
|
|
|
string.quoted.triple,
|
|
|
|
|
string.quoted.other,
|
|
|
|
|
string.unquoted</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#A3BE8C</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[String] Punctuation Definition</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>punctuation.definition.string.begin,
|
|
|
|
|
punctuation.definition.string.end</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#A3BE8C</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>#EBCB8B</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Support] Constant</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.constant</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Support] Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.function</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Support] Module</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.module</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Support] Type</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.type</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Support] Class</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.class</string>
|
2026-06-22 20:15:51 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>[Text] HTML/XML</string>
|
2026-06-22 20:15:51 +02:00
|
|
|
<key>scope</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>text.html.basic,
|
|
|
|
|
text.xml</string>
|
2026-06-22 20:15:51 +02:00
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
2026-06-22 20:20:46 +02:00
|
|
|
<string>#ECEFF4</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Other/ReadWrite</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.other,
|
|
|
|
|
variable.other.readwrite</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Punctuation Definition</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>punctuation.definition.variable</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Constant</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.other.constant</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Language</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.language</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Parameter</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.parameter</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Other Member</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.other.member</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Variable] Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.function</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<!--+ - - - - - - - - +
|
|
|
|
|
+ Language Scopes +
|
|
|
|
|
+ - - - - - - - - +-->
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[C/C++] Preprocessor/Include</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.c keyword.control.import.include.c,
|
|
|
|
|
source.c meta.preprocessor.c keyword.control.import.c,
|
|
|
|
|
source.c++ keyword.control.import.include.c++,
|
|
|
|
|
source.c++ meta.preprocessor.c++ keyword.control.import.c++</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#5E81AC</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[C/C++] BuiltIn Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.c keyword.operator.word.c,
|
|
|
|
|
source.c++ keyword.operator.word.c++</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS/Sass] Property Name</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css support.type.property-name.css,
|
|
|
|
|
source.sass support.type.property-name.sass,
|
|
|
|
|
source.css support.type.vendor-prefix.css</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS/Sass] RGB Value</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css constant.other.color.rgb-value.css,
|
|
|
|
|
source.sass constant.other.rgb-value.sass</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#B48EAD</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS] Property Value</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css support.constant.color.w3c-special-color-keyword.css,
|
|
|
|
|
source.css support.constant.property-value.css,
|
|
|
|
|
source.sass support.constant.property-value.sass</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS] Pseudo Class</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css entity.other.pseudo-class.css</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS/Sass] At-Rule</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css keyword.control.at-rule.media.css,
|
|
|
|
|
source.css punctuation.definition.keyword.css,
|
|
|
|
|
source.sass keyword.control.at-rule.sass</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D08770</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS] Color Names</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css support.constant.color.w3c-standard-color-name.css</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[CSS/Sass] ID</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.css entity.other.attribute-name.id.css,
|
|
|
|
|
source.sass entity.other.attribute-name.id.sass</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>bold</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[diff] Meta Range Context</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.diff meta.diff.range.context</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[diff] Meta Header From-File</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.diff meta.diff.header.from-file</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[diff] Punctuation Definition From-File</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.diff punctuation.definition.from-file</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[diff] Punctuation Definition Separator</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.diff punctuation.definition.separator</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Go] BuiltIn Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.go support.function.builtin.go</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[HTML] Entity</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.basic constant.character.entity.html</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#EBCB8B</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Java] Annotation</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>variable.annotation.java,
|
|
|
|
|
punctuation.definition.annotation.java</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D08770</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Java] Package</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.other.package.java</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Java] JavaDoc Tags</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.java keyword.other.documentation,
|
|
|
|
|
source.java comment.block.documentation.javadoc punctuation.definition.keyword.javadoc</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Java] Generic</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.java variable.parameter.type.java</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[JSON] Key</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.json meta.structure.dictionary.json meta.structure.dictionary.key.json string.quoted.double.json,
|
|
|
|
|
source.json.sublime meta.structure.dictionary.json meta.structure.dictionary.key.json string.quoted.double.json</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Fenced Code Block</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown punctuation.definition.raw.code-fence.begin.markdown,
|
|
|
|
|
text.html.markdown punctuation.definition.raw.code-fence.end.markdown,
|
|
|
|
|
text.html.markdown markup.raw.code-fence.markdown constant.other.language-name.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] List Bullet</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown punctuation.definition.list_item.markdown,
|
|
|
|
|
text.html.markdown markup.list.numbered.bullet.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Quote Punctuation</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown markup.quote.markdown punctuation.definition.blockquote.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Link Description</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown meta.link.inline.description.markdown,
|
|
|
|
|
text.html.markdown meta.image.inline.description.markdown,
|
|
|
|
|
text.html.markdown meta.link.reference.description.markdown,
|
|
|
|
|
text.html.markdown constant.other.reference.link.markdown,
|
|
|
|
|
text.html.markdown entity.name.reference.link.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Link Punctuation</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown punctuation.definition.link.begin.markdown,
|
|
|
|
|
text.html.markdown punctuation.definition.link.end.markdown,
|
|
|
|
|
text.html.markdown punctuation.definition.image.begin.markdown,
|
|
|
|
|
text.html.markdown punctuation.definition.image.end.markdown,
|
|
|
|
|
text.html.markdown punctuation.definition.constant.begin.markdown,
|
|
|
|
|
text.html.markdown punctuation.definition.constant.end.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Table Punctuation</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown punctuation.separator.table-cell.markdown,
|
|
|
|
|
text.html.markdown punctuation.section.table-header.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Table Header</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown meta.table.header.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#88C0D0</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Markdown] Horizontal Line</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.html.markdown punctuation.definition.thematic-break.markdown</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>bold</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[PHP] Embedded Tag</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>embedding.php text.html.basic punctuation.section.embedded.begin.php,
|
|
|
|
|
embedding.php text.html.basic punctuation.section.embedded.end.php</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#5E81AC</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[PHP] PHPDoc Tag</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>embedding.php text.html.basic comment.block.documentation.phpdoc.php keyword.other.phpdoc.php</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[PHP] Namespace</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>embedding.php text.html.basic support.other.namespace.php</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Python] Decorator</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.python meta.annotation.python meta.qualified-name.python support.function.builtin.python,
|
|
|
|
|
source.python punctuation.definition.annotation.python</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D08770</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Python] BuiltIn Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>support.function.builtin.python</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Python] Exception</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.python support.type.exception.python</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Python] Type</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.python support.type.python</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Ruby] BuiltIn Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.ruby support.function.builtin.ruby</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Shell] BuiltIn Function</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.shell support.function.builtin.shell</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[Sass] Variable</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.sass variable.parameter.sass</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D8DEE9</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>bold</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[XML] Namespace</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.xml entity.name.tag.namespace</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[XML] Doctype/Preprocessor</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.xml meta.tag.sgml.doctype.xml,
|
|
|
|
|
text.xml meta.tag.preprocessor entity.name.tag,
|
|
|
|
|
text.xml meta.tag.preprocessor.xml punctuation.definition.tag.begin.xml,
|
|
|
|
|
text.xml meta.tag.preprocessor.xml punctuation.definition.tag.end.xml,
|
|
|
|
|
text.xml meta.tag.sgml.doctype.xml punctuation.definition.tag.begin.xml,
|
|
|
|
|
text.xml meta.tag.sgml.doctype.xml punctuation.definition.tag.end.xml</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#5E81AC</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[XML] CDATA Tag</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>text.xml string.unquoted.cdata.xml punctuation.definition.string.begin.xml,
|
|
|
|
|
text.xml string.unquoted.cdata.xml punctuation.definition.string.end.xml</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D08770</string>
|
|
|
|
|
<key>fontStyle</key>
|
|
|
|
|
<string>italic</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[YAML] Entity Name Tag</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.yaml entity.name.tag</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[JS/TS] Decorator</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.js tag.decorator.js entity.name.tag.js,
|
|
|
|
|
source.js tag.decorator.js punctuation.definition.tag.js,
|
|
|
|
|
source.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts meta.decorator.ts variable.other.readwrite.ts,
|
|
|
|
|
source.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts meta.decorator.ts punctuation.decorator.ts</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#D08770</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[JS/TS] Template Expression Keyword</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.js string.interpolated.js keyword.other.substitution.begin.js,
|
|
|
|
|
source.js string.interpolated.js keyword.other.substitution.end.js,
|
|
|
|
|
source.js punctuation.definition.template-expression.begin.js,
|
|
|
|
|
source.js punctuation.definition.template-expression.end.js,
|
|
|
|
|
source.ts punctuation.definition.template-expression.begin.ts,
|
|
|
|
|
source.ts punctuation.definition.template-expression.end.ts</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#5E81AC</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[TypeScript] Class/Enum/Type</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.ts entity.name.type.class.ts,
|
|
|
|
|
source.ts entity.name.type.enum.ts,
|
|
|
|
|
source.ts entity.name.type.ts</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[TypeScript] Primitive</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.ts support.type.primitive.ts</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#81A1C1</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>name</key>
|
|
|
|
|
<string>[TypeScript] JSDoc Tag</string>
|
|
|
|
|
<key>scope</key>
|
|
|
|
|
<string>source.ts comment.block.documentation.ts storage.type.class.jsdoc</string>
|
|
|
|
|
<key>settings</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>foreground</key>
|
|
|
|
|
<string>#8FBCBB</string>
|
2026-06-22 20:15:51 +02:00
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
|
2026-06-22 19:32:33 +02:00
|
|
|
</array>
|
2026-06-22 20:20:46 +02:00
|
|
|
<key>uuid</key>
|
|
|
|
|
<string>8F96BB94-BF86-4D5E-9733-0428E66FB894</string>
|
2026-06-22 19:32:33 +02:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|