⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀         ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1869 lines
44 KiB

  1. {"name":"⠀","type":"light","semanticHighlighting":true,"semanticTokenColors":{"enumMember":{"foreground":"#A6A6A6"},"variable.constant":{"foreground":"#A6A6A6"},"variable.defaultLibrary":{"foreground":"#A6A6A6"}},
  2. "tokenColors":[
  3. {
  4. "name":"unisonpunctuation",
  5. "scope":"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison",
  6. "settings":{
  7. "foreground":"#A6A6A6"
  8. }
  9. },
  10. {
  11. "name":"haskellvariablegeneric-type",
  12. "scope":"variable.other.generic-type.haskell",
  13. "settings":{
  14. "foreground":"#A6A6A6"
  15. }
  16. },
  17. {
  18. "name":"haskellstoragetype",
  19. "scope":"storage.type.haskell",
  20. "settings":{
  21. "foreground":"#A6A6A6"
  22. }
  23. },
  24. {
  25. "name":"support.variable.magic.python",
  26. "scope":"support.variable.magic.python",
  27. "settings":{
  28. "foreground":"#A6A6A6"
  29. }
  30. },
  31. {
  32. "name":"punctuation.separator.parameters.python",
  33. "scope":"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python",
  34. "settings":{
  35. "foreground":"#A6A6A6"
  36. }
  37. },
  38. {
  39. "name":"variable.parameter.function.language.special.self.python",
  40. "scope":"variable.parameter.function.language.special.self.python",
  41. "settings":{
  42. "foreground":"#A6A6A6"
  43. }
  44. },
  45. {
  46. "name":"storage.modifier.lifetime.rust",
  47. "scope":"storage.modifier.lifetime.rust",
  48. "settings":{
  49. "foreground":"#A6A6A6"
  50. }
  51. },
  52. {
  53. "name":"support.function.std.rust",
  54. "scope":"support.function.std.rust",
  55. "settings":{
  56. "foreground":"#A6A6A6"
  57. }
  58. },
  59. {
  60. "name":"entity.name.lifetime.rust",
  61. "scope":"entity.name.lifetime.rust",
  62. "settings":{
  63. "foreground":"#A6A6A6"
  64. }
  65. },
  66. {
  67. "name":"variable.language.rust",
  68. "scope":"variable.language.rust",
  69. "settings":{
  70. "foreground":"#A6A6A6"
  71. }
  72. },
  73. {
  74. "name":"support.constant.edge",
  75. "scope":"support.constant.edge",
  76. "settings":{
  77. "foreground":"#A6A6A6"
  78. }
  79. },
  80. {
  81. "name":"regexpconstantcharacter-class",
  82. "scope":"constant.other.character-class.regexp",
  83. "settings":{
  84. "foreground":"#A6A6A6"
  85. }
  86. },
  87. {
  88. "name":"regexpoperator.quantifier",
  89. "scope":"keyword.operator.quantifier.regexp",
  90. "settings":{
  91. "foreground":"#A6A6A6"
  92. }
  93. },
  94. {
  95. "name":"punctuation.definition",
  96. "scope":"punctuation.definition.string.begin,punctuation.definition.string.end",
  97. "settings":{
  98. "foreground":"#A6A6A6"
  99. }
  100. },
  101. {
  102. "name":"Text",
  103. "scope":"variable.parameter.function",
  104. "settings":{
  105. "foreground":"#A6A6A6"
  106. }
  107. },
  108. {
  109. "name":"CommentMarkupLink",
  110. "scope":"commentmarkup.link",
  111. "settings":{
  112. "foreground":"#A6A6A6"
  113. }
  114. },
  115. {
  116. "name":"markupdiff",
  117. "scope":"markup.changed.diff",
  118. "settings":{
  119. "foreground":"#A6A6A6"
  120. }
  121. },
  122. {
  123. "name":"diff",
  124. "scope":"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff",
  125. "settings":{
  126. "foreground":"#A6A6A6"
  127. }
  128. },
  129. {
  130. "name":"inserted.diff",
  131. "scope":"markup.inserted.diff",
  132. "settings":{
  133. "foreground":"#A6A6A6"
  134. }
  135. },
  136. {
  137. "name":"deleted.diff",
  138. "scope":"markup.deleted.diff",
  139. "settings":{
  140. "foreground":"#A6A6A6"
  141. }
  142. },
  143. {
  144. "name":"c++function",
  145. "scope":"meta.function.c,meta.function.cpp",
  146. "settings":{
  147. "foreground":"#A6A6A6"
  148. }
  149. },
  150. {
  151. "name":"c++block",
  152. "scope":"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c",
  153. "settings":{
  154. "foreground":"#A6A6A6"
  155. }
  156. },
  157. {
  158. "name":"js/tspunctuationseparatorkey-value",
  159. "scope":"punctuation.separator.key-value",
  160. "settings":{
  161. "foreground":"#A6A6A6"
  162. }
  163. },
  164. {
  165. "name":"js/tsimportkeyword",
  166. "scope":"keyword.operator.expression.import",
  167. "settings":{
  168. "foreground":"#A6A6A6"
  169. }
  170. },
  171. {
  172. "name":"mathjs/ts",
  173. "scope":"support.constant.math",
  174. "settings":{
  175. "foreground":"#A6A6A6"
  176. }
  177. },
  178. {
  179. "name":"mathpropertyjs/ts",
  180. "scope":"support.constant.property.math",
  181. "settings":{
  182. "foreground":"#A6A6A6"
  183. }
  184. },
  185. {
  186. "name":"js/tsvariable.other.constant",
  187. "scope":"variable.other.constant",
  188. "settings":{
  189. "foreground":"#A6A6A6"
  190. }
  191. },
  192. {
  193. "name":"javatype",
  194. "scope":[
  195. "storage.type.annotation.java",
  196. "storage.type.object.array.java"
  197. ],
  198. "settings":{
  199. "foreground":"#A6A6A6"
  200. }
  201. },
  202. {
  203. "name":"javasource",
  204. "scope":"source.java",
  205. "settings":{
  206. "foreground":"#A6A6A6"
  207. }
  208. },
  209. {
  210. "name":"javamodifier.import",
  211. "scope":"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java",
  212. "settings":{
  213. "foreground":"#A6A6A6"
  214. }
  215. },
  216. {
  217. "name":"javamodifier.import",
  218. "scope":"meta.method.java",
  219. "settings":{
  220. "foreground":"#A6A6A6"
  221. }
  222. },
  223. {
  224. "name":"javamodifier.import",
  225. "scope":"storage.modifier.import.java,storage.type.java,storage.type.generic.java",
  226. "settings":{
  227. "foreground":"#A6A6A6"
  228. }
  229. },
  230. {
  231. "name":"javainstanceof",
  232. "scope":"keyword.operator.instanceof.java",
  233. "settings":{
  234. "foreground":"#A6A6A6"
  235. }
  236. },
  237. {
  238. "name":"javavariable.name",
  239. "scope":"meta.definition.variable.name.java",
  240. "settings":{
  241. "foreground":"#A6A6A6"
  242. }
  243. },
  244. {
  245. "name":"operatorlogical",
  246. "scope":"keyword.operator.logical",
  247. "settings":{
  248. "foreground":"#A6A6A6"
  249. }
  250. },
  251. {
  252. "name":"operatorbitwise",
  253. "scope":"keyword.operator.bitwise",
  254. "settings":{
  255. "foreground":"#A6A6A6"
  256. }
  257. },
  258. {
  259. "name":"operatorchannel",
  260. "scope":"keyword.operator.channel",
  261. "settings":{
  262. "foreground":"#A6A6A6"
  263. }
  264. },
  265. {
  266. "name":"support.constant.property-value.scss",
  267. "scope":"support.constant.property-value.scss,support.constant.property-value.css",
  268. "settings":{
  269. "foreground":"#A6A6A6"
  270. }
  271. },
  272. {
  273. "name":"CSS/SCSS/LESSOperators",
  274. "scope":"keyword.operator.css,keyword.operator.scss,keyword.operator.less",
  275. "settings":{
  276. "foreground":"#A6A6A6"
  277. }
  278. },
  279. {
  280. "name":"csscolorstandardname",
  281. "scope":"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss",
  282. "settings":{
  283. "foreground":"#A6A6A6"
  284. }
  285. },
  286. {
  287. "name":"csscomma",
  288. "scope":"punctuation.separator.list.comma.css",
  289. "settings":{
  290. "foreground":"#A6A6A6"
  291. }
  292. },
  293. {
  294. "name":"cssattribute-name.id",
  295. "scope":"support.constant.color.w3c-standard-color-name.css",
  296. "settings":{
  297. "foreground":"#A6A6A6"
  298. }
  299. },
  300. {
  301. "name":"cssproperty-name",
  302. "scope":"support.type.vendored.property-name.css",
  303. "settings":{
  304. "foreground":"#A6A6A6"
  305. }
  306. },
  307. {
  308. "name":"js/tsmodule",
  309. "scope":"support.module.node,support.type.object.module,support.module.node",
  310. "settings":{
  311. "foreground":"#A6A6A6"
  312. }
  313. },
  314. {
  315. "name":"entity.name.type.module",
  316. "scope":"entity.name.type.module",
  317. "settings":{
  318. "foreground":"#A6A6A6"
  319. }
  320. },
  321. {
  322. "name":"jsvariablereadwrite",
  323. "scope":"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node",
  324. "settings":{
  325. "foreground":"#A6A6A6"
  326. }
  327. },
  328. {
  329. "name":"js/tsjson",
  330. "scope":"support.constant.json",
  331. "settings":{
  332. "foreground":"#A6A6A6"
  333. }
  334. },
  335. {
  336. "name":"js/tsKeyword",
  337. "scope":[
  338. "keyword.operator.expression.instanceof",
  339. "keyword.operator.new",
  340. "keyword.operator.ternary",
  341. "keyword.operator.optional",
  342. "keyword.operator.expression.keyof"
  343. ],
  344. "settings":{
  345. "foreground":"#A6A6A6"
  346. }
  347. },
  348. {
  349. "name":"js/tsconsole",
  350. "scope":"support.type.object.console",
  351. "settings":{
  352. "foreground":"#A6A6A6"
  353. }
  354. },
  355. {
  356. "name":"js/tssupport.variable.property.process",
  357. "scope":"support.variable.property.process",
  358. "settings":{
  359. "foreground":"#A6A6A6"
  360. }
  361. },
  362. {
  363. "name":"jsconsolefunction",
  364. "scope":"entity.name.function,support.function.console",
  365. "settings":{
  366. "foreground":"#A6A6A6"
  367. }
  368. },
  369. {
  370. "name":"keyword.operator.misc.rust",
  371. "scope":"keyword.operator.misc.rust",
  372. "settings":{
  373. "foreground":"#A6A6A6"
  374. }
  375. },
  376. {
  377. "name":"keyword.operator.sigil.rust",
  378. "scope":"keyword.operator.sigil.rust",
  379. "settings":{
  380. "foreground":"#A6A6A6"
  381. }
  382. },
  383. {
  384. "name":"operator",
  385. "scope":"keyword.operator.delete",
  386. "settings":{
  387. "foreground":"#A6A6A6"
  388. }
  389. },
  390. {
  391. "name":"jsdom",
  392. "scope":"support.type.object.dom",
  393. "settings":{
  394. "foreground":"#A6A6A6"
  395. }
  396. },
  397. {
  398. "name":"jsdomvariable",
  399. "scope":"support.variable.dom,support.variable.property.dom",
  400. "settings":{
  401. "foreground":"#A6A6A6"
  402. }
  403. },
  404. {
  405. "name":"keyword.operator",
  406. "scope":"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational",
  407. "settings":{
  408. "foreground":"#A6A6A6"
  409. }
  410. },
  411. {
  412. "name":"Coperatorassignment",
  413. "scope":"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp",
  414. "settings":{
  415. "foreground":"#A6A6A6"
  416. }
  417. },
  418. {
  419. "name":"Punctuation",
  420. "scope":"punctuation.separator.delimiter",
  421. "settings":{
  422. "foreground":"#A6A6A6"
  423. }
  424. },
  425. {
  426. "name":"Otherpunctuation.c",
  427. "scope":"punctuation.separator.c,punctuation.separator.cpp",
  428. "settings":{
  429. "foreground":"#A6A6A6"
  430. }
  431. },
  432. {
  433. "name":"Ctypeposix-reserved",
  434. "scope":"support.type.posix-reserved.c,support.type.posix-reserved.cpp",
  435. "settings":{
  436. "foreground":"#A6A6A6"
  437. }
  438. },
  439. {
  440. "name":"keyword.operator.sizeof.c",
  441. "scope":"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp",
  442. "settings":{
  443. "foreground":"#A6A6A6"
  444. }
  445. },
  446. {
  447. "name":"pythonparameter",
  448. "scope":"variable.parameter.function.language.python",
  449. "settings":{
  450. "foreground":"#A6A6A6"
  451. }
  452. },
  453. {
  454. "name":"pythontype",
  455. "scope":"support.type.python",
  456. "settings":{
  457. "foreground":"#A6A6A6"
  458. }
  459. },
  460. {
  461. "name":"pythonlogical",
  462. "scope":"keyword.operator.logical.python",
  463. "settings":{
  464. "foreground":"#A6A6A6"
  465. }
  466. },
  467. {
  468. "name":"pyCs",
  469. "scope":"variable.parameter.function.python",
  470. "settings":{
  471. "foreground":"#A6A6A6"
  472. }
  473. },
  474. {
  475. "name":"pythonblock",
  476. "scope":"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python",
  477. "settings":{
  478. "foreground":"#A6A6A6"
  479. }
  480. },
  481. {
  482. "name":"pythonfunction-call.generic",
  483. "scope":"meta.function-call.generic.python",
  484. "settings":{
  485. "foreground":"#A6A6A6"
  486. }
  487. },
  488. {
  489. "name":"pythonplaceholderresettonormalstring",
  490. "scope":"constant.character.format.placeholder.other.python",
  491. "settings":{
  492. "foreground":"#A6A6A6"
  493. }
  494. },
  495. {
  496. "name":"Operators",
  497. "scope":"keyword.operator",
  498. "settings":{
  499. "foreground":"#A6A6A6"
  500. }
  501. },
  502. {
  503. "name":"CompoundAssignmentOperators",
  504. "scope":"keyword.operator.assignment.compound",
  505. "settings":{
  506. "foreground":"#A6A6A6"
  507. }
  508. },
  509. {
  510. "name":"CompoundAssignmentOperatorsjs/ts",
  511. "scope":"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts",
  512. "settings":{
  513. "foreground":"#A6A6A6"
  514. }
  515. },
  516. {
  517. "name":"Keywords",
  518. "scope":"keyword",
  519. "settings":{
  520. "foreground":"#A6A6A6"
  521. }
  522. },
  523. {
  524. "name":"Namespaces",
  525. "scope":"entity.name.namespace",
  526. "settings":{
  527. "foreground":"#A6A6A6"
  528. }
  529. },
  530. {
  531. "name":"Variables",
  532. "scope":"variable",
  533. "settings":{
  534. "foreground":"#A6A6A6"
  535. }
  536. },
  537. {
  538. "name":"Variables",
  539. "scope":"variable.c",
  540. "settings":{
  541. "foreground":"#A6A6A6"
  542. }
  543. },
  544. {
  545. "name":"Languagevariables",
  546. "scope":"variable.language",
  547. "settings":{
  548. "foreground":"#A6A6A6"
  549. }
  550. },
  551. {
  552. "name":"JavaVariables",
  553. "scope":"token.variable.parameter.java",
  554. "settings":{
  555. "foreground":"#A6A6A6"
  556. }
  557. },
  558. {
  559. "name":"JavaImports",
  560. "scope":"import.storage.java",
  561. "settings":{
  562. "foreground":"#A6A6A6"
  563. }
  564. },
  565. {
  566. "name":"Packages",
  567. "scope":"token.package.keyword",
  568. "settings":{
  569. "foreground":"#A6A6A6"
  570. }
  571. },
  572. {
  573. "name":"Packages",
  574. "scope":"token.package",
  575. "settings":{
  576. "foreground":"#A6A6A6"
  577. }
  578. },
  579. {
  580. "name":"Functions",
  581. "scope":[
  582. "entity.name.function",
  583. "meta.require",
  584. "support.function.any-method",
  585. "variable.function"
  586. ],
  587. "settings":{
  588. "foreground":"#A6A6A6"
  589. }
  590. },
  591. {
  592. "name":"Classes",
  593. "scope":"entity.name.type.namespace",
  594. "settings":{
  595. "foreground":"#A6A6A6"
  596. }
  597. },
  598. {
  599. "name":"Classes",
  600. "scope":"support.class,entity.name.type.class",
  601. "settings":{
  602. "foreground":"#A6A6A6"
  603. }
  604. },
  605. {
  606. "name":"Classname",
  607. "scope":"entity.name.class.identifier.namespace.type",
  608. "settings":{
  609. "foreground":"#A6A6A6"
  610. }
  611. },
  612. {
  613. "name":"Classname",
  614. "scope":[
  615. "entity.name.class",
  616. "variable.other.class.js",
  617. "variable.other.class.ts"
  618. ],
  619. "settings":{
  620. "foreground":"#A6A6A6"
  621. }
  622. },
  623. {
  624. "name":"Classnamephp",
  625. "scope":"variable.other.class.php",
  626. "settings":{
  627. "foreground":"#A6A6A6"
  628. }
  629. },
  630. {
  631. "name":"TypeName",
  632. "scope":"entity.name.type",
  633. "settings":{
  634. "foreground":"#A6A6A6"
  635. }
  636. },
  637. {
  638. "name":"KeywordControl",
  639. "scope":"keyword.control",
  640. "settings":{
  641. "foreground":"#A6A6A6"
  642. }
  643. },
  644. {
  645. "name":"ControlElements",
  646. "scope":"control.elements,keyword.operator.less",
  647. "settings":{
  648. "foreground":"#A6A6A6"
  649. }
  650. },
  651. {
  652. "name":"Methods",
  653. "scope":"keyword.other.special-method",
  654. "settings":{
  655. "foreground":"#A6A6A6"
  656. }
  657. },
  658. {
  659. "name":"Storage",
  660. "scope":"storage",
  661. "settings":{
  662. "foreground":"#A6A6A6"
  663. }
  664. },
  665. {
  666. "name":"StorageJSTS",
  667. "scope":"token.storage",
  668. "settings":{
  669. "foreground":"#A6A6A6"
  670. }
  671. },
  672. {
  673. "name":"SourceJsKeywordOperatorDelete,sourceJsKeywordOperatorIn,sourceJsKeywordOperatorOf,sourceJsKeywordOperatorInstanceof,sourceJsKeywordOperatorNew,sourceJsKeywordOperatorTypeof,sourceJsKeywordOperatorVoid",
  674. "scope":"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void",
  675. "settings":{
  676. "foreground":"#A6A6A6"
  677. }
  678. },
  679. {
  680. "name":"JavaStorage",
  681. "scope":"token.storage.type.java",
  682. "settings":{
  683. "foreground":"#A6A6A6"
  684. }
  685. },
  686. {
  687. "name":"Support",
  688. "scope":"support.function",
  689. "settings":{
  690. "foreground":"#A6A6A6"
  691. }
  692. },
  693. {
  694. "name":"Supporttype",
  695. "scope":"support.type.property-name",
  696. "settings":{
  697. "foreground":"#A6A6A6"
  698. }
  699. },
  700. {
  701. "name":"Supporttype",
  702. "scope":"support.constant.property-value",
  703. "settings":{
  704. "foreground":"#A6A6A6"
  705. }
  706. },
  707. {
  708. "name":"Supporttype",
  709. "scope":"support.constant.font-name",
  710. "settings":{
  711. "foreground":"#A6A6A6"
  712. }
  713. },
  714. {
  715. "name":"Metatag",
  716. "scope":"meta.tag",
  717. "settings":{
  718. "foreground":"#A6A6A6"
  719. }
  720. },
  721. {
  722. "name":"Strings",
  723. "scope":"string",
  724. "settings":{
  725. "foreground":"#A6A6A6"
  726. }
  727. },
  728. {
  729. "name":"InheritedClass",
  730. "scope":"entity.other.inherited-class",
  731. "settings":{
  732. "foreground":"#A6A6A6"
  733. }
  734. },
  735. {
  736. "name":"Constantothersymbol",
  737. "scope":"constant.other.symbol",
  738. "settings":{
  739. "foreground":"#A6A6A6"
  740. }
  741. },
  742. {
  743. "name":"Integers",
  744. "scope":"constant.numeric",
  745. "settings":{
  746. "foreground":"#A6A6A6"
  747. }
  748. },
  749. {
  750. "name":"Constants",
  751. "scope":"constant",
  752. "settings":{
  753. "foreground":"#A6A6A6"
  754. }
  755. },
  756. {
  757. "name":"Constants",
  758. "scope":"punctuation.definition.constant",
  759. "settings":{
  760. "foreground":"#A6A6A6"
  761. }
  762. },
  763. {
  764. "name":"Tags",
  765. "scope":"entity.name.tag",
  766. "settings":{
  767. "foreground":"#A6A6A6"
  768. }
  769. },
  770. {
  771. "name":"Attributes",
  772. "scope":"entity.other.attribute-name",
  773. "settings":{
  774. "foreground":"#A6A6A6"
  775. }
  776. },
  777. {
  778. "name":"AttributeIDs",
  779. "scope":"entity.other.attribute-name.id",
  780. "settings":{
  781. "foreground":"#A6A6A6"
  782. }
  783. },
  784. {
  785. "name":"Attributeclass",
  786. "scope":"entity.other.attribute-name.class.css",
  787. "settings":{
  788. "foreground":"#A6A6A6"
  789. }
  790. },
  791. {
  792. "name":"Selector",
  793. "scope":"meta.selector",
  794. "settings":{
  795. "foreground":"#A6A6A6"
  796. }
  797. },
  798. {
  799. "name":"Headings",
  800. "scope":"markup.heading",
  801. "settings":{
  802. "foreground":"#A6A6A6"
  803. }
  804. },
  805. {
  806. "name":"Headings",
  807. "scope":"markup.headingpunctuation.definition.heading,entity.name.section",
  808. "settings":{
  809. "foreground":"#A6A6A6"
  810. }
  811. },
  812. {
  813. "name":"Units",
  814. "scope":"keyword.other.unit",
  815. "settings":{
  816. "foreground":"#A6A6A6"
  817. }
  818. },
  819. {
  820. "name":"Bold",
  821. "scope":"markup.bold,todo.bold",
  822. "settings":{
  823. "foreground":"#A6A6A6"
  824. }
  825. },
  826. {
  827. "name":"Bold",
  828. "scope":"punctuation.definition.bold",
  829. "settings":{
  830. "foreground":"#A6A6A6"
  831. }
  832. },
  833. {
  834. "name":"markupItalic",
  835. "scope":"markup.italic,punctuation.definition.italic,todo.emphasis",
  836. "settings":{
  837. "foreground":"#A6A6A6"
  838. }
  839. },
  840. {
  841. "name":"emphasismd",
  842. "scope":"emphasismd",
  843. "settings":{
  844. "foreground":"#A6A6A6"
  845. }
  846. },
  847. {
  848. "name":"[VSCODE-CUSTOM]Markdownheadings",
  849. "scope":"entity.name.section.markdown",
  850. "settings":{
  851. "foreground":"#A6A6A6"
  852. }
  853. },
  854. {
  855. "name":"[VSCODE-CUSTOM]MarkdownheadingPunctuationDefinition",
  856. "scope":"punctuation.definition.heading.markdown",
  857. "settings":{
  858. "foreground":"#A6A6A6"
  859. }
  860. },
  861. {
  862. "name":"punctuation.definition.list.begin.markdown",
  863. "scope":"punctuation.definition.list.begin.markdown",
  864. "settings":{
  865. "foreground":"#A6A6A6"
  866. }
  867. },
  868. {
  869. "name":"[VSCODE-CUSTOM]Markdownheadingsetext",
  870. "scope":"markup.heading.setext",
  871. "settings":{
  872. "foreground":"#A6A6A6"
  873. }
  874. },
  875. {
  876. "name":"[VSCODE-CUSTOM]MarkdownPunctuationDefinitionBold",
  877. "scope":"punctuation.definition.bold.markdown",
  878. "settings":{
  879. "foreground":"#A6A6A6"
  880. }
  881. },
  882. {
  883. "name":"[VSCODE-CUSTOM]MarkdownInlineRaw",
  884. "scope":"markup.inline.raw.markdown",
  885. "settings":{
  886. "foreground":"#A6A6A6"
  887. }
  888. },
  889. {
  890. "name":"[VSCODE-CUSTOM]MarkdownInlineRaw",
  891. "scope":"markup.inline.raw.string.markdown",
  892. "settings":{
  893. "foreground":"#A6A6A6"
  894. }
  895. },
  896. {
  897. "name":"[VSCODE-CUSTOM]MarkdownListPunctuationDefinition",
  898. "scope":"punctuation.definition.list.markdown",
  899. "settings":{
  900. "foreground":"#A6A6A6"
  901. }
  902. },
  903. {
  904. "name":"[VSCODE-CUSTOM]MarkdownPunctuationDefinitionString",
  905. "scope":[
  906. "punctuation.definition.string.begin.markdown",
  907. "punctuation.definition.string.end.markdown",
  908. "punctuation.definition.metadata.markdown"
  909. ],
  910. "settings":{
  911. "foreground":"#A6A6A6"
  912. }
  913. },
  914. {
  915. "name":"beginning.punctuation.definition.list.markdown",
  916. "scope":[
  917. "beginning.punctuation.definition.list.markdown"
  918. ],
  919. "settings":{
  920. "foreground":"#A6A6A6"
  921. }
  922. },
  923. {
  924. "name":"[VSCODE-CUSTOM]MarkdownPunctuationDefinitionLink",
  925. "scope":"punctuation.definition.metadata.markdown",
  926. "settings":{
  927. "foreground":"#A6A6A6"
  928. }
  929. },
  930. {
  931. "name":"[VSCODE-CUSTOM]MarkdownUnderlineLink/Image",
  932. "scope":"markup.underline.link.markdown,markup.underline.link.image.markdown",
  933. "settings":{
  934. "foreground":"#A6A6A6"
  935. }
  936. },
  937. {
  938. "name":"[VSCODE-CUSTOM]MarkdownLinkTitle/Description",
  939. "scope":"string.other.link.title.markdown,string.other.link.description.markdown",
  940. "settings":{
  941. "foreground":"#A6A6A6"
  942. }
  943. },
  944. {
  945. "name":"RegularExpressions",
  946. "scope":"string.regexp",
  947. "settings":{
  948. "foreground":"#A6A6A6"
  949. }
  950. },
  951. {
  952. "name":"EscapeCharacters",
  953. "scope":"constant.character.escape",
  954. "settings":{
  955. "foreground":"#A6A6A6"
  956. }
  957. },
  958. {
  959. "name":"Embedded",
  960. "scope":"punctuation.section.embedded,variable.interpolation",
  961. "settings":{
  962. "foreground":"#A6A6A6"
  963. }
  964. },
  965. {
  966. "name":"Embedded",
  967. "scope":"punctuation.section.embedded.begin,punctuation.section.embedded.end",
  968. "settings":{
  969. "foreground":"#A6A6A6"
  970. }
  971. },
  972. {
  973. "name":"illegal",
  974. "scope":"invalid.illegal",
  975. "settings":{
  976. "foreground":"#A6A6A6"
  977. }
  978. },
  979. {
  980. "name":"illegal",
  981. "scope":"invalid.illegal.bad-ampersand.html",
  982. "settings":{
  983. "foreground":"#A6A6A6"
  984. }
  985. },
  986. {
  987. "name":"Broken",
  988. "scope":"invalid.broken",
  989. "settings":{
  990. "foreground":"#A6A6A6"
  991. }
  992. },
  993. {
  994. "name":"Deprecated",
  995. "scope":"invalid.deprecated",
  996. "settings":{
  997. "foreground":"#A6A6A6"
  998. }
  999. },
  1000. {
  1001. "name":"Unimplemented",
  1002. "scope":"invalid.unimplemented",
  1003. "settings":{
  1004. "foreground":"#A6A6A6"
  1005. }
  1006. },
  1007. {
  1008. "name":"SourceJsonMetaStructureDictionaryJson>StringQuotedJson",
  1009. "scope":"source.jsonmeta.structure.dictionary.json>string.quoted.json",
  1010. "settings":{
  1011. "foreground":"#A6A6A6"
  1012. }
  1013. },
  1014. {
  1015. "name":"SourceJsonMetaStructureDictionaryJson>StringQuotedJson>PunctuationString",
  1016. "scope":"source.jsonmeta.structure.dictionary.json>string.quoted.json>punctuation.string",
  1017. "settings":{
  1018. "foreground":"#A6A6A6"
  1019. }
  1020. },
  1021. {
  1022. "name":"SourceJsonMetaStructureDictionaryJson>ValueJson>StringQuotedJson,sourceJsonMetaStructureArrayJson>ValueJson>StringQuotedJson,sourceJsonMetaStructureDictionaryJson>ValueJson>StringQuotedJson>Punctuation,sourceJsonMetaStructureArrayJson>ValueJson>StringQuotedJson>Punctuation",
  1023. "scope":"source.jsonmeta.structure.dictionary.json>value.json>string.quoted.json,source.jsonmeta.structure.array.json>value.json>string.quoted.json,source.jsonmeta.structure.dictionary.json>value.json>string.quoted.json>punctuation,source.jsonmeta.structure.array.json>value.json>string.quoted.json>punctuation",
  1024. "settings":{
  1025. "foreground":"#A6A6A6"
  1026. }
  1027. },
  1028. {
  1029. "name":"SourceJsonMetaStructureDictionaryJson>ConstantLanguageJson,sourceJsonMetaStructureArrayJson>ConstantLanguageJson",
  1030. "scope":"source.jsonmeta.structure.dictionary.json>constant.language.json,source.jsonmeta.structure.array.json>constant.language.json",
  1031. "settings":{
  1032. "foreground":"#A6A6A6"
  1033. }
  1034. },
  1035. {
  1036. "name":"[VSCODE-CUSTOM]JSONPropertyName",
  1037. "scope":"support.type.property-name.json",
  1038. "settings":{
  1039. "foreground":"#A6A6A6"
  1040. }
  1041. },
  1042. {
  1043. "name":"[VSCODE-CUSTOM]JSONPunctuationforPropertyName",
  1044. "scope":"support.type.property-name.jsonpunctuation",
  1045. "settings":{
  1046. "foreground":"#A6A6A6"
  1047. }
  1048. },
  1049. {
  1050. "name":"laravelbladetag",
  1051. "scope":"text.html.laravel-bladesource.php.embedded.line.htmlentity.name.tag.laravel-blade",
  1052. "settings":{
  1053. "foreground":"#A6A6A6"
  1054. }
  1055. },
  1056. {
  1057. "name":"laravelblade@",
  1058. "scope":"text.html.laravel-bladesource.php.embedded.line.htmlsupport.constant.laravel-blade",
  1059. "settings":{
  1060. "foreground":"#A6A6A6"
  1061. }
  1062. },
  1063. {
  1064. "name":"usestatementforotherclasses",
  1065. "scope":"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php",
  1066. "settings":{
  1067. "foreground":"#A6A6A6"
  1068. }
  1069. },
  1070. {
  1071. "name":"errorsuppression",
  1072. "scope":"keyword.operator.error-control.php",
  1073. "settings":{
  1074. "foreground":"#A6A6A6"
  1075. }
  1076. },
  1077. {
  1078. "name":"phpinstanceof",
  1079. "scope":"keyword.operator.type.php",
  1080. "settings":{
  1081. "foreground":"#A6A6A6"
  1082. }
  1083. },
  1084. {
  1085. "name":"styledoublequotedarrayindexnormalbegin",
  1086. "scope":"punctuation.section.array.begin.php",
  1087. "settings":{
  1088. "foreground":"#A6A6A6"
  1089. }
  1090. },
  1091. {
  1092. "name":"styledoublequotedarrayindexnormalend",
  1093. "scope":"punctuation.section.array.end.php",
  1094. "settings":{
  1095. "foreground":"#A6A6A6"
  1096. }
  1097. },
  1098. {
  1099. "name":"phpillegal.non-null-typehinted",
  1100. "scope":"invalid.illegal.non-null-typehinted.php",
  1101. "settings":{
  1102. "foreground":"#A6A6A6"
  1103. }
  1104. },
  1105. {
  1106. "name":"phptypes",
  1107. "scope":"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php",
  1108. "settings":{
  1109. "foreground":"#A6A6A6"
  1110. }
  1111. },
  1112. {
  1113. "name":"phpcall-function",
  1114. "scope":"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php",
  1115. "settings":{
  1116. "foreground":"#A6A6A6"
  1117. }
  1118. },
  1119. {
  1120. "name":"phpfunction-resets",
  1121. "scope":"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php",
  1122. "settings":{
  1123. "foreground":"#A6A6A6"
  1124. }
  1125. },
  1126. {
  1127. "name":"supportphpconstants",
  1128. "scope":"support.constant.core.rust",
  1129. "settings":{
  1130. "foreground":"#A6A6A6"
  1131. }
  1132. },
  1133. {
  1134. "name":"supportphpconstants",
  1135. "scope":"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php",
  1136. "settings":{
  1137. "foreground":"#A6A6A6"
  1138. }
  1139. },
  1140. {
  1141. "name":"phpgoto",
  1142. "scope":"entity.name.goto-label.php,support.other.php",
  1143. "settings":{
  1144. "foreground":"#A6A6A6"
  1145. }
  1146. },
  1147. {
  1148. "name":"phplogical/bitwiseoperator",
  1149. "scope":"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php",
  1150. "settings":{
  1151. "foreground":"#A6A6A6"
  1152. }
  1153. },
  1154. {
  1155. "name":"phpregexpoperator",
  1156. "scope":"keyword.operator.regexp.php",
  1157. "settings":{
  1158. "foreground":"#A6A6A6"
  1159. }
  1160. },
  1161. {
  1162. "name":"phpcomparison",
  1163. "scope":"keyword.operator.comparison.php",
  1164. "settings":{
  1165. "foreground":"#A6A6A6"
  1166. }
  1167. },
  1168. {
  1169. "name":"phpheredoc/nowdoc",
  1170. "scope":"keyword.operator.heredoc.php,keyword.operator.nowdoc.php",
  1171. "settings":{
  1172. "foreground":"#A6A6A6"
  1173. }
  1174. },
  1175. {
  1176. "name":"pythonfunctiondecorator@",
  1177. "scope":"meta.function.decorator.python",
  1178. "settings":{
  1179. "foreground":"#A6A6A6"
  1180. }
  1181. },
  1182. {
  1183. "name":"pythonfunctionsupport",
  1184. "scope":"support.token.decorator.python,meta.function.decorator.identifier.python",
  1185. "settings":{
  1186. "foreground":"#A6A6A6"
  1187. }
  1188. },
  1189. {
  1190. "name":"parameterfunctionjs/ts",
  1191. "scope":"function.parameter",
  1192. "settings":{
  1193. "foreground":"#A6A6A6"
  1194. }
  1195. },
  1196. {
  1197. "name":"bracefunction",
  1198. "scope":"function.brace",
  1199. "settings":{
  1200. "foreground":"#A6A6A6"
  1201. }
  1202. },
  1203. {
  1204. "name":"parameterfunctionrubycs",
  1205. "scope":"function.parameter.ruby,function.parameter.cs",
  1206. "settings":{
  1207. "foreground":"#A6A6A6"
  1208. }
  1209. },
  1210. {
  1211. "name":"constant.language.symbol.ruby",
  1212. "scope":"constant.language.symbol.ruby",
  1213. "settings":{
  1214. "foreground":"#A6A6A6"
  1215. }
  1216. },
  1217. {
  1218. "name":"rgb-value",
  1219. "scope":"rgb-value",
  1220. "settings":{
  1221. "foreground":"#A6A6A6"
  1222. }
  1223. },
  1224. {
  1225. "name":"rgbvalue",
  1226. "scope":"inline-color-decorationrgb-value",
  1227. "settings":{
  1228. "foreground":"#A6A6A6"
  1229. }
  1230. },
  1231. {
  1232. "name":"rgbvalueless",
  1233. "scope":"lessrgb-value",
  1234. "settings":{
  1235. "foreground":"#A6A6A6"
  1236. }
  1237. },
  1238. {
  1239. "name":"sassselector",
  1240. "scope":"selector.sass",
  1241. "settings":{
  1242. "foreground":"#A6A6A6"
  1243. }
  1244. },
  1245. {
  1246. "name":"tsprimitive/builtintypes",
  1247. "scope":"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx",
  1248. "settings":{
  1249. "foreground":"#A6A6A6"
  1250. }
  1251. },
  1252. {
  1253. "name":"blockscope",
  1254. "scope":"block.scope.end,block.scope.begin",
  1255. "settings":{
  1256. "foreground":"#A6A6A6"
  1257. }
  1258. },
  1259. {
  1260. "name":"csstoragetype",
  1261. "scope":"storage.type.cs",
  1262. "settings":{
  1263. "foreground":"#A6A6A6"
  1264. }
  1265. },
  1266. {
  1267. "name":"cslocalvariable",
  1268. "scope":"entity.name.variable.local.cs",
  1269. "settings":{
  1270. "foreground":"#A6A6A6"
  1271. }
  1272. },
  1273. {
  1274. "scope":"token.info-token",
  1275. "settings":{
  1276. "foreground":"#A6A6A6"
  1277. }
  1278. },
  1279. {
  1280. "scope":"token.warn-token",
  1281. "settings":{
  1282. "foreground":"#A6A6A6"
  1283. }
  1284. },
  1285. {
  1286. "scope":"token.error-token",
  1287. "settings":{
  1288. "foreground":"#A6A6A6"
  1289. }
  1290. },
  1291. {
  1292. "scope":"token.debug-token",
  1293. "settings":{
  1294. "foreground":"#A6A6A6"
  1295. }
  1296. },
  1297. {
  1298. "name":"Stringinterpolation",
  1299. "scope":[
  1300. "punctuation.definition.template-expression.begin",
  1301. "punctuation.definition.template-expression.end",
  1302. "punctuation.section.embedded"
  1303. ],
  1304. "settings":{
  1305. "foreground":"#A6A6A6"
  1306. }
  1307. },
  1308. {
  1309. "name":"ResetJavaScriptstringinterpolationexpression",
  1310. "scope":[
  1311. "meta.template.expression"
  1312. ],
  1313. "settings":{
  1314. "foreground":"#A6A6A6"
  1315. }
  1316. },
  1317. {
  1318. "name":"ImportmoduleJS",
  1319. "scope":[
  1320. "keyword.operator.module"
  1321. ],
  1322. "settings":{
  1323. "foreground":"#A6A6A6"
  1324. }
  1325. },
  1326. {
  1327. "name":"jsFlowtype",
  1328. "scope":[
  1329. "support.type.type.flowtype"
  1330. ],
  1331. "settings":{
  1332. "foreground":"#A6A6A6"
  1333. }
  1334. },
  1335. {
  1336. "name":"jsFlow",
  1337. "scope":[
  1338. "support.type.primitive"
  1339. ],
  1340. "settings":{
  1341. "foreground":"#A6A6A6"
  1342. }
  1343. },
  1344. {
  1345. "name":"jsclassprop",
  1346. "scope":[
  1347. "meta.property.object"
  1348. ],
  1349. "settings":{
  1350. "foreground":"#A6A6A6"
  1351. }
  1352. },
  1353. {
  1354. "name":"jsfuncparameter",
  1355. "scope":[
  1356. "variable.parameter.function.js"
  1357. ],
  1358. "settings":{
  1359. "foreground":"#A6A6A6"
  1360. }
  1361. },
  1362. {
  1363. "name":"jstemplateliteralsbegin",
  1364. "scope":[
  1365. "keyword.other.template.begin"
  1366. ],
  1367. "settings":{
  1368. "foreground":"#A6A6A6"
  1369. }
  1370. },
  1371. {
  1372. "name":"jstemplateliteralsend",
  1373. "scope":[
  1374. "keyword.other.template.end"
  1375. ],
  1376. "settings":{
  1377. "foreground":"#A6A6A6"
  1378. }
  1379. },
  1380. {
  1381. "name":"jstemplateliteralsvariablebracesbegin",
  1382. "scope":[
  1383. "keyword.other.substitution.begin"
  1384. ],
  1385. "settings":{
  1386. "foreground":"#A6A6A6"
  1387. }
  1388. },
  1389. {
  1390. "name":"jstemplateliteralsvariablebracesend",
  1391. "scope":[
  1392. "keyword.other.substitution.end"
  1393. ],
  1394. "settings":{
  1395. "foreground":"#A6A6A6"
  1396. }
  1397. },
  1398. {
  1399. "name":"jsoperator.assignment",
  1400. "scope":[
  1401. "keyword.operator.assignment"
  1402. ],
  1403. "settings":{
  1404. "foreground":"#A6A6A6"
  1405. }
  1406. },
  1407. {
  1408. "name":"gooperator",
  1409. "scope":[
  1410. "keyword.operator.assignment.go"
  1411. ],
  1412. "settings":{
  1413. "foreground":"#A6A6A6"
  1414. }
  1415. },
  1416. {
  1417. "name":"gooperator",
  1418. "scope":[
  1419. "keyword.operator.arithmetic.go",
  1420. "keyword.operator.address.go"
  1421. ],
  1422. "settings":{
  1423. "foreground":"#A6A6A6"
  1424. }
  1425. },
  1426. {
  1427. "name":"Gopackagename",
  1428. "scope":[
  1429. "entity.name.package.go"
  1430. ],
  1431. "settings":{
  1432. "foreground":"#A6A6A6"
  1433. }
  1434. },
  1435. {
  1436. "name":"elmprelude",
  1437. "scope":[
  1438. "support.type.prelude.elm"
  1439. ],
  1440. "settings":{
  1441. "foreground":"#A6A6A6"
  1442. }
  1443. },
  1444. {
  1445. "name":"elmconstant",
  1446. "scope":[
  1447. "support.constant.elm"
  1448. ],
  1449. "settings":{
  1450. "foreground":"#A6A6A6"
  1451. }
  1452. },
  1453. {
  1454. "name":"templateliteral",
  1455. "scope":[
  1456. "punctuation.quasi.element"
  1457. ],
  1458. "settings":{
  1459. "foreground":"#A6A6A6"
  1460. }
  1461. },
  1462. {
  1463. "name":"html/pug(jade)escapedcharactersandentities",
  1464. "scope":[
  1465. "constant.character.entity"
  1466. ],
  1467. "settings":{
  1468. "foreground":"#A6A6A6"
  1469. }
  1470. },
  1471. {
  1472. "name":"stylingcsspseudo-elements/classestobeabletodifferentiatefromclasseswhicharethesamecolour",
  1473. "scope":[
  1474. "entity.other.attribute-name.pseudo-element",
  1475. "entity.other.attribute-name.pseudo-class"
  1476. ],
  1477. "settings":{
  1478. "foreground":"#A6A6A6"
  1479. }
  1480. },
  1481. {
  1482. "name":"Clojureglobals",
  1483. "scope":[
  1484. "entity.global.clojure"
  1485. ],
  1486. "settings":{
  1487. "foreground":"#A6A6A6"
  1488. }
  1489. },
  1490. {
  1491. "name":"Clojuresymbols",
  1492. "scope":[
  1493. "meta.symbol.clojure"
  1494. ],
  1495. "settings":{
  1496. "foreground":"#A6A6A6"
  1497. }
  1498. },
  1499. {
  1500. "name":"Clojureconstants",
  1501. "scope":[
  1502. "constant.keyword.clojure"
  1503. ],
  1504. "settings":{
  1505. "foreground":"#A6A6A6"
  1506. }
  1507. },
  1508. {
  1509. "name":"CoffeeScriptFunctionArgument",
  1510. "scope":[
  1511. "meta.arguments.coffee",
  1512. "variable.parameter.function.coffee"
  1513. ],
  1514. "settings":{
  1515. "foreground":"#A6A6A6"
  1516. }
  1517. },
  1518. {
  1519. "name":"IniDefaultText",
  1520. "scope":[
  1521. "source.ini"
  1522. ],
  1523. "settings":{
  1524. "foreground":"#A6A6A6"
  1525. }
  1526. },
  1527. {
  1528. "name":"Makefileprerequisities",
  1529. "scope":[
  1530. "meta.scope.prerequisites.makefile"
  1531. ],
  1532. "settings":{
  1533. "foreground":"#A6A6A6"
  1534. }
  1535. },
  1536. {
  1537. "name":"Makefiletextcolour",
  1538. "scope":[
  1539. "source.makefile"
  1540. ],
  1541. "settings":{
  1542. "foreground":"#A6A6A6"
  1543. }
  1544. },
  1545. {
  1546. "name":"Groovyimportnames",
  1547. "scope":[
  1548. "storage.modifier.import.groovy"
  1549. ],
  1550. "settings":{
  1551. "foreground":"#A6A6A6"
  1552. }
  1553. },
  1554. {
  1555. "name":"GroovyMethods",
  1556. "scope":[
  1557. "meta.method.groovy"
  1558. ],
  1559. "settings":{
  1560. "foreground":"#A6A6A6"
  1561. }
  1562. },
  1563. {
  1564. "name":"GroovyVariables",
  1565. "scope":[
  1566. "meta.definition.variable.name.groovy"
  1567. ],
  1568. "settings":{
  1569. "foreground":"#A6A6A6"
  1570. }
  1571. },
  1572. {
  1573. "name":"GroovyInheritance",
  1574. "scope":[
  1575. "meta.definition.class.inherited.classes.groovy"
  1576. ],
  1577. "settings":{
  1578. "foreground":"#A6A6A6"
  1579. }
  1580. },
  1581. {
  1582. "name":"HLSLSemantic",
  1583. "scope":[
  1584. "support.variable.semantic.hlsl"
  1585. ],
  1586. "settings":{
  1587. "foreground":"#A6A6A6"
  1588. }
  1589. },
  1590. {
  1591. "name":"HLSLTypes",
  1592. "scope":[
  1593. "support.type.texture.hlsl",
  1594. "support.type.sampler.hlsl",
  1595. "support.type.object.hlsl",
  1596. "support.type.object.rw.hlsl",
  1597. "support.type.fx.hlsl",
  1598. "support.type.object.hlsl"
  1599. ],
  1600. "settings":{
  1601. "foreground":"#A6A6A6"
  1602. }
  1603. },
  1604. {
  1605. "name":"SQLVariables",
  1606. "scope":[
  1607. "text.variable",
  1608. "text.bracketed"
  1609. ],
  1610. "settings":{
  1611. "foreground":"#A6A6A6"
  1612. }
  1613. },
  1614. {
  1615. "name":"types",
  1616. "scope":[
  1617. "support.type.swift",
  1618. "support.type.vb.asp"
  1619. ],
  1620. "settings":{
  1621. "foreground":"#A6A6A6"
  1622. }
  1623. },
  1624. {
  1625. "name":"heading1,keyword",
  1626. "scope":[
  1627. "entity.name.function.xi"
  1628. ],
  1629. "settings":{
  1630. "foreground":"#A6A6A6"
  1631. }
  1632. },
  1633. {
  1634. "name":"heading2,callable",
  1635. "scope":[
  1636. "entity.name.class.xi"
  1637. ],
  1638. "settings":{
  1639. "foreground":"#A6A6A6"
  1640. }
  1641. },
  1642. {
  1643. "name":"heading3,property",
  1644. "scope":[
  1645. "constant.character.character-class.regexp.xi"
  1646. ],
  1647. "settings":{
  1648. "foreground":"#A6A6A6"
  1649. }
  1650. },
  1651. {
  1652. "name":"heading4,type,class,interface",
  1653. "scope":[
  1654. "constant.regexp.xi"
  1655. ],
  1656. "settings":{
  1657. "foreground":"#A6A6A6"
  1658. }
  1659. },
  1660. {
  1661. "name":"heading5,enums,preprocessor,constant,decorator",
  1662. "scope":[
  1663. "keyword.control.xi"
  1664. ],
  1665. "settings":{
  1666. "foreground":"#A6A6A6"
  1667. }
  1668. },
  1669. {
  1670. "name":"heading6,number",
  1671. "scope":[
  1672. "invalid.xi"
  1673. ],
  1674. "settings":{
  1675. "foreground":"#A6A6A6"
  1676. }
  1677. },
  1678. {
  1679. "name":"string",
  1680. "scope":[
  1681. "beginning.punctuation.definition.quote.markdown.xi"
  1682. ],
  1683. "settings":{
  1684. "foreground":"#A6A6A6"
  1685. }
  1686. },
  1687. {
  1688. "name":"comments",
  1689. "scope":[
  1690. "beginning.punctuation.definition.list.markdown.xi"
  1691. ],
  1692. "settings":{
  1693. "foreground":"#A6A6A6"
  1694. }
  1695. },
  1696. {
  1697. "name":"link",
  1698. "scope":[
  1699. "constant.character.xi"
  1700. ],
  1701. "settings":{
  1702. "foreground":"#A6A6A6"
  1703. }
  1704. },
  1705. {
  1706. "name":"accent",
  1707. "scope":[
  1708. "accent.xi"
  1709. ],
  1710. "settings":{
  1711. "foreground":"#A6A6A6"
  1712. }
  1713. },
  1714. {
  1715. "name":"wikiword",
  1716. "scope":[
  1717. "wikiword.xi"
  1718. ],
  1719. "settings":{
  1720. "foreground":"#A6A6A6"
  1721. }
  1722. },
  1723. {
  1724. "name":"languageoperatorslike'+','-'etc",
  1725. "scope":[
  1726. "constant.other.color.rgb-value.xi"
  1727. ],
  1728. "settings":{
  1729. "foreground":"#FFFFFF"
  1730. }
  1731. },
  1732. {
  1733. "name":"elementstodim",
  1734. "scope":[
  1735. "punctuation.definition.tag.xi"
  1736. ],
  1737. "settings":{
  1738. "foreground":"#A6A6A6"
  1739. }
  1740. },
  1741. {
  1742. "name":"C++/C#",
  1743. "scope":[
  1744. "entity.name.label.cs",
  1745. "entity.name.scope-resolution.function.call",
  1746. "entity.name.scope-resolution.function.definition"
  1747. ],
  1748. "settings":{
  1749. "foreground":"#A6A6A6"
  1750. }
  1751. },
  1752. {
  1753. "name":"Markdownunderscore-styleheaders",
  1754. "scope":[
  1755. "entity.name.label.cs",
  1756. "markup.heading.setext.1.markdown",
  1757. "markup.heading.setext.2.markdown"
  1758. ],
  1759. "settings":{
  1760. "foreground":"#A6A6A6"
  1761. }
  1762. },
  1763. {
  1764. "name":"meta.brace.square",
  1765. "scope":[
  1766. "meta.brace.square"
  1767. ],
  1768. "settings":{
  1769. "foreground":"#A6A6A6"
  1770. }
  1771. },
  1772. {
  1773. "name":"Comments",
  1774. "scope":"comment,punctuation.definition.comment",
  1775. "settings":{
  1776. "fontStyle":"italic",
  1777. "foreground":"#A6A6A6"
  1778. }
  1779. },
  1780. {
  1781. "name":"[VSCODE-CUSTOM]MarkdownQuote",
  1782. "scope":"markup.quote.markdown",
  1783. "settings":{
  1784. "foreground":"#A6A6A6"
  1785. }
  1786. },
  1787. {
  1788. "name":"punctuation.definition.block.sequence.item.yaml",
  1789. "scope":"punctuation.definition.block.sequence.item.yaml",
  1790. "settings":{
  1791. "foreground":"#A6A6A6"
  1792. }
  1793. },
  1794. {
  1795. "scope":[
  1796. "constant.language.symbol.elixir"
  1797. ],
  1798. "settings":{
  1799. "foreground":"#A6A6A6"
  1800. }
  1801. },
  1802. {
  1803. "name":"js/tsitalic",
  1804. "scope":"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super",
  1805. "settings":{
  1806. "fontStyle":"italic"
  1807. }
  1808. },
  1809. {
  1810. "name":"comment",
  1811. "scope":"comment.line.double-slash,comment.block.documentation",
  1812. "settings":{
  1813. "fontStyle":"italic"
  1814. }
  1815. },
  1816. {
  1817. "name":"PythonKeywordControl",
  1818. "scope":"keyword.control.import.python,keyword.control.flow.python",
  1819. "settings":{
  1820. "fontStyle":"italic"
  1821. }
  1822. },
  1823. {
  1824. "name":"markup.italic.markdown",
  1825. "scope":"markup.italic.markdown",
  1826. "settings":{
  1827. "fontStyle":"italic"
  1828. }
  1829. }
  1830. ],
  1831. "colors":{"foreground":"#A6A6A6","focusBorder":"#E7E7E7","selection.background":"#F4F4F4","scrollbar.shadow":"#FFFFFF","activityBar.foreground":"#A6A6A6","activityBar.background":"#FFFFFF","activityBar.inactiveForeground":"#A6A6A6","activityBarBadge.foreground":"#A6A6A6",
  1832. "activityBarBadge.background":"#FFFFFF00","activityBar.border":"#DADADA","activityBar.activeBackground":"#F6F6F6","sideBar.background":"#FFFFFF","sideBar.foreground":"#A0A0A0","sideBarSectionHeader.background":"#FDFDFD","sideBarSectionHeader.foreground":"#D2D2D2",
  1833. "sideBarSectionHeader.border":"#C7C7C7","sideBarTitle.foreground":"#BBBBBB","sideBar.border":"#DBDBDB","list.inactiveSelectionBackground":"#F9F9F9","list.inactiveSelectionForeground":"#ADADAD","list.hoverBackground":"#FBFBFB","list.hoverForeground":"#ADADAD",
  1834. "list.activeSelectionBackground":"#F6F6F6","list.activeSelectionForeground":"#A6A6A6","tree.indentGuidesStroke":"#CFCFCF","list.dropBackground":"#FFFFFF","list.highlightForeground":"#8A8A8A","list.focusBackground":"#FBFBFB","list.focusForeground":"#A5A5A5",
  1835. "listFilterWidget.background":"#FFFFFF","listFilterWidget.outline":"#D9D9D9","listFilterWidget.noMatchesOutline":"#E0E0E0","statusBar.foreground":"#A6A6A6","statusBarItem.prominentBackground":"#F6F6F6","statusBar.background":"#FFFFFF","statusBarItem.hoverBackground":"#F8F8F8",
  1836. "statusBar.border":"#E7E7E7","statusBar.debuggingBackground":"#FFFFFF","statusBar.debuggingForeground":"#A7A7A7","statusBar.debuggingBorder":"#D3D3D3","statusBar.noFolderBackground":"#FFFFFF","statusBar.noFolderForeground":"#929292","statusBar.noFolderBorder":"#E2E2E2",
  1837. "statusBarItem.remoteBackground":"#FFFFFF","statusBarItem.remoteForeground":"#909090","titleBar.activeBackground":"#FFFFFF","titleBar.activeForeground":"#BCBCBC","titleBar.inactiveBackground":"#FFFFFF","titleBar.inactiveForeground":"#A7A7A7","titleBar.border":"#E8E8E8",
  1838. "menubar.selectionForeground":"#8A8A8A","menubar.selectionBackground":"#F9F9F9","menubar.selectionBorder":"#E3E3E3","menu.foreground":"#949494","menu.background":"#FFFFFF","menu.selectionForeground":"#A7A7A7","menu.selectionBackground":"#F9F9F9","menu.selectionBorder":"#E6E6E6",
  1839. "menu.separatorBackground":"#BABABA","menu.border":"#EEEEEE","button.background":"#F3F3F3","button.foreground":"#A6A6A6","button.hoverBackground":"#F0F0F0","button.secondaryForeground":"#A6A6A6","button.secondaryBackground":"#F3F3F3","button.secondaryHoverBackground":"#F0F0F0",
  1840. "input.background":"#FFFFFF","input.border":"#F3F3F3","input.foreground":"#A6A6A6","inputOption.activeBackground":"#F3F3F3","inputOption.activeBorder":"#E7E7E7","inputOption.activeForeground":"#A6A6A6","input.placeholderForeground":"#C7C7C7","textLink.foreground":"#6F6F6F",
  1841. "editor.background":"#FFFFFF","editor.foreground":"#A6A6A6","editorLineNumber.foreground":"#BABABA","editorCursor.foreground":"#555555","editorCursor.background":"#828282","editor.selectionBackground":"#F6F6F6","editor.inactiveSelectionBackground":"#F9F9F9",
  1842. "editorWhitespace.foreground":"#C1C1C1","editor.selectionHighlightBackground":"#F9F9F9","editor.selectionHighlightBorder":"#B8B8B8","editor.findMatchBackground":"#00000031","editor.findMatchBorder":"#0000003F","editor.findMatchHighlightBackground":"#0000001E",
  1843. "editor.findMatchHighlightBorder":"#0000003F","editor.findRangeHighlightBackground":"#F8F8F8","editor.findRangeHighlightBorder":"#FFFFFF00","editor.rangeHighlightBackground":"#F8F8F8","editor.rangeHighlightBorder":"#DEDEDE00","editor.hoverHighlightBackground":"#F6F6F6",
  1844. "editor.wordHighlightStrongBackground":"#F5F5F5","editor.wordHighlightBackground":"#F5F5F5","editor.lineHighlightBackground":"#FFFFFF00","editor.lineHighlightBorder":"#EEEEEE","editorLineNumber.activeForeground":"#8F8F8F","editorLink.activeForeground":"#A6A6A6",
  1845. "editorIndentGuide.background1":"#D3D3D3","editorIndentGuide.activeBackground1":"#939393","editorRuler.foreground":"#D3D3D3","editorBracketMatch.background":"#F6F6F6","editorBracketMatch.border":"#C7C7C7","editor.foldBackground":"#F7F7F7","editorOverviewRuler.background":"#FFFFFF",
  1846. "editorOverviewRuler.border":"#DCDCDC","editorError.foreground":"#CBCBCB","editorError.background":"#F5F5F500","editorError.border":"#FFFFFF00","editorWarning.foreground":"#CBCBCB","editorWarning.background":"#FFFFFF00","editorWarning.border":"#FFFFFF00",
  1847. "editorInfo.foreground":"#BEBEBE","editorInfo.background":"#FFFFFF00","editorInfo.border":"#D5D5D500","editorGutter.background":"#FFFFFF","editorGutter.modifiedBackground":"#D6D6D6","editorGutter.addedBackground":"#D6D6D6","editorGutter.deletedBackground":"#D6D6D6",
  1848. "editorGutter.foldingControlForeground":"#B8B8B8","editorCodeLens.foreground":"#A6A6A6","editorGroup.border":"#E7E7E7","diffEditor.insertedTextBackground":"#CBCBCB33","diffEditor.removedTextBackground":"#9292922C","diffEditor.border":"#D7D7D7","panel.background":"#FFFFFF",
  1849. "panel.border":"#E7E7E7","panelTitle.activeBorder":"#C8C8C8","panelTitle.activeForeground":"#A6A6A6","panelTitle.inactiveForeground":"#A6A6A6","badge.background":"#F0F0F0","badge.foreground":"#909090","terminal.foreground":"#C7C7C7","terminal.selectionBackground":"#F3F3F37F",
  1850. "terminalCursor.background":"#ECECEC","terminalCursor.foreground":"#C7C7C7","terminal.border":"#E7E7E7","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#0451A5","terminal.ansiBrightBlack":"#666666","terminal.ansiBrightBlue":"#0451A5","terminal.ansiBrightCyan":"#0598BC",
  1851. "terminal.ansiBrightGreen":"#14CE14","terminal.ansiBrightMagenta":"#BC05BC","terminal.ansiBrightRed":"#CD3131","terminal.ansiBrightWhite":"#EAEAEA","terminal.ansiBrightYellow":"#B5BA00","terminal.ansiCyan":"#0598BC","terminal.ansiGreen":"#00BC00FF","terminal.ansiMagenta":"#BC05BC",
  1852. "terminal.ansiRed":"#CD3131","terminal.ansiWhite":"#CDCDCD","terminal.ansiYellow":"#949800","breadcrumb.background":"#FFFFFF","breadcrumb.foreground":"#A5A5A5","breadcrumb.focusForeground":"#5A5A5A","editorGroupHeader.tabsBackground":"#FFFFFF","editorGroupHeader.tabsBorder":"#FFFFFF",
  1853. "tab.activeForeground":"#AFAFAF","tab.border":"#E6E6E6","tab.activeBackground":"#FCFCFC","tab.activeBorder":"#E6E6E6","tab.activeBorderTop":"#E6E6E6","tab.inactiveBackground":"#FFFFFF","tab.inactiveForeground":"#AFAFAF","tab.hoverBackground":"#FBFBFB","tab.hoverForeground":"#AFAFAF",
  1854. "tab.hoverBorder":"#E6E6E6","scrollbarSlider.background":"#EEEEEE","scrollbarSlider.hoverBackground":"#E8E8E8","scrollbarSlider.activeBackground":"#E3E3E3","progressBar.background":"#A6A6A6","widget.shadow":"#00000005","editorWidget.foreground":"#A6A6A6",
  1855. "editorWidget.background":"#FFFFFF","editorWidget.resizeBorder":"#F0F0F0","pickerGroup.border":"#D9D9D9","pickerGroup.foreground":"#BCBCBC","debugToolBar.background":"#FFFFFF","debugToolBar.border":"#EEEEEE","notifications.foreground":"#9B9B9B","notifications.background":"#FFFFFF",
  1856. "notificationToast.border":"#D5D5D5","notificationsErrorIcon.foreground":"#A6A6A6","notificationsWarningIcon.foreground":"#A6A6A6","notificationsInfoIcon.foreground":"#A6A6A6","notificationCenter.border":"#D7D7D7","notificationCenterHeader.foreground":"#A3A3A3",
  1857. "notificationCenterHeader.background":"#FFFFFF","notifications.border":"#D3D3D3","gitDecoration.addedResourceForeground":"#A6A6A6","gitDecoration.conflictingResourceForeground":"#A6A6A6","gitDecoration.deletedResourceForeground":"#A6A6A6","gitDecoration.ignoredResourceForeground":"#A6A6A6",
  1858. "gitDecoration.modifiedResourceForeground":"#A6A6A6","gitDecoration.stageDeletedResourceForeground":"#A6A6A6","gitDecoration.stageModifiedResourceForeground":"#A6A6A6","gitDecoration.submoduleResourceForeground":"#A6A6A6","gitDecoration.untrackedResourceForeground":"#A6A6A6",
  1859. "editorMarkerNavigation.background":"#FFFFFF","editorMarkerNavigationError.background":"#E4E4E4","editorMarkerNavigationWarning.background":"#E4E4E4","editorMarkerNavigationInfo.background":"#E4E4E4","merge.currentHeaderBackground":"#FBFBFB","merge.currentContentBackground":"#F9F9F9",
  1860. "merge.incomingHeaderBackground":"#EEEEEE","merge.incomingContentBackground":"#F2F2F2","merge.commonHeaderBackground":"#F5F5F5","merge.commonContentBackground":"#F7F7F7","editorSuggestWidget.background":"#FFFFFF","editorSuggestWidget.border":"#E0E0E0",
  1861. "editorSuggestWidget.foreground":"#A9A9A9","editorSuggestWidget.highlightForeground":"#ADADAD","editorSuggestWidget.selectedBackground":"#F4F4F4","editorHoverWidget.foreground":"#A6A6A6","editorHoverWidget.background":"#FFFFFF","editorHoverWidget.border":"#C9C9C9",
  1862. "peekView.border":"#E0E0E0","peekViewEditor.background":"#FFFFFF","peekViewEditorGutter.background":"#FFFFFF","peekViewEditor.matchHighlightBackground":"#EAEAEADE","peekViewEditor.matchHighlightBorder":"#E2E2E2","peekViewResult.background":"#FFFFFF",
  1863. "peekViewResult.fileForeground":"#A6A6A6","peekViewResult.lineForeground":"#A6A6A6","peekViewResult.matchHighlightBackground":"#F5F5F5","peekViewResult.selectionBackground":"#F2F2F2","peekViewResult.selectionForeground":"#A6A6A6","peekViewTitle.background":"#FFFFFF",
  1864. "peekViewTitleDescription.foreground":"#A6A6A6","peekViewTitleLabel.foreground":"#A6A6A6","icon.foreground":"#A6A6A6","checkbox.background":"#FFFFFF","checkbox.foreground":"#A6A6A6","checkbox.border":"#F3F3F3","dropdown.background":"#FFFFFF","dropdown.foreground":"#A6A6A6",
  1865. "dropdown.border":"#F3F3F3","minimapGutter.addedBackground":"#D6D6D6","minimapGutter.modifiedBackground":"#D6D6D6","minimapGutter.deletedBackground":"#D6D6D6","minimap.findMatchHighlight":"#FFFFFF","minimap.selectionHighlight":"#F3F3F3","minimap.errorHighlight":"#CBCBCB",
  1866. "minimap.warningHighlight":"#CBCBCB","minimap.background":"#FFFFFF","sideBar.dropBackground":"#FFFFFF","editorGroup.emptyBackground":"#FFFFFF","panelSection.border":"#E7E7E7","statusBarItem.activeBackground":"#FFFFFFF5","settings.headerForeground":"#A6A6A6",
  1867. "settings.focusedRowBackground":"#FFFFFF07","walkThrough.embeddedEditorBackground":"#00000050","breadcrumb.activeSelectionForeground":"#4E4E4E","editorGutter.commentRangeForeground":"#B8B8B8","debugExceptionWidget.background":"#FFFFFF","debugExceptionWidget.border":"#EEEEEE",
  1868. "contrastBorder":"#F3F3F3","commandCenter.background":"#FFFFFF","commandCenter.activeBackground":"#FCFCFC","commandCenter.border":"#E9E9E9","commandCenter.activeBorder":"#E9E9E9","activityBar.activeBorder":"#E9E9E900","keybindingLabel.background":"#FFFFFF00",
  1869. "keybindingLabel.foreground":"#A6A6A6","keybindingLabel.border":"#FFFFFF00","keybindingLabel.bottomBorder":"#FFFFFF00","banner.background":"#FFFFFF","banner.iconForeground":"#AAAAAA","extensionIcon.starForeground":"#CDCDCD","extensionIcon.verifiedForeground":"#E3E3E3",
  1870. "descriptionForeground":"#A6A6A6","terminal.hoverHighlightBackground":"#FCFCFC00"}}