Advertisement
Guest User

kte-modern.tmTheme

a guest
Feb 7th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.92 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>Nobody</string>
  7.     <key>name</key>
  8.     <string>kte-modern</string>
  9.     <key>settings</key>
  10.     <array>
  11.         <dict>
  12.             <key>settings</key>
  13.             <dict>
  14.                 <key>background</key>
  15.                 <string>#FFFFFF</string>
  16.                 <key>caret</key>
  17.                 <string>#7C7C7C</string>
  18.                 <key>foreground</key>
  19.                 <string>#000000</string>
  20.                 <key>invisibles</key>
  21.                 <string>#B6B6B6</string>
  22.                 <key>lineHighlight</key>
  23.                 <string>#B5B5B54F</string>
  24.                 <key>selection</key>
  25.                 <string>#94CAEF</string>
  26.             </dict>
  27.         </dict>
  28.         <dict>
  29.             <key>name</key>
  30.             <string>Comment</string>
  31.             <key>scope</key>
  32.             <string>comment, comment.line, comment.block, comment.block.documentation</string>
  33.             <key>settings</key>
  34.             <dict>
  35.                 <key>fontStyle</key>
  36.                 <string></string>
  37.                 <key>foreground</key>
  38.                 <string>#8C868F</string>
  39.             </dict>
  40.         </dict>
  41.         <dict>
  42.             <key>name</key>
  43.             <string>Number</string>
  44.             <key>scope</key>
  45.             <string>constant.numeric, punctuation.definition.number</string>
  46.             <key>settings</key>
  47.             <dict>
  48.                 <key>fontStyle</key>
  49.                 <string></string>
  50.                 <key>foreground</key>
  51.                 <string>#B08000</string>
  52.             </dict>
  53.         </dict>
  54.         <dict>
  55.             <key>name</key>
  56.             <string>Escape Character</string>
  57.             <key>scope</key>
  58.             <!-- TODO: constant.character -->
  59.             <!-- constant.other is %d in printf, keys in hashes -->
  60.             <string>constant.character.escape</string>
  61.             <key>settings</key>
  62.             <dict>
  63.                 <key>fontStyle</key>
  64.                 <string></string>
  65.                 <key>foreground</key>
  66.                 <string>#924C9D</string>
  67.             </dict>
  68.         </dict>
  69.         <dict>
  70.             <key>name</key>
  71.             <string>Constants for Characters</string>
  72.             <key>scope</key>
  73.             <string>constant.character</string>
  74.             <key>settings</key>
  75.             <dict>
  76.                 <key>fontStyle</key>
  77.                 <string></string>
  78.                 <key>foreground</key>
  79.                 <string>#B08000</string>
  80.             </dict>
  81.         </dict>
  82.         <dict>
  83.             <key>name</key>
  84.             <string>Function</string>
  85.             <key>scope</key>
  86.             <!-- entity.name is class declarations, etc -->
  87.             <string>entity.name.type, entity.name.function, support.function, keyword.other.function</string>
  88.             <key>settings</key>
  89.             <dict>
  90.                 <key>fontStyle</key>
  91.                 <string></string>
  92.                 <key>foreground</key>
  93.                 <string>#644A9B</string>
  94.             </dict>
  95.         </dict>
  96.         <dict>
  97.             <key>name</key>
  98.             <string>Attribute</string>
  99.             <key>scope</key>
  100.             <string>entity.other.attribute-name</string>
  101.             <key>settings</key>
  102.             <dict>
  103.                 <key>fontStyle</key>
  104.                 <string></string>
  105.                 <key>foreground</key>
  106.                 <string>#006E28</string>
  107.             </dict>
  108.         </dict>
  109.         <dict>
  110.             <key>name</key>
  111.             <string>Illegal</string>
  112.             <key>scope</key>
  113.             <!-- TODO: common invalid -->
  114.             <string>invalid.illegal</string>
  115.             <key>settings</key>
  116.             <dict>
  117.                 <key>fontStyle</key>
  118.                 <string>italic</string>
  119.                 <key>foreground</key>
  120.                 <string>#FF0000</string>
  121.             </dict>
  122.         </dict>
  123.         <dict>
  124.             <key>name</key>
  125.             <string>Deprecated</string>
  126.             <key>scope</key>
  127.             <string>invalid.deprecated</string>
  128.             <key>settings</key>
  129.             <dict>
  130.                 <key>fontStyle</key>
  131.                 <string>italic</string>
  132.                 <key>foreground</key>
  133.                 <string>#8C868F</string>
  134.             </dict>
  135.         </dict>
  136.         <dict>
  137.             <key>name</key>
  138.             <string>Keyword</string>
  139.             <key>scope</key>
  140.             <string>keyword.control, variable.language, constant.language, entity.name.tag, keyword.other.storage, keyword.other.storage.perl storage.modifier.perl, keyword.other.token, keyword.operator.cast</string>
  141.             <key>settings</key>
  142.             <dict>
  143.                 <key>fontStyle</key>
  144.                 <string>bold</string>
  145.                 <key>foreground</key>
  146.                 <string>#000000</string>
  147.             </dict>
  148.         </dict>
  149.         <dict>
  150.             <key>name</key>
  151.             <string>Types</string>
  152.             <key>scope</key>
  153.             <string>storage.type, support.type, storage.modifier</string>
  154.             <key>settings</key>
  155.             <dict>
  156.                 <key>fontStyle</key>
  157.                 <string></string>
  158.                 <key>foreground</key>
  159.                 <string>#0057AE</string>
  160.             </dict>
  161.         </dict>
  162.         <dict>
  163.             <key>name</key>
  164.             <string>String with evaluation</string>
  165.             <key>scope</key>
  166.             <string>string.interpolated, string.quoted.double, string.quoted.other, string.quoted.triple, string.unquoted</string>
  167.             <key>settings</key>
  168.             <dict>
  169.                 <key>fontStyle</key>
  170.                 <string></string>
  171.                 <key>foreground</key>
  172.                 <string>#BF0303</string>
  173.             </dict>
  174.         </dict>
  175.         <dict>
  176.             <key>name</key>
  177.             <string>String with no evaluation</string>
  178.             <key>scope</key>
  179.             <string>string.quoted.single</string>
  180.             <key>settings</key>
  181.             <dict>
  182.                 <key>fontStyle</key>
  183.                 <string></string>
  184.                 <key>foreground</key>
  185.                 <string>#FF6C6C</string>
  186.             </dict>
  187.         </dict>
  188.         <dict>
  189.             <key>name</key>
  190.             <string>Packages</string>
  191.             <key>scope</key>
  192.             <string>constant.language.string</string>
  193.             <key>settings</key>
  194.             <dict>
  195.                 <key>fontStyle</key>
  196.                 <string></string>
  197.                 <key>foreground</key>
  198.                 <string>#000000</string>
  199.             </dict>
  200.         </dict>
  201.         <dict>
  202.             <key>name</key>
  203.             <string>Regular Expression</string>
  204.             <key>scope</key>
  205.             <string>string.regexp</string>
  206.             <key>settings</key>
  207.             <dict>
  208.                 <key>fontStyle</key>
  209.                 <string></string>
  210.                 <key>foreground</key>
  211.                 <string>#006E28</string>
  212.             </dict>
  213.         </dict>
  214.         <!-- TODO: support.constant = window.{location}, navigator.{language} -->
  215.         <dict>
  216.             <key>name</key>
  217.             <string>Magic Variable</string>
  218.             <key>scope</key>
  219.             <!-- TODO: figure out what is this -->
  220.             <string>support.variable</string>
  221.             <key>settings</key>
  222.             <dict>
  223.                 <key>fontStyle</key>
  224.                 <string>bold</string>
  225.                 <key>foreground</key>
  226.                 <string>#0000FF</string>
  227.             </dict>
  228.         </dict>
  229.         <dict>
  230.             <key>name</key>
  231.             <string>Support Classes</string>
  232.             <key>scope</key>
  233.             <!-- this is window, document -->
  234.             <string>support.class</string>
  235.             <key>settings</key>
  236.             <dict>
  237.                 <key>fontStyle</key>
  238.                 <string></string>
  239.                 <key>foreground</key>
  240.                 <string>#006E28</string>
  241.             </dict>
  242.         </dict>
  243.         <dict>
  244.             <key>name</key>
  245.             <string>Perl Variable</string>
  246.             <key>scope</key>
  247.             <!-- these are $variables -->
  248.             <string>punctuation.definition.var, meta.string.qq.perl variable.other.readwrite.global.perl, meta.regexp variable.other.readwrite.global.perl, meta.string.qx.perl variable.other.readwrite.global.perl, meta.heredoc.perl variable.other.readwrite.global.perl</string>
  249.             <key>settings</key>
  250.             <dict>
  251.                 <key>fontStyle</key>
  252.                 <string></string>
  253.                 <key>foreground</key>
  254.                 <string>#0057AE</string>
  255.             </dict>
  256.         </dict>
  257.         <!-- This is used by TrailingSpaces add-on -->
  258.         <dict>
  259.             <key>name</key>
  260.             <string>Trailing Space</string>
  261.             <key>scope</key>
  262.             <string>space.trailing</string>
  263.             <key>settings</key>
  264.             <dict>
  265.                 <key>fontStyle</key>
  266.                 <string></string>
  267.                 <key>foreground</key>
  268.                 <string>#FFFFFF</string>
  269.             </dict>
  270.         </dict>
  271.         <dict>
  272.             <key>name</key>
  273.             <string>Perl String Quote</string>
  274.             <key>scope</key>
  275.             <string>punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl, meta.regexp keyword.operator.perl, meta.regexp keyword.other.function.perl, meta.string keyword.other.function.perl</string>
  276.             <key>settings</key>
  277.             <dict>
  278.                 <key>fontStyle</key>
  279.                 <string>bold</string>
  280.                 <key>foreground</key>
  281.                 <string>#008000</string>
  282.             </dict>
  283.         </dict>
  284.         <dict>
  285.             <key>name</key>
  286.             <string>Perl Packages</string>
  287.             <key>scope</key>
  288.             <string>meta.package constant.language.string.perl</string>
  289.             <key>settings</key>
  290.             <dict>
  291.                 <key>fontStyle</key>
  292.                 <string></string>
  293.                 <key>foreground</key>
  294.                 <string>#644A9B</string>
  295.             </dict>
  296.         </dict>
  297.         <dict>
  298.             <key>name</key>
  299.             <string>C Preprocessor</string>
  300.             <key>scope</key>
  301.             <string>meta.preprocessor.c, meta.preprocessor.c keyword.control.import, meta.preprocessor.macro.c keyword.control.import</string>
  302.             <key>settings</key>
  303.             <dict>
  304.                 <key>fontStyle</key>
  305.                 <string></string>
  306.                 <key>foreground</key>
  307.                 <string>#008000</string>
  308.             </dict>
  309.         </dict>
  310.     </array>
  311.     <key>uuid</key>
  312.     <string>13E579BF-40AB-42E2-9EAB-0AD3EDD88532</string>
  313. </dict>
  314. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement