Advertisement
Guest User

Nord.tmTheme

a guest
Dec 2nd, 2017
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 35.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>author</key>
  6.     <string>Francois Laubscher ( http:&#x2f;&#x2f;francoislaubscher.com )</string>
  7.     <key>name</key>
  8.     <string>Nord</string>
  9.     <key>settings</key>
  10.     <array>
  11.         <dict>
  12.             <key>settings</key>
  13.             <dict>
  14.                 <key>background</key>
  15.                 <string>#2E3440</string>
  16.                 <key>caret</key>
  17.                 <string>#D7DEE8</string>
  18.                 <key>foreground</key>
  19.                 <string>#D7DEE8</string>
  20.                 <key>invisibles</key>
  21.                 <string>#3B3A32</string>
  22.                 <key>lineHighlight</key>
  23.                 <string>#353A47</string>
  24.                 <key>selection</key>
  25.                 <string>#454C5E</string>
  26.                 <key>findHighlight</key>
  27.                 <string>#454C5E</string>
  28.                 <key>findHighlightForeground</key>
  29.                 <string>#ffffff</string>
  30.                 <key>selectionBorder</key>
  31.                 <string>#454C5E</string>
  32.                 <key>guide</key>
  33.                 <string>#424242</string>
  34.                 <key>activeGuide</key>
  35.                 <string>#424242</string>
  36.                 <key>gutterForeground</key>
  37.                 <string>#727883</string>
  38.                 <key>shadow</key>
  39.                 <string>#2E3336</string>
  40.                 <key>bracketsForeground</key>
  41.                 <string>#D7DEE8A5</string>
  42.                 <key>bracketsOptions</key>
  43.                 <string>underline</string>
  44.                 <key>bracketContentsForeground</key>
  45.                 <string>#D7DEE8A5</string>
  46.                 <key>bracketContentsOptions</key>
  47.                 <string>underline</string>
  48.                 <key>tagsOptions</key>
  49.                 <string>stippled_underline</string>
  50.             </dict>
  51.         </dict>
  52.     <dict>
  53.             <key>scope</key>
  54.             <string>region.greenish phpunitkit</string>
  55.             <key>settings</key>
  56.         <dict>
  57.             <key>background</key>
  58.             <string>#A3BE8C</string>
  59.             <key>foreground</key>
  60.             <string>#272822</string>
  61.         </dict>
  62.     </dict>
  63.  
  64.     <dict><key>scope</key><string>region.orangish phpunitkit</string>
  65.         <key>settings</key><dict><key>background</key><string>#CF8772</string>
  66.                                  <key>foreground</key><string>#272822</string></dict></dict>
  67.  
  68.     <dict><key>scope</key><string>region.redish phpunitkit</string>
  69.         <key>settings</key><dict><key>background</key><string>#BD626B</string>
  70.                                  <key>foreground</key><string>#f8f8f2</string></dict></dict>
  71.         <dict>
  72.         <key>scope</key>
  73.         <string>string.search</string>
  74.         <key>settings</key>
  75.         <dict>
  76.             <key>foreground</key>
  77.             <string>#000000</string>
  78.             <key>background</key>
  79.             <string>#BD626B</string>
  80.         </dict>
  81.     </dict>
  82.     <dict>
  83.         <key>scope</key>
  84.         <string>string.search.occurrence</string>
  85.         <key>settings</key>
  86.         <dict>
  87.             <key>foreground</key>
  88.             <string>#2F3540</string>
  89.             <key>background</key>
  90.             <string>#BD626B</string>
  91.         </dict>
  92.     </dict>
  93.         <dict>
  94.             <key>name</key>
  95.             <string>Operator, Misc</string>
  96.             <key>scope</key>
  97.             <string>punctuation</string>
  98.             <key>settings</key>
  99.             <dict>
  100.                 <key>foreground</key>
  101.                <string>#85A1C2</string>
  102.             </dict>
  103.         </dict>
  104.         <dict>
  105.             <key>name</key>
  106.             <string>Variable</string>
  107.             <key>scope</key>
  108.             <string>variable</string>
  109.             <key>settings</key>
  110.             <dict>
  111.                 <key>foreground</key>
  112.                 <string>#D7DEE8</string>
  113.             </dict>
  114.         </dict>
  115. <dict>
  116.             <key>name</key>
  117.             <string>Language methods</string>
  118.             <key>scope</key>
  119.             <string>variable.language</string>
  120.             <key>settings</key>
  121.             <dict>
  122.                 <key>foreground</key>
  123.                 <string>#D7DEE8</string>
  124.             </dict>
  125.         </dict>
  126.         <dict>
  127.             <key>name</key>
  128.             <string>Comments</string>
  129.             <key>scope</key>
  130.             <string>comment, punctuation.definition.comment</string>
  131.             <key>settings</key>
  132.             <dict>
  133.                 <key>foreground</key>
  134.                 <string>#4e566a</string>
  135.             </dict>
  136.         </dict>
  137.         <dict>
  138.             <key>name</key>
  139.             <string>String</string>
  140.             <key>scope</key>
  141.             <string>string</string>
  142.             <key>settings</key>
  143.             <dict>
  144.                 <key>foreground</key>
  145.                 <string>#A3BE8C</string>
  146.             </dict>
  147.         </dict>
  148.         <dict>
  149.             <key>name</key>
  150.             <string>Number</string>
  151.             <key>scope</key>
  152.             <string>constant.numeric</string>
  153.             <key>settings</key>
  154.             <dict>
  155.                 <key>foreground</key>
  156.                 <string>#B38FAE</string>
  157.             </dict>
  158.         </dict>
  159.         <dict>
  160.             <key>name</key>
  161.             <string>Punctuation</string>
  162.             <key>scope</key>
  163.             <string>punctuation.definition.string</string>
  164.             <key>settings</key>
  165.             <dict>
  166.                 <key>foreground</key>
  167.                 <string>#CFCFCF</string>
  168.             </dict>
  169.         </dict>
  170.         <dict>
  171.             <key>name</key>
  172.             <string>Keyword, Storage</string>
  173.             <key>scope</key>
  174.             <string>keyword, storage.type, storage.modifier</string>
  175.             <key>settings</key>
  176.             <dict>
  177.                 <!-- <key>fontStyle</key>
  178.                 <string>italic</string> -->
  179.                 <key>foreground</key>
  180.                 <string>#85A1C2</string>
  181.             </dict>
  182.         </dict>
  183.         <dict>
  184.             <key>name</key>
  185.             <string>Keyword, Storage</string>
  186.             <key>scope</key>
  187.             <string>storage.type, keyword.control</string>
  188.             <key>settings</key>
  189.             <dict>
  190.             </dict>
  191.         </dict>
  192.         <dict>
  193.             <key>name</key>
  194.             <string>Keyword</string>
  195.             <key>scope</key>
  196.             <string>keyword.operator</string>
  197.             <key>settings</key>
  198.             <dict>
  199.                 <key>foreground</key>
  200.                 <string>#85A1C2</string>
  201.             </dict>
  202.         </dict>
  203.         <dict>
  204.             <key>name</key>
  205.             <string>Escape Characters</string>
  206.             <key>scope</key>
  207.             <string>constant.character.escape</string>
  208.             <key>settings</key>
  209.             <dict>
  210.                 <key>foreground</key>
  211.                 <string>#ebcb8b</string>
  212.             </dict>
  213.         </dict>
  214.         <dict>
  215.             <key>name</key>
  216.             <string>Regular Expressions</string>
  217.             <key>scope</key>
  218.             <string>string.regexp</string>
  219.             <key>settings</key>
  220.             <dict>
  221.                 <key>foreground</key>
  222.                 <string>#BDC3C7</string>
  223.             </dict>
  224.         </dict>
  225.         <dict>
  226.             <key>name</key>
  227.             <string>Built-in constant</string>
  228.             <key>scope</key>
  229.             <string>constant.language</string>
  230.             <key>settings</key>
  231.             <dict>
  232.                 <key>foreground</key>
  233.                 <string>#83C1CF</string>
  234.             </dict>
  235.         </dict>
  236.         <dict>
  237.             <key>name</key>
  238.             <string>User-defined constant</string>
  239.             <key>scope</key>
  240.             <string>constant.character, constant.other</string>
  241.             <key>settings</key>
  242.             <dict>
  243.                 <key>foreground</key>
  244.                 <string>#8CBCBB</string>
  245.             </dict>
  246.         </dict>
  247.         <dict>
  248.             <key>name</key>
  249.             <string>Storage</string>
  250.             <key>scope</key>
  251.             <string>storage</string>
  252.             <key>settings</key>
  253.             <dict>
  254.                 <key>foreground</key>
  255.                 <string>#85A1C2</string>
  256.             </dict>
  257.         </dict>
  258.         <dict>
  259.             <key>name</key>
  260.             <string>Storage type</string>
  261.             <key>scope</key>
  262.             <string>storage.type</string>
  263.             <key>settings</key>
  264.             <dict>
  265.                 <key>foreground</key>
  266.                 <string>#85A1C2</string>
  267.             </dict>
  268.         </dict>
  269.         <dict>
  270.             <key>name</key>
  271.             <string>Punctuation (paranthesis)</string>
  272.             <key>scope</key>
  273.             <string>punctuation.definition.group, punctuation.definition.group.begin, punctuation.definition.group.end, punctuation.section.function, punctuation.definition.parameters.begin, punctuation.definition.parameters.end, punctuation.definition.parameters, meta.brace.round.begin, meta.brace.round.end, meta.brace.round, punctuation.definition.arguments.begin, punctuation.definition.arguments.end, punctuation.definition.arguments, meta.group.braces.round.function.arguments</string>
  274.             <key>settings</key>
  275.             <dict>
  276.                 <key>foreground</key>
  277.                 <string>#85A1C2</string>
  278.             </dict>
  279.         </dict>
  280.         <dict>
  281.             <key>name</key>
  282.             <string>Punctuation {curly}</string>
  283.             <key>scope</key>
  284.             <string>punctuation.definition.dictionary.begin, punctuation.definition.dictionary.end, punctuation.definition.dictionary, punctuation.definition.class.body.begin, punctuation.definition.class.body.end, punctuation.definition.class.body, meta.brace.curly.begin, meta.brace.curly.end, meta.brace.curly, punctuation.definition.block, punctuation.section.scope</string>
  285.             <key>settings</key>
  286.             <dict>
  287.                 <key>foreground</key>
  288.                 <string>#ECEFF4</string>
  289.             </dict>
  290.         </dict>
  291.         <dict>
  292.             <key>name</key>
  293.             <string>Punctuation [square]</string>
  294.             <key>scope</key>
  295.             <string>punctuation.definition.array.begin, punctuation.definition.array.end, punctuation.definition.array, meta.group.braces.square, meta.brace.square.begin, meta.brace.square.end, meta.brace.square, punctuation.section.array.begin, punctuation.section.array.end, punctuation.section.array</string>
  296.             <key>settings</key>
  297.             <dict>
  298.                 <key>foreground</key>
  299.                 <string>#85A1C2</string>
  300.             </dict>
  301.         </dict>
  302.         <dict>
  303.             <key>name</key>
  304.             <string>Classes</string>
  305.             <key>scope</key>
  306.             <string>support.class, entity.name.class, entity.name.type.class</string>
  307.             <key>settings</key>
  308.             <dict>
  309.                 <key>foreground</key>
  310.                 <string>#8CBCBB</string>
  311.             </dict>
  312.         </dict>
  313.         <dict>
  314.             <key>name</key>
  315.             <string>Inherited class</string>
  316.             <key>scope</key>
  317.             <string>entity.other.inherited-class</string>
  318.             <key>settings</key>
  319.             <dict>
  320.                 <key>foreground</key>
  321.                 <string>#8CBCBB</string>
  322.             </dict>
  323.         </dict>
  324.         <dict>
  325.             <key>name</key>
  326.             <string>Function name</string>
  327.             <key>scope</key>
  328.             <string>entity.name.function</string>
  329.             <key>settings</key>
  330.             <dict>
  331.                 <key>foreground</key>
  332.                 <string>#83C1CF</string>
  333.             </dict>
  334.         </dict>
  335.         <dict>
  336.             <key>name</key>
  337.             <string>Function Call</string>
  338.             <key>scope</key>
  339.             <string>meta.function-call, meta.function-call.method, variable.function</string>
  340.             <key>settings</key>
  341.             <dict>
  342.                 <key>foreground</key>
  343.                 <string>#83C1CF</string>
  344.             </dict>
  345.         </dict>
  346.         <dict>
  347.             <key>name</key>
  348.             <string>Function argument</string>
  349.             <key>scope</key>
  350.             <string>variable.parameter</string>
  351.             <key>settings</key>
  352.             <dict>
  353.                 <key>foreground</key>
  354.                 <string>#D7DEE8</string>
  355.             </dict>
  356.         </dict>
  357.         <dict>
  358.             <key>name</key>
  359.             <string>Library constant</string>
  360.             <key>scope</key>
  361.             <string>support.constant</string>
  362.             <key>settings</key>
  363.             <dict>
  364.                 <key>foreground</key>
  365.                 <string>#D0D0D0</string>
  366.             </dict>
  367.         </dict>
  368.         <dict>
  369.             <key>name</key>
  370.             <string>Library class&#x2f;type</string>
  371.             <key>scope</key>
  372.             <string>support.type, support.class</string>
  373.             <key>settings</key>
  374.             <dict>
  375.                 <key>foreground</key>
  376.                 <string>#8CBCBB</string>
  377.             </dict>
  378.         </dict>
  379.         <dict>
  380.             <key>name</key>
  381.             <string>Library function</string>
  382.             <key>scope</key>
  383.             <string>support.function</string>
  384.             <key>settings</key>
  385.             <dict>
  386.                 <key>foreground</key>
  387.                 <string>#85A1C2</string>
  388.             </dict>
  389.         </dict>
  390.         <dict>
  391.             <key>name</key>
  392.             <string>PHP: Embedded</string>
  393.             <key>scope</key>
  394.             <string>punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php</string>
  395.             <key>settings</key>
  396.             <dict>
  397.                 <key>foreground</key>
  398.                 <string>#85A1C2</string>
  399.             </dict>
  400.         </dict>
  401.         <dict>
  402.             <key>name</key>
  403.             <string>PHP: Catch Defination</string>
  404.             <key>scope</key>
  405.             <string>meta.catch.php</string>
  406.             <key>settings</key>
  407.             <dict>
  408.                 <key>foreground</key>
  409.                 <string>#85A1C2</string>
  410.             </dict>
  411.         </dict>
  412.         <dict>
  413.             <key>name</key>
  414.             <string>PHP: String Interpolation Punctuation</string>
  415.             <key>scope</key>
  416.             <string>punctuation.definition.expression.php</string>
  417.             <key>settings</key>
  418.             <dict>
  419.                 <key>foreground</key>
  420.                 <string>#85A1C2</string>
  421.             </dict>
  422.         </dict>
  423.  
  424.         <dict>
  425.             <key>name</key>
  426.             <string>PHP: Comment</string>
  427.             <key>scope</key>
  428.             <string>keyword.other.phpdoc</string>
  429.             <key>settings</key>
  430.             <dict>
  431.                 <key>fontStyle</key>
  432.                 <string></string>
  433.                 <key>foreground</key>
  434.                 <string>#85A1C2</string>
  435.             </dict>
  436.         </dict>
  437.         <dict>
  438.             <key>name</key>
  439.             <string>PHP: Laravel Blade tag name</string>
  440.             <key>scope</key>
  441.             <string>entity.name.tag.laravel-blade</string>
  442.             <key>settings</key>
  443.             <dict>
  444.                 <key>foreground</key>
  445.                 <string>#83C1CF</string>
  446.             </dict>
  447.         </dict>
  448.         <dict>
  449.             <key>name</key>
  450.             <string>PHP: Laravel Blade tag name</string>
  451.             <key>scope</key>
  452.             <string>support.constant.laravel-blade</string>
  453.             <key>settings</key>
  454.             <dict>
  455.                 <key>foreground</key>
  456.                 <string>#85A1C2</string>
  457.             </dict>
  458.         </dict>
  459.         <dict>
  460.             <key>name</key>
  461.             <string>PHP: Variable Punctuation</string>
  462.             <key>scope</key>
  463.             <string>punctuation.definition.variable.php</string>
  464.             <key>settings</key>
  465.             <dict>
  466.                 <key>foreground</key>
  467.                 <string>#85A1C2</string>
  468.             </dict>
  469.         </dict>
  470.         <dict>
  471.             <key>name</key>
  472.             <string>PHP: Global variable</string>
  473.             <key>scope</key>
  474.             <string>variable.other.global.php, variable.other.global.safer.php</string>
  475.             <key>settings</key>
  476.             <dict>
  477.                 <key>foreground</key>
  478.                 <string>#83C1CF</string>
  479.             </dict>
  480.         </dict>
  481.         <dict>
  482.             <key>name</key>
  483.             <string>PHP: Other Property</string>
  484.             <key>scope</key>
  485.             <string>variable.other.property.php</string>
  486.             <key>settings</key>
  487.             <dict>
  488.                 <key>foreground</key>
  489.                 <string>#D7DEE8</string>
  490.             </dict>
  491.         </dict>
  492.         <dict>
  493.             <key>name</key>
  494.             <string>PHP: Magic Method</string>
  495.             <key>scope</key>
  496.             <string>support.function.magic.php</string>
  497.             <key>settings</key>
  498.             <dict>
  499.                 <key>foreground</key>
  500.                 <string>#83C1CF</string>
  501.             </dict>
  502.         </dict>
  503.         <dict>
  504.             <key>name</key>
  505.             <string>PHP: Class Function Call</string>
  506.             <key>scope</key>
  507.             <string>meta.function-call.static.php, meta.function-call.object.php</string>
  508.             <key>settings</key>
  509.             <dict>
  510.                 <key>foreground</key>
  511.                 <string>#5982A9</string>
  512.             </dict>
  513.         </dict>
  514.         <dict>
  515.             <key>name</key>
  516.             <string>PHP: Function Call</string>
  517.             <key>scope</key>
  518.             <string>meta.function-call.php</string>
  519.             <key>settings</key>
  520.             <dict>
  521.                 <key>foreground</key>
  522.                 <string>#ECEFF4</string>
  523.             </dict>
  524.         </dict>
  525.         <dict>
  526.             <key>name</key>
  527.             <string>PHP: Operators</string>
  528.             <key>scope</key>
  529.             <string>keyword.operator.arithmetic.php, keyword.operator.bitwise.php, keyword.operator.increment-decrement.php</string>
  530.             <key>settings</key>
  531.             <dict>
  532.                 <key>foreground</key>
  533.                 <string>#85A1C2</string>
  534.             </dict>
  535.         </dict>
  536.         <dict>
  537.             <key>name</key>
  538.             <string>PHP: Operators (Assignment by Reference, String, Array)</string>
  539.             <key>scope</key>
  540.             <string>storage.modifier.reference.php, keyword.operator.assignment.php, keyword.operator.key.php, keyword.operator.string.php, keyword.operator.class.php</string>
  541.             <key>settings</key>
  542.             <dict>
  543.                 <key>foreground</key>
  544.                 <string>#85A1C2</string>
  545.             </dict>
  546.         </dict>
  547.         <dict>
  548.             <key>name</key>
  549.             <string>PHP: Operators (Class, Class Type)</string>
  550.             <key>scope</key>
  551.             <string>keyword.operator.class.php, keyword.operator.type.php, keyword.operator.logical.php, keyword.operator.comparison.php</string>
  552.             <key>settings</key>
  553.             <dict>
  554.                 <key>foreground</key>
  555.                 <string>#85A1C2</string>
  556.             </dict>
  557.         </dict>
  558.         <dict>
  559.             <key>name</key>
  560.             <string>PHP: Operators (Error Control)</string>
  561.             <key>scope</key>
  562.             <string>keyword.operator.error-control.php</string>
  563.             <key>settings</key>
  564.             <dict>
  565.                 <key>foreground</key>
  566.                 <string>#85A1C2</string>
  567.             </dict>
  568.         </dict>
  569.         <dict>
  570.             <key>name</key>
  571.             <string>PHP Namespaces</string>
  572.             <key>scope</key>
  573.             <string>support.other.namespace, entity.name.namespace.php</string>
  574.             <key>settings</key>
  575.             <dict>
  576.                 <key>foreground</key>
  577.                 <string>#D7DEE8</string>
  578.             </dict>
  579.         </dict>
  580.         <dict>
  581.             <key>name</key>
  582.             <string>PHP Namespace Alias</string>
  583.             <key>scope</key>
  584.             <string>support.other.namespace.use-as.php</string>
  585.             <key>settings</key>
  586.             <dict>
  587.                 <key>foreground</key>
  588.                 <string>#DFDFDF</string>
  589.             </dict>
  590.         </dict>
  591.         <dict>
  592.             <key>name</key>
  593.             <string>PHP Namespace Separator</string>
  594.             <key>scope</key>
  595.             <string>punctuation.separator.inheritance.php</string>
  596.             <key>settings</key>
  597.             <dict>
  598.                 <key>foreground</key>
  599.                 <string>#707070</string>
  600.             </dict>
  601.         </dict>
  602.         <dict>
  603.             <key>name</key>
  604.             <string>HTML: DOCTYPE</string>
  605.             <key>scope</key>
  606.             <string>meta.tag.sgml.doctype.html, keyword.doctype.xml</string>
  607.             <key>settings</key>
  608.             <dict>
  609.                 <key>fontStyle</key>
  610.                 <string>italic</string>
  611.                 <key>foreground</key>
  612.                 <string></string>
  613.             </dict>
  614.         </dict>
  615.         <dict>
  616.             <key>name</key>
  617.             <string>HTML: Tag braces</string>
  618.             <key>scope</key>
  619.             <string>punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html</string>
  620.             <key>settings</key>
  621.             <dict>
  622.                 <key>foreground</key>
  623.                 <string>#85A1C2</string>
  624.             </dict>
  625.         </dict>
  626.         <dict>
  627.             <key>name</key>
  628.             <string>HTML: Tag name</string>
  629.             <key>scope</key>
  630.             <string>entity.name.tag</string>
  631.             <key>settings</key>
  632.             <dict>
  633.                 <key>foreground</key>
  634.                 <string>#85A1C2</string>
  635.             </dict>
  636.         </dict>
  637.         <dict>
  638.             <key>name</key>
  639.             <string>HTML: Tag attribute</string>
  640.             <key>scope</key>
  641.             <string>entity.other.attribute-name</string>
  642.             <key>settings</key>
  643.             <dict>
  644.                 <key>fontStyle</key>
  645.                 <string>italic</string>
  646.                 <key>foreground</key>
  647.                 <string>#8CBCBB</string>
  648.             </dict>
  649.         </dict>
  650.         <dict>
  651.             <key>name</key>
  652.             <string>HTML: Key Value Separator</string>
  653.             <key>scope</key>
  654.             <string>punctuation.separator.key-value.html</string>
  655.             <key>settings</key>
  656.             <dict>
  657.                 <key>foreground</key>
  658.                 <string>#85A1C2</string>
  659.             </dict>
  660.         </dict>
  661.         <dict>
  662.             <key>name</key>
  663.             <string>XML: Default Color</string>
  664.             <key>scope</key>
  665.             <string>meta.tag.xml</string>
  666.             <key>settings</key>
  667.             <dict>
  668.                 <key>foreground</key>
  669.                 <string>#85A1C2</string>
  670.             </dict>
  671.         </dict>
  672.         <dict>
  673.             <key>name</key>
  674.             <string>XML: Tag Braces</string>
  675.             <key>scope</key>
  676.             <string>punctuation.definition.tag.begin.xml, punctuation.definition.tag.end.xml, meta.tag.preprocessor.xml</string>
  677.             <key>settings</key>
  678.             <dict>
  679.                 <key>foreground</key>
  680.                 <string>#85A1C2</string>
  681.             </dict>
  682.         </dict>
  683.         <dict>
  684.             <key>name</key>
  685.             <string>XML: Tag</string>
  686.             <key>scope</key>
  687.             <string>entity.name.tag.xml, keyword.doctype.xml</string>
  688.             <key>settings</key>
  689.             <dict>
  690.                 <key>foreground</key>
  691.                 <string>#83C1CF</string>
  692.             </dict>
  693.         </dict>
  694.         <dict>
  695.             <key>name</key>
  696.             <string>XML: Document Root</string>
  697.             <key>scope</key>
  698.             <string>variable.documentroot.xml</string>
  699.             <key>settings</key>
  700.             <dict>
  701.                 <key>foreground</key>
  702.                 <string>#A7B3C2</string>
  703.             </dict>
  704.         </dict>
  705.         <dict>
  706.             <key>name</key>
  707.             <string>XML: SGML Doctype</string>
  708.             <key>scope</key>
  709.             <string>meta.tag.sgml.doctype.xml</string>
  710.             <key>settings</key>
  711.             <dict>
  712.                 <key>foreground</key>
  713.                 <string>#D0D0D0</string>
  714.             </dict>
  715.         </dict>
  716.         <dict>
  717.             <key>name</key>
  718.             <string>CSS: ID Selector</string>
  719.             <key>scope</key>
  720.             <string>entity.other.attribute-name.id.css</string>
  721.             <key>settings</key>
  722.             <dict>
  723.                 <key>foreground</key>
  724.                 <string>#8CBCBB</string>
  725.             </dict>
  726.         </dict>
  727.         <dict>
  728.             <key>name</key>
  729.             <string>CSS: Class Selector</string>
  730.             <key>scope</key>
  731.             <string>entity.other.attribute-name.class.css</string>
  732.             <key>settings</key>
  733.             <dict>
  734.                 <key>foreground</key>
  735.                 <string>#8CBCBB</string>
  736.             </dict>
  737.         </dict>
  738.         <dict>
  739.             <key>name</key>
  740.             <string>CSS: Element Selector</string>
  741.             <key>scope</key>
  742.             <string>entity.name.tag.css</string>
  743.             <key>settings</key>
  744.             <dict>
  745.                 <key>foreground</key>
  746.                 <string>#85A1C2</string>
  747.             </dict>
  748.         </dict>
  749.         <dict>
  750.             <key>name</key>
  751.             <string>CSS: Selector Attribute Name</string>
  752.             <key>scope</key>
  753.             <string>entity.other.attribute-name.attribute.css</string>
  754.             <key>settings</key>
  755.             <dict>
  756.                 <key>foreground</key>
  757.                 <string>#83C1CF</string>
  758.             </dict>
  759.         </dict>
  760.         <dict>
  761.             <key>name</key>
  762.             <string>CSS: Property Name</string>
  763.             <key>scope</key>
  764.             <string>support.type.property-name.css</string>
  765.             <key>settings</key>
  766.             <dict>
  767.                 <key>foreground</key>
  768.                 <string>#85A1C2</string>
  769.             </dict>
  770.         </dict>
  771.         <dict>
  772.             <key>name</key>
  773.             <string>CSS: Property Value Constant</string>
  774.             <key>scope</key>
  775.             <string>support.constant.property-value.css</string>
  776.             <key>settings</key>
  777.             <dict>
  778.                 <key>foreground</key>
  779.                 <string>#85A1C2</string>
  780.             </dict>
  781.         </dict>
  782.         <dict>
  783.             <key>name</key>
  784.             <string>CSS: Property Value Numeric</string>
  785.             <key>scope</key>
  786.             <string>constant.numeric.css</string>
  787.             <key>settings</key>
  788.             <dict>
  789.                 <key>foreground</key>
  790.                 <string>#B38FAE</string>
  791.  
  792.             </dict>
  793.         </dict>
  794.         <dict>
  795.             <key>name</key>
  796.             <string>CSS: Key Value (Seperator and Terminator)</string>
  797.             <key>scope</key>
  798.             <string>punctuation.separator.key-value.css, punctuation.terminator.rule.css</string>
  799.             <key>settings</key>
  800.             <dict>
  801.                 <key>foreground</key>
  802.                 <string>#D7DEE8</string>
  803.             </dict>
  804.         </dict>
  805.         <dict>
  806.             <key>name</key>
  807.             <string>CSS: Value Unit</string>
  808.             <key>scope</key>
  809.             <string>keyword.other.unit.css</string>
  810.             <key>settings</key>
  811.             <dict>
  812.                 <key>foreground</key>
  813.                 <string>#B38FAE</string>
  814.             </dict>
  815.         </dict>
  816.         <dict>
  817.             <key>name</key>
  818.             <string>CSS: (!important)</string>
  819.             <key>scope</key>
  820.             <string>keyword.other.important.css</string>
  821.             <key>settings</key>
  822.             <dict>
  823.                 <key>foreground</key>
  824.                 <string>#83C1CF</string>
  825.             </dict>
  826.         </dict>
  827.         <dict>
  828.             <key>name</key>
  829.             <string>CSS: Pseudo Class</string>
  830.             <key>scope</key>
  831.             <string>entity.other.attribute-name.pseudo-class.css</string>
  832.             <key>settings</key>
  833.             <dict>
  834.                 <key>foreground</key>
  835.                 <string>#85A1C2</string>
  836.             </dict>
  837.         </dict>
  838.         <dict>
  839.             <key>name</key>
  840.             <string>CSS: function brackets</string>
  841.             <key>scope</key>
  842.             <string>punctuation.section.function.css</string>
  843.             <key>settings</key>
  844.             <dict>
  845.                 <key>foreground</key>
  846.                 <string>#85A1C2</string>
  847.             </dict>
  848.         </dict>
  849.         <dict>
  850.             <key>name</key>
  851.             <string>CSS: RGB values</string>
  852.             <key>scope</key>
  853.             <string>constant.other.color.rgb-value.css</string>
  854.             <key>settings</key>
  855.             <dict>
  856.                 <key>foreground</key>
  857.                 <string>#B38FAE</string>
  858.             </dict>
  859.         </dict>
  860.         <dict>
  861.             <key>name</key>
  862.             <string>CSS: RGB value punctuation</string>
  863.             <key>scope</key>
  864.             <string>punctuation.definition.constant.css</string>
  865.             <key>settings</key>
  866.             <dict>
  867.                 <key>foreground</key>
  868.                 <string>#85A1C2</string>
  869.             </dict>
  870.         </dict>
  871.         <dict>
  872.             <key>name</key>
  873.             <string>CSS: Font Name</string>
  874.             <key>scope</key>
  875.             <string>support.constant.font-name.css</string>
  876.             <key>settings</key>
  877.             <dict>
  878.                 <key>foreground</key>
  879.                 <string>#85A1C2</string>
  880.             </dict>
  881.         </dict>
  882.         <dict>
  883.             <key>name</key>
  884.             <string>JSON: Dict</string>
  885.             <key>scope</key>
  886.             <string>punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json</string>
  887.             <key>settings</key>
  888.             <dict>
  889.                 <key>foreground</key>
  890.                 <string>#85A1C2</string>
  891.             </dict>
  892.         </dict>
  893.         <dict>
  894.             <key>name</key>
  895.             <string>JSON: String</string>
  896.             <key>scope</key>
  897.             <string>string.quoted.double.json</string>
  898.             <key>settings</key>
  899.             <dict>
  900.                 <key>foreground</key>
  901.                 <string>#A3BE8C</string>
  902.             </dict>
  903.         </dict>
  904.         <dict>
  905.             <key>name</key>
  906.             <string>JSON: KV-Separator</string>
  907.             <key>scope</key>
  908.             <string>punctuation.separator.dictionary.key-value.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json</string>
  909.             <key>settings</key>
  910.             <dict>
  911.                 <key>foreground</key>
  912.                 <string>#85A1C2</string>
  913.             </dict>
  914.         </dict>
  915.         <dict>
  916.             <key>name</key>
  917.             <string>JSON: Array</string>
  918.             <key>scope</key>
  919.             <string>punctuation.definition.array.begin.json, punctuation.definition.array.end.json</string>
  920.             <key>settings</key>
  921.             <dict>
  922.                 <key>foreground</key>
  923.                 <string>#85A1C2</string>
  924.             </dict>
  925.         </dict>
  926.         <dict>
  927.             <key>name</key>
  928.             <string>JSON: Numbers</string>
  929.             <key>scope</key>
  930.             <string>constant.numeric.json</string>
  931.             <key>settings</key>
  932.             <dict>
  933.                 <key>foreground</key>
  934.                 <string>#BDC3C7</string>
  935.             </dict>
  936.         </dict>
  937.         <dict>
  938.             <key>name</key>
  939.             <string>JSON: Boolean</string>
  940.             <key>scope</key>
  941.             <string>constant.language.json</string>
  942.             <key>settings</key>
  943.             <dict>
  944.                 <key>foreground</key>
  945.                 <string>#A7B3C2</string>
  946.             </dict>
  947.         </dict>
  948.         <dict>
  949.             <key>name</key>
  950.             <string>JS: Template String</string>
  951.             <key>scope</key>
  952.             <string>punctuation.definition.quasi.begin.js, punctuation.definition.quasi.end.js</string>
  953.             <key>settings</key>
  954.             <dict>
  955.                 <key>foreground</key>
  956.                 <string>#83C1CF</string>
  957.             </dict>
  958.         </dict>
  959.         <dict>
  960.             <key>name</key>
  961.             <string>JS: Template String Tag Name</string>
  962.             <key>scope</key>
  963.             <string>punctuation.quasi.element.begin.js, punctuation.quasi.element.end.js</string>
  964.             <key>settings</key>
  965.             <dict>
  966.                 <key>foreground</key>
  967.                 <string>#D7DEE8</string>
  968.             </dict>
  969.         </dict>
  970.         <dict>
  971.             <key>name</key>
  972.             <string>JS: Template String Tag Name</string>
  973.             <key>scope</key>
  974.             <string>entity.quasi.tag.name.js</string>
  975.             <key>settings</key>
  976.             <dict>
  977.                 <key>foreground</key>
  978.                 <string>#BDC3C7</string>
  979.             </dict>
  980.         </dict>
  981.         <dict>
  982.             <key>name</key>
  983.             <string>JS: Module</string>
  984.             <key>scope</key>
  985.             <string>keyword.operator.module.js</string>
  986.             <key>settings</key>
  987.             <dict>
  988.                 <key>foreground</key>
  989.                 <string>#A7B3C2</string>
  990.             </dict>
  991.         </dict>
  992.         <dict>
  993.             <key>name</key>
  994.             <string>JS: Spread</string>
  995.             <key>scope</key>
  996.             <string>keyword.operator.spread.js</string>
  997.             <key>settings</key>
  998.             <dict>
  999.                 <key>foreground</key>
  1000.                 <string>#848484</string>
  1001.             </dict>
  1002.         </dict>
  1003.         <dict>
  1004.             <key>name</key>
  1005.             <string>JS: Variables</string>
  1006.             <key>scope</key>
  1007.             <string>variable.language.js</string>
  1008.             <key>settings</key>
  1009.             <dict>
  1010.                 <key>foreground</key>
  1011.                 <string>#BDC3C7</string>
  1012.             </dict>
  1013.         </dict>
  1014.         <dict>
  1015.             <key>name</key>
  1016.             <string>JS: Global Variables</string>
  1017.             <key>scope</key>
  1018.             <string>variable.other.readwrite.js</string>
  1019.             <key>settings</key>
  1020.             <dict>
  1021.                 <key>foreground</key>
  1022.                 <string>#dadbe5</string>
  1023.             </dict>
  1024.         </dict>
  1025.         <dict>
  1026.             <key>name</key>
  1027.             <string>JS: Console Functions</string>
  1028.             <key>scope</key>
  1029.             <string>support.function.firebug.js, support.type.object.console.js</string>
  1030.             <key>settings</key>
  1031.             <dict>
  1032.                 <key>foreground</key>
  1033.                 <string>#83C1CF</string>
  1034.             </dict>
  1035.         </dict>
  1036.         <dict>
  1037.             <key>name</key>
  1038.             <string>JS: Keyword Operator</string>
  1039.             <key>scope</key>
  1040.             <string>keyword.operator.js</string>
  1041.             <key>settings</key>
  1042.             <dict>
  1043.                 <key>foreground</key>
  1044.                 <string>#A7DBD8</string>
  1045.             </dict>
  1046.         </dict>
  1047.         <dict>
  1048.             <key>name</key>
  1049.             <string>JS: Object Super</string>
  1050.             <key>scope</key>
  1051.             <string>variable.language.super.js</string>
  1052.             <key>settings</key>
  1053.             <dict>
  1054.                 <key>foreground</key>
  1055.                 <string>#83C1CF</string>
  1056.             </dict>
  1057.         </dict>
  1058.         <dict>
  1059.             <key>name</key>
  1060.             <string>JS: Object Instance</string>
  1061.             <key>scope</key>
  1062.             <string>keyword.operator.new.js, support.type.object.dom.js</string>
  1063.             <key>settings</key>
  1064.             <dict>
  1065.                 <key>foreground</key>
  1066.                 <string>#A7B3C2</string>
  1067.             </dict>
  1068.         </dict>
  1069.         <dict>
  1070.             <key>name</key>
  1071.             <string>JS: Constructor Name</string>
  1072.             <key>scope</key>
  1073.             <string>meta.instance.constructor, entity.name.type.new.js,  variable.other.constant.js, support.class.builtin.js, variable.other.class.js</string>
  1074.             <key>settings</key>
  1075.             <dict>
  1076.                 <key>foreground</key>
  1077.                 <string>#83C1CF</string>
  1078.             </dict>
  1079.         </dict>
  1080.         <dict>
  1081.             <key>name</key>
  1082.             <string>JS: Function Arrow</string>
  1083.             <key>scope</key>
  1084.             <string>storage.type.function.arrow.js</string>
  1085.             <key>settings</key>
  1086.             <dict>
  1087.                 <key>foreground</key>
  1088.                 <string>#848484</string>
  1089.             </dict>
  1090.         </dict>
  1091.         <dict>
  1092.             <key>name</key>
  1093.             <string>JS: Object Name and Constant</string>
  1094.             <key>scope</key>
  1095.             <string>variable.other.object.js</string>
  1096.             <key>settings</key>
  1097.             <dict>
  1098.                 <key>foreground</key>
  1099.                 <string>#dadbe5</string>
  1100.             </dict>
  1101.         </dict>
  1102.         <dict>
  1103.             <key>name</key>
  1104.             <string>JS: Object Properties</string>
  1105.             <key>scope</key>
  1106.             <string>meta.property.object.js, string.unquoted.label.js, support.type.object.node.js</string>
  1107.             <key>settings</key>
  1108.             <dict>
  1109.                 <key>foreground</key>
  1110.                 <string>#D7DEE8</string>
  1111.             </dict>
  1112.         </dict>
  1113.         <dict>
  1114.             <key>name</key>
  1115.             <string>JS: Object Keys</string>
  1116.             <key>scope</key>
  1117.             <string>entity.name.function.js</string>
  1118.             <key>settings</key>
  1119.             <dict>
  1120.                 <key>foreground</key>
  1121.                 <string>#dbdbdb</string>
  1122.             </dict>
  1123.         </dict>
  1124.         <dict>
  1125.             <key>name</key>
  1126.             <string>JS: Key Value Separater</string>
  1127.             <key>scope</key>
  1128.             <string>punctuation.separator.key-value.js, meta.function.js</string>
  1129.             <key>settings</key>
  1130.             <dict>
  1131.                 <key>foreground</key>
  1132.                 <string>#A7DBD8</string>
  1133.             </dict>
  1134.         </dict>
  1135.         <dict>
  1136.             <key>name</key>
  1137.             <string>JS: Control</string>
  1138.             <key>scope</key>
  1139.             <string>keyword.control.js</string>
  1140.             <key>settings</key>
  1141.             <dict>
  1142.                 <key>foreground</key>
  1143.                 <string>#BDC3C7</string>
  1144.             </dict>
  1145.         </dict>
  1146.         <dict>
  1147.             <key>name</key>
  1148.             <string>JS: Function</string>
  1149.             <key>scope</key>
  1150.             <string>storage.type.function.js</string>
  1151.             <key>settings</key>
  1152.             <dict>
  1153.                 <key>foreground</key>
  1154.                 <string>#A7B3C2</string>
  1155.             </dict>
  1156.         </dict>
  1157.         <dict>
  1158.             <key>name</key>
  1159.             <string>JS: Function name</string>
  1160.             <key>scope</key>
  1161.             <string>entity.name.method.js</string>
  1162.             <key>settings</key>
  1163.             <dict>
  1164.                 <key>foreground</key>
  1165.                 <string>#83C1CF</string>
  1166.             </dict>
  1167.         </dict>
  1168.         <dict>
  1169.             <key>name</key>
  1170.             <string>JS: Function Call</string>
  1171.             <key>scope</key>
  1172.             <string>entity.name.function.js, variable.function.js</string>
  1173.             <key>settings</key>
  1174.             <dict>
  1175.                 <key>foreground</key>
  1176.                 <string>#83C1CF</string>
  1177.             </dict>
  1178.         </dict>
  1179.         <dict>
  1180.             <key>name</key>
  1181.             <string>JS: Function Parameters</string>
  1182.             <key>scope</key>
  1183.             <string>variable.parameter.function.js</string>
  1184.             <key>settings</key>
  1185.             <dict>
  1186.                 <key>foreground</key>
  1187.                 <string>#D7DEE8</string>
  1188.             </dict>
  1189.         </dict>
  1190.         <dict>
  1191.             <key>name</key>
  1192.             <string>JS: Function Parameter Separater</string>
  1193.             <key>scope</key>
  1194.             <string>punctuation.separator.parameter.function.js</string>
  1195.             <key>settings</key>
  1196.             <dict>
  1197.                 <key>foreground</key>
  1198.                 <string>#D0D0D0</string>
  1199.             </dict>
  1200.         </dict>
  1201.         <dict>
  1202.             <key>name</key>
  1203.             <string>JS: this Keyword</string>
  1204.             <key>scope</key>
  1205.             <string>variable.language.this.js, support.class.js</string>
  1206.             <key>settings</key>
  1207.             <dict>
  1208.                 <key>foreground</key>
  1209.                 <string>#BDC3C7</string>
  1210.             </dict>
  1211.         </dict>
  1212.         <dict>
  1213.             <key>name</key>
  1214.             <string>JS: Period</string>
  1215.             <key>scope</key>
  1216.             <string>meta.delimiter.method.period.js</string>
  1217.             <key>settings</key>
  1218.             <dict>
  1219.                 <key>foreground</key>
  1220.                 <string>#A7DBD8</string>
  1221.             </dict>
  1222.         </dict>
  1223.         <dict>
  1224.             <key>name</key>
  1225.             <string>JS: SemiColon</string>
  1226.             <key>scope</key>
  1227.             <string>punctuation.terminator.statement.js</string>
  1228.             <key>settings</key>
  1229.             <dict>
  1230.                 <key>foreground</key>
  1231.                 <string>#A7DBD8</string>
  1232.             </dict>
  1233.         </dict>
  1234.         <dict>
  1235.             <key>name</key>
  1236.             <string>JS: []</string>
  1237.             <key>scope</key>
  1238.             <string>meta.brace.square.js, meta.group.braces.square.js, meta.brace.square.begin.js, meta.brace.square.end.js</string>
  1239.             <key>settings</key>
  1240.             <dict>
  1241.                 <key>foreground</key>
  1242.                 <string>#A7DBD8</string>
  1243.             </dict>
  1244.         </dict>
  1245.         <dict>
  1246.             <key>name</key>
  1247.             <string>JS: ()</string>
  1248.             <key>scope</key>
  1249.             <string>punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js, meta.group.braces.round, meta.brace.round.js, meta.brace.round.begin.js, meta.brace.round.end.js</string>
  1250.             <key>settings</key>
  1251.             <dict>
  1252.                 <key>foreground</key>
  1253.                 <string>#A7DBD8</string>
  1254.             </dict>
  1255.         </dict>
  1256.         <dict>
  1257.             <key>name</key>
  1258.             <string>JS: Function empty arguments call ()</string>
  1259.             <key>scope</key>
  1260.             <string>meta.function-call.without-arguments.js, meta.group.braces.round.function.arguments.js</string>
  1261.             <key>settings</key>
  1262.             <dict>
  1263.                 <key>foreground</key>
  1264.                 <string>#A7DBD8</string>
  1265.             </dict>
  1266.         </dict>
  1267.         <dict>
  1268.             <key>name</key>
  1269.             <string>JS: {}</string>
  1270.             <key>scope</key>
  1271.             <string>meta.brace.curly.js, meta.brace.curly.begin.js, meta.brace.curly.end.js, meta.group.braces.curly.js, punctuation.definition.class.body.begin.js, punctuation.definition.class.body.end.js, punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx</string>
  1272.             <key>settings</key>
  1273.             <dict>
  1274.                 <key>foreground</key>
  1275.                 <string>#A7DBD8</string>
  1276.             </dict>
  1277.         </dict>
  1278.         <dict>
  1279.             <key>name</key>
  1280.             <string>JSX: Tag Brackets</string>
  1281.             <key>scope</key>
  1282.             <string>punctuation.definition.tag.begin.jsx, punctuation.definition.tag.end.jsx</string>
  1283.             <key>settings</key>
  1284.             <dict>
  1285.                 <key>foreground</key>
  1286.                 <string>#A7DBD8</string>
  1287.             </dict>
  1288.         </dict>
  1289.         <dict>
  1290.             <key>name</key>
  1291.             <string>JSX: Tag Inner Content</string>
  1292.             <key>scope</key>
  1293.             <string>meta.jsx.js, meta.jsx.children.js, tag.open.js, tag.close.js</string>
  1294.             <key>settings</key>
  1295.             <dict>
  1296.                 <key>foreground</key>
  1297.                 <string>#D7DEE8</string>
  1298.             </dict>
  1299.         </dict>
  1300.         <dict>
  1301.             <key>name</key>
  1302.             <string>diff.header</string>
  1303.             <key>scope</key>
  1304.             <string>meta.diff, meta.diff.header</string>
  1305.             <key>settings</key>
  1306.             <dict>
  1307.                 <key>foreground</key>
  1308.                 <string>#75715E</string>
  1309.             </dict>
  1310.         </dict>
  1311.         <dict>
  1312.             <key>name</key>
  1313.             <string>diff.deleted</string>
  1314.             <key>scope</key>
  1315.             <string>markup.deleted</string>
  1316.             <key>settings</key>
  1317.             <dict>
  1318.                 <key>foreground</key>
  1319.                 <string>#BF616A</string>
  1320.             </dict>
  1321.         </dict>
  1322.         <dict>
  1323.             <key>name</key>
  1324.             <string>diff.inserted</string>
  1325.             <key>scope</key>
  1326.             <string>markup.inserted</string>
  1327.             <key>settings</key>
  1328.             <dict>
  1329.                 <key>foreground</key>
  1330.                 <string>#A3BE8C</string>
  1331.             </dict>
  1332.         </dict>
  1333.         <dict>
  1334.             <key>name</key>
  1335.             <string>diff.changed</string>
  1336.             <key>scope</key>
  1337.             <string>markup.changed</string>
  1338.             <key>settings</key>
  1339.             <dict>
  1340.                 <key>foreground</key>
  1341.                 <string>#EBCB8B</string>
  1342.             </dict>
  1343.         </dict>
  1344.         <dict>
  1345.             <key>scope</key>
  1346.             <string>constant.numeric.line-number.find-in-files - match</string>
  1347.             <key>settings</key>
  1348.             <dict>
  1349.                 <key>foreground</key>
  1350.                 <string>#A3BE8C</string>
  1351.             </dict>
  1352.         </dict>
  1353.         <dict>
  1354.             <key>scope</key>
  1355.             <string>entity.name.filename.find-in-files</string>
  1356.             <key>settings</key>
  1357.             <dict>
  1358.                 <key>foreground</key>
  1359.                 <string>#EBCB8B</string>
  1360.             </dict>
  1361.         </dict>
  1362.         <dict>
  1363.             <key>name</key>
  1364.             <string>SublimeLinter Warning</string>
  1365.             <key>scope</key>
  1366.             <string>sublimelinter.mark.warning</string>
  1367.             <key>settings</key>
  1368.             <dict>
  1369.                 <key>foreground</key>
  1370.                 <string>#EBCB8B</string>
  1371.             </dict>
  1372.         </dict>
  1373.         <dict>
  1374.             <key>name</key>
  1375.             <string>SublimeLinter Error</string>
  1376.             <key>scope</key>
  1377.             <string>sublimelinter.mark.error</string>
  1378.             <key>settings</key>
  1379.             <dict>
  1380.                 <key>foreground</key>
  1381.                 <string>#BF616A</string>
  1382.             </dict>
  1383.         </dict>
  1384.         <dict>
  1385.             <key>name</key>
  1386.             <string>SublimeLinter Gutter Mark</string>
  1387.             <key>scope</key>
  1388.             <string>sublimelinter.gutter-mark</string>
  1389.             <key>settings</key>
  1390.             <dict>
  1391.                 <key>foreground</key>
  1392.                 <string>#dbdbdb</string>
  1393.             </dict>
  1394.         </dict>
  1395.     </array>
  1396.     <key>colorSpaceName</key>
  1397.     <string>sRGB</string>
  1398.     <key>semanticClass</key>
  1399.     <string>theme.dark.nord</string>
  1400. </dict>
  1401. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement