|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//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>Nate Smith</string> |
| 7 | + <key>name</key> |
| 8 | + <string>Clean</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>#000000</string> |
| 18 | + <key>foreground</key> |
| 19 | + <string>#000000</string> |
| 20 | + <key>invisibles</key> |
| 21 | + <string>#ADADA5</string> |
| 22 | + <key>lineHighlight</key> |
| 23 | + <string>#00000012</string> |
| 24 | + <key>selection</key> |
| 25 | + <string>#4D97FF54</string> |
| 26 | + <key>stackGuide</key> |
| 27 | + <string>#00000000</string> |
| 28 | + </dict> |
| 29 | + </dict> |
| 30 | + <dict> |
| 31 | + <key>name</key> |
| 32 | + <string>Comment</string> |
| 33 | + <key>scope</key> |
| 34 | + <string>comment</string> |
| 35 | + <key>settings</key> |
| 36 | + <dict> |
| 37 | + <key>fontStyle</key> |
| 38 | + <string>italic</string> |
| 39 | + <key>foreground</key> |
| 40 | + <string>#ADADA5</string> |
| 41 | + </dict> |
| 42 | + </dict> |
| 43 | + <dict> |
| 44 | + <key>name</key> |
| 45 | + <string>Keyword</string> |
| 46 | + <key>scope</key> |
| 47 | + <string>keyword, storage</string> |
| 48 | + <key>settings</key> |
| 49 | + <dict> |
| 50 | + <key>fontStyle</key> |
| 51 | + <string>bold</string> |
| 52 | + <key>foreground</key> |
| 53 | + <string>#e07e1f</string> |
| 54 | + </dict> |
| 55 | + </dict> |
| 56 | + <dict> |
| 57 | + <key>name</key> |
| 58 | + <string>Number</string> |
| 59 | + <key>scope</key> |
| 60 | + <string>constant.numeric</string> |
| 61 | + <key>settings</key> |
| 62 | + <dict> |
| 63 | + <key>fontStyle</key> |
| 64 | + <string></string> |
| 65 | + <key>foreground</key> |
| 66 | + <string>#e07e1f</string> |
| 67 | + </dict> |
| 68 | + </dict> |
| 69 | + <dict> |
| 70 | + <key>name</key> |
| 71 | + <string>User-defined constant</string> |
| 72 | + <key>scope</key> |
| 73 | + <string>constant</string> |
| 74 | + <key>settings</key> |
| 75 | + <dict> |
| 76 | + <key>fontStyle</key> |
| 77 | + <string>bold</string> |
| 78 | + <key>foreground</key> |
| 79 | + <string>#C82829</string> |
| 80 | + </dict> |
| 81 | + </dict> |
| 82 | + <dict> |
| 83 | + <key>name</key> |
| 84 | + <string>Built-in constant</string> |
| 85 | + <key>scope</key> |
| 86 | + <string>constant.language</string> |
| 87 | + <key>settings</key> |
| 88 | + <dict> |
| 89 | + <key>fontStyle</key> |
| 90 | + <string>bold</string> |
| 91 | + <key>foreground</key> |
| 92 | + <string>#C82829</string> |
| 93 | + </dict> |
| 94 | + </dict> |
| 95 | + <dict> |
| 96 | + <key>name</key> |
| 97 | + <string>Variable</string> |
| 98 | + <key>scope</key> |
| 99 | + <string>variable.language, variable.other, variable.assignment</string> |
| 100 | + <key>settings</key> |
| 101 | + <dict> |
| 102 | + <key>fontStyle</key> |
| 103 | + <string></string> |
| 104 | + <key>foreground</key> |
| 105 | + <string>#8959A8</string> |
| 106 | + </dict> |
| 107 | + </dict> |
| 108 | + <dict> |
| 109 | + <key>name</key> |
| 110 | + <string>String</string> |
| 111 | + <key>scope</key> |
| 112 | + <string>string, meta.tag string, punctuation.definition.string</string> |
| 113 | + <key>settings</key> |
| 114 | + <dict> |
| 115 | + <key>fontStyle</key> |
| 116 | + <string></string> |
| 117 | + <key>foreground</key> |
| 118 | + <string>#4c9100</string> |
| 119 | + </dict> |
| 120 | + </dict> |
| 121 | + <dict> |
| 122 | + <key>name</key> |
| 123 | + <string>String interpolation</string> |
| 124 | + <key>scope</key> |
| 125 | + <string>constant.character.escape, string source</string> |
| 126 | + <key>settings</key> |
| 127 | + <dict> |
| 128 | + <key>fontStyle</key> |
| 129 | + <string></string> |
| 130 | + <key>foreground</key> |
| 131 | + <string>#EAB700</string> |
| 132 | + </dict> |
| 133 | + </dict> |
| 134 | + <dict> |
| 135 | + <key>name</key> |
| 136 | + <string>Function name</string> |
| 137 | + <key>scope</key> |
| 138 | + <string>entity.name.function, support.function.any-method</string> |
| 139 | + <key>settings</key> |
| 140 | + <dict> |
| 141 | + <key>fontStyle</key> |
| 142 | + <string>bold</string> |
| 143 | + <key>foreground</key> |
| 144 | + <string>#21439C</string> |
| 145 | + </dict> |
| 146 | + </dict> |
| 147 | + <dict> |
| 148 | + <key>name</key> |
| 149 | + <string>Type name</string> |
| 150 | + <key>scope</key> |
| 151 | + <string>entity.name.type</string> |
| 152 | + <key>settings</key> |
| 153 | + <dict> |
| 154 | + <key>fontStyle</key> |
| 155 | + <string>bold underline</string> |
| 156 | + <key>foreground</key> |
| 157 | + <string>#21439C</string> |
| 158 | + </dict> |
| 159 | + </dict> |
| 160 | + <dict> |
| 161 | + <key>name</key> |
| 162 | + <string>Inherited class name</string> |
| 163 | + <key>scope</key> |
| 164 | + <string>entity.other.inherited-class</string> |
| 165 | + <key>settings</key> |
| 166 | + <dict> |
| 167 | + <key>fontStyle</key> |
| 168 | + <string>italic</string> |
| 169 | + </dict> |
| 170 | + </dict> |
| 171 | + <dict> |
| 172 | + <key>name</key> |
| 173 | + <string>Function parameter</string> |
| 174 | + <key>scope</key> |
| 175 | + <string>variable.parameter</string> |
| 176 | + <key>settings</key> |
| 177 | + <dict> |
| 178 | + <key>fontStyle</key> |
| 179 | + <string></string> |
| 180 | + <key>foreground</key> |
| 181 | + <string>#0076AD</string> |
| 182 | + </dict> |
| 183 | + </dict> |
| 184 | + <dict> |
| 185 | + <key>name</key> |
| 186 | + <string>Section</string> |
| 187 | + <key>scope</key> |
| 188 | + <string>meta.section entity.name.section, declaration.section entity.name.section</string> |
| 189 | + <key>settings</key> |
| 190 | + <dict> |
| 191 | + <key>fontStyle</key> |
| 192 | + <string>italic</string> |
| 193 | + </dict> |
| 194 | + </dict> |
| 195 | + <dict> |
| 196 | + <key>name</key> |
| 197 | + <string>Library function</string> |
| 198 | + <key>scope</key> |
| 199 | + <string>support.function</string> |
| 200 | + <key>settings</key> |
| 201 | + <dict> |
| 202 | + <key>fontStyle</key> |
| 203 | + <string>bold</string> |
| 204 | + <key>foreground</key> |
| 205 | + <string>#21439C</string> |
| 206 | + </dict> |
| 207 | + </dict> |
| 208 | + <dict> |
| 209 | + <key>name</key> |
| 210 | + <string>Library object</string> |
| 211 | + <key>scope</key> |
| 212 | + <string>support.class, support.type</string> |
| 213 | + <key>settings</key> |
| 214 | + <dict> |
| 215 | + <key>fontStyle</key> |
| 216 | + <string>bold</string> |
| 217 | + <key>foreground</key> |
| 218 | + <string>#8959A8</string> |
| 219 | + </dict> |
| 220 | + </dict> |
| 221 | + <dict> |
| 222 | + <key>name</key> |
| 223 | + <string>Library constant</string> |
| 224 | + <key>scope</key> |
| 225 | + <string>support.constant</string> |
| 226 | + <key>settings</key> |
| 227 | + <dict> |
| 228 | + <key>fontStyle</key> |
| 229 | + <string>bold</string> |
| 230 | + <key>foreground</key> |
| 231 | + <string>#91917D</string> |
| 232 | + </dict> |
| 233 | + </dict> |
| 234 | + <dict> |
| 235 | + <key>name</key> |
| 236 | + <string>Library variable</string> |
| 237 | + <key>scope</key> |
| 238 | + <string>support.variable</string> |
| 239 | + <key>settings</key> |
| 240 | + <dict> |
| 241 | + <key>fontStyle</key> |
| 242 | + <string></string> |
| 243 | + <key>foreground</key> |
| 244 | + <string>#21439C</string> |
| 245 | + </dict> |
| 246 | + </dict> |
| 247 | + <dict> |
| 248 | + <key>name</key> |
| 249 | + <string>Invalid</string> |
| 250 | + <key>scope</key> |
| 251 | + <string>invalid</string> |
| 252 | + <key>settings</key> |
| 253 | + <dict> |
| 254 | + <key>background</key> |
| 255 | + <string>#990000</string> |
| 256 | + <key>foreground</key> |
| 257 | + <string>#FFFFFF</string> |
| 258 | + </dict> |
| 259 | + </dict> |
| 260 | + <dict> |
| 261 | + <key>name</key> |
| 262 | + <string>Trailing whitespace</string> |
| 263 | + <key>scope</key> |
| 264 | + <string>text.whitespace.trailing</string> |
| 265 | + <key>settings</key> |
| 266 | + <dict> |
| 267 | + <key>background</key> |
| 268 | + <string>#e4e4e2</string> |
| 269 | + </dict> |
| 270 | + </dict> |
| 271 | + <dict> |
| 272 | + <key>name</key> |
| 273 | + <string>Embedded source</string> |
| 274 | + <key>scope</key> |
| 275 | + <string>string.quoted.heredoc, string source.css, string source.js</string> |
| 276 | + <key>settings</key> |
| 277 | + <dict> |
| 278 | + <key>foreground</key> |
| 279 | + <string>#000000</string> |
| 280 | + </dict> |
| 281 | + </dict> |
| 282 | + <dict> |
| 283 | + <key>name</key> |
| 284 | + <string>Markup tag</string> |
| 285 | + <key>scope</key> |
| 286 | + <string>meta.tag, declaration.tag</string> |
| 287 | + <key>settings</key> |
| 288 | + <dict> |
| 289 | + <key>foreground</key> |
| 290 | + <string>#68685B</string> |
| 291 | + </dict> |
| 292 | + </dict> |
| 293 | + <dict> |
| 294 | + <key>name</key> |
| 295 | + <string>Macro template tag</string> |
| 296 | + <key>scope</key> |
| 297 | + <string>template.macro</string> |
| 298 | + <key>settings</key> |
| 299 | + <dict> |
| 300 | + <key>background</key> |
| 301 | + <string>#e9f4e3</string> |
| 302 | + </dict> |
| 303 | + </dict> |
| 304 | + <dict> |
| 305 | + <key>name</key> |
| 306 | + <string>Bound template tag</string> |
| 307 | + <key>scope</key> |
| 308 | + <string>template.bind</string> |
| 309 | + <key>settings</key> |
| 310 | + <dict> |
| 311 | + <key>background</key> |
| 312 | + <string>#f8f0dc</string> |
| 313 | + </dict> |
| 314 | + </dict> |
| 315 | + <dict> |
| 316 | + <key>name</key> |
| 317 | + <string>Template tag</string> |
| 318 | + <key>scope</key> |
| 319 | + <string>template</string> |
| 320 | + <key>settings</key> |
| 321 | + <dict> |
| 322 | + <key>background</key> |
| 323 | + <string>#e7eff4</string> |
| 324 | + </dict> |
| 325 | + </dict> |
| 326 | + <dict> |
| 327 | + <key>name</key> |
| 328 | + <string>Template punctuation</string> |
| 329 | + <key>scope</key> |
| 330 | + <string>punctuation.template</string> |
| 331 | + <key>settings</key> |
| 332 | + <dict> |
| 333 | + <key>foreground</key> |
| 334 | + <string>#68685B</string> |
| 335 | + </dict> |
| 336 | + </dict> |
| 337 | + <dict> |
| 338 | + <key>name</key> |
| 339 | + <string>Markup DTD</string> |
| 340 | + <key>scope</key> |
| 341 | + <string>string.quoted.docinfo.doctype.DTD</string> |
| 342 | + <key>settings</key> |
| 343 | + <dict> |
| 344 | + <key>fontStyle</key> |
| 345 | + <string>italic</string> |
| 346 | + </dict> |
| 347 | + </dict> |
| 348 | + <dict> |
| 349 | + <key>name</key> |
| 350 | + <string>Markup name of tag</string> |
| 351 | + <key>scope</key> |
| 352 | + <string>entity.name.tag</string> |
| 353 | + <key>settings</key> |
| 354 | + <dict> |
| 355 | + <key>fontStyle</key> |
| 356 | + <string>bold</string> |
| 357 | + <key>foreground</key> |
| 358 | + <string>#21439C</string> |
| 359 | + </dict> |
| 360 | + </dict> |
| 361 | + <dict> |
| 362 | + <key>name</key> |
| 363 | + <string>Markup tag attribute</string> |
| 364 | + <key>scope</key> |
| 365 | + <string>entity.other.attribute-name</string> |
| 366 | + <key>settings</key> |
| 367 | + <dict> |
| 368 | + <key>fontStyle</key> |
| 369 | + <string>italic</string> |
| 370 | + </dict> |
| 371 | + </dict> |
| 372 | + </array> |
| 373 | + <key>uuid</key> |
| 374 | + <string>71D40D9D-AE48-11D9-920A-000D93589AF6</string> |
| 375 | +</dict> |
| 376 | +</plist> |
0 commit comments