mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
* Added grammars, themes, and output channels to package.json Added themes folder and files * Changed theme name to distinguish between themes
224 lines
4.9 KiB
Plaintext
224 lines
4.9 KiB
Plaintext
<?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>name</key>
|
|
<string>[Kuskus] Azure Monitor Logs 2 (Dark)</string>
|
|
<key>settings</key>
|
|
<array>
|
|
<dict>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>background</key>
|
|
<string>#272822</string>
|
|
<key>caret</key>
|
|
<string>#F8F8F0</string>
|
|
<key>foreground</key>
|
|
<string>#F8F8F2</string>
|
|
<key>invisibles</key>
|
|
<string>#3B3A32</string>
|
|
<key>lineHighlight</key>
|
|
<string>#3E3D32</string>
|
|
<key>selection</key>
|
|
<string>#49483E</string>
|
|
<key>findHighlight</key>
|
|
<string>#FFE792</string>
|
|
<key>findHighlightForeground</key>
|
|
<string>#000000</string>
|
|
<key>selectionBorder</key>
|
|
<string>#222218</string>
|
|
<key>activeGuide</key>
|
|
<string>#9D550FB0</string>
|
|
|
|
<key>bracketsForeground</key>
|
|
<string>#F8F8F2A5</string>
|
|
<key>bracketsOptions</key>
|
|
<string>underline</string>
|
|
|
|
<key>bracketContentsForeground</key>
|
|
<string>#F8F8F2A5</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>foreground</key>
|
|
<string>#60804B</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>String</string>
|
|
<key>scope</key>
|
|
<string>string</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#C16E40</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><!-- NO SPECIAL COLOR --></string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Keyword operators</string>
|
|
<key>scope</key>
|
|
<string>keyword.operator.special.kusto</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#44C89E</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Keyword operators</string>
|
|
<key>scope</key>
|
|
<string>keyword.operator</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#4E84D4</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Keyword control</string>
|
|
<key>scope</key>
|
|
<string>keyword.control</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#4E84D4</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Storage type</string>
|
|
<key>scope</key>
|
|
<string>storage.type</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#4E84D4</string>
|
|
</dict>
|
|
</dict>
|
|
<!-- TODO function parameter support in kusto.tmLanguage -->
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Function arguments and parameters</string>
|
|
<key>scope</key>
|
|
<string>variable.parameter</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#92CAEA</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Lambda definitions</string>
|
|
<key>scope</key>
|
|
<string>entity.function.name.lambda.kusto</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>foreground</key>
|
|
<string>#92CAEA</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Library function</string>
|
|
<key>scope</key>
|
|
<string>support.function</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string></string>
|
|
<key>foreground</key>
|
|
<string>#4E84D4</string>
|
|
</dict>
|
|
</dict>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Invalid (deprecated, illegal)</string>
|
|
<key>scope</key>
|
|
<string>invalid</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>fontStyle</key>
|
|
<string>underline</string>
|
|
<key>foreground</key>
|
|
<string>#FF0000</string>
|
|
</dict>
|
|
</dict>
|
|
|
|
<!-- TODO thoughtful diff coloring -->
|
|
<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>#75715E</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>#F92672</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>#A6E22E</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>#E6DB74</string>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
<key>uuid</key>
|
|
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
|
|
</dict>
|
|
</plist>
|