Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.23 KB | None | 0 0
  1. {
  2. "name": "OneDark Pro",
  3. "type": "dark",
  4. "colors": {
  5. "activityBar.background": "#2F333D",
  6. "activityBar.foreground": "#D7DAE0",
  7. "activityBarBadge.background": "#4D78CC",
  8. "activityBarBadge.foreground": "#F8FAFD",
  9. "badge.background": "#282c34",
  10. "button.background": "#404754",
  11. "debugToolBar.background": "#21252b",
  12. "dropdown.background": "#1d1f23",
  13. "diffEditor.insertedTextBackground": "#00809B33",
  14. "dropdown.border": "#181A1F",
  15. "editor.background": "#282c34",
  16. "editorError.foreground": "#c24038",
  17. "editorMarkerNavigation.background": "#21252b",
  18. "editorRuler.foreground": "#abb2bf26",
  19. "editor.lineHighlightBackground": "#383E4A",
  20. "editor.selectionBackground": "#3E4451",
  21. "editorCursor.foreground": "#f8f8f0",
  22. "editor.editor.findMatchBackground": "#42557B",
  23. "editor.findMatchHighlightBackground": "#314365",
  24. "editorGroup.background": "#181A1F",
  25. "editorGroup.border": "#181A1F",
  26. "editorGroupHeader.tabsBackground": "#21252B",
  27. "editorIndentGuide.background": "#3B4048",
  28. "editorLineNumber.foreground": "#495162",
  29. "editorWhitespace.foreground": "#3B4048",
  30. "editorHoverWidget.background": "#21252B",
  31. "editorHoverWidget.border": "#181A1F",
  32. "editorSuggestWidget.background": "#21252B",
  33. "editorSuggestWidget.border": "#181A1F",
  34. "editorSuggestWidget.selectedBackground": "#2c313a",
  35. "editorWidget.background": "#21252B",
  36. "input.background": "#1d1f23",
  37. "list.activeSelectionBackground": "#2c313a",
  38. "list.activeSelectionForeground": "#d7dae0",
  39. "list.focusBackground": "#383E4A",
  40. "list.hoverBackground": "#292d35",
  41. "list.highlightForeground": "#C5C5C5",
  42. "list.inactiveSelectionBackground": "#2c313a",
  43. "list.inactiveSelectionForeground": "#d7dae0",
  44. "notification.background": "#21252b",
  45. "peekViewEditor.matchHighlightBackground": "#29244b",
  46. "scrollbarSlider.background": "#4E566680",
  47. "scrollbarSlider.activeBackground": "#747D9180",
  48. "scrollbarSlider.hoverBackground": "#5A637580",
  49. "sideBar.background": "#21252b",
  50. "sideBarSectionHeader.background": "#282c34",
  51. "statusBar.background": "#21252B",
  52. "statusBar.foreground": "#9da5b4",
  53. "statusBarItem.hoverBackground": "#2c313a",
  54. "statusBar.noFolderBackground": "#21252B",
  55. "statusBar.debuggingBackground": "#21252B",
  56. "tab.activeBackground": "#2c313a",
  57. "tab.border": "#181A1F",
  58. "tab.inactiveBackground": "#21252B",
  59. "titleBar.activeBackground": "#282c34",
  60. "titleBar.activeForeground": "#9da5b4",
  61. "titleBar.inactiveBackground": "#282C34",
  62. "titleBar.inactiveForeground": "#6B717D"
  63. },
  64. "tokenColors": [
  65. {
  66. "name": "punctuation.definition",
  67. "scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
  68. "settings": {
  69. "foreground": "#98c378"
  70. }
  71. },
  72. {
  73. "name": "Text",
  74. "scope": "variable.parameter.function",
  75. "settings": {
  76. "foreground": "#A6B2C0"
  77. }
  78. },
  79. {
  80. "name": "Comments",
  81. "scope": "comment, punctuation.definition.comment",
  82. "settings": {
  83. "foreground": "#5c637",
  84. "fontStyle": "italic"
  85. }
  86. },
  87. {
  88. "name": "Comment",
  89. "scope": "comment",
  90. "settings": {
  91. "foreground": "#5C6370",
  92. "fontStyle": "italic"
  93. }
  94. },
  95. {
  96. "name": "Comment Markup Link",
  97. "scope": "comment markup.link",
  98. "settings": {
  99. "foreground": "#5C6370"
  100. }
  101. },
  102. {
  103. "name": "inserted.diff",
  104. "scope": "markup.inserted.diff",
  105. "settings": {
  106. "foreground": "#98c379"
  107. }
  108. },
  109. {
  110. "name": "deleted.diff",
  111. "scope": "markup.deleted.diff",
  112. "settings": {
  113. "foreground": "#e06c75"
  114. }
  115. },
  116. {
  117. "name": "c++ function",
  118. "scope": "meta.function.c",
  119. "settings": {
  120. "foreground": "#e06c75"
  121. }
  122. },
  123. {
  124. "name": "c++ control",
  125. "scope": "keyword.control.cpp",
  126. "settings": {
  127. "foreground": "#e5c07b"
  128. }
  129. },
  130. {
  131. "name": "c++ block",
  132. "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",
  133. "settings": {
  134. "foreground": "#abb2bf"
  135. }
  136. },
  137. {
  138. "name": "js/ts punctuation separator key-value",
  139. "scope": "punctuation.separator.key-value.js,punctuation.separator.key-value.ts,punctuation.separator.key-value.jsx,punctuation.separator.key-value.tsx",
  140. "settings": {
  141. "foreground": "#bbbbbb"
  142. }
  143. },
  144. {
  145. "name": "js/ts italic",
  146. "scope": "entity.other.attribute-name.js,variable.parameter.js,variable.language.super.js,entity.other.attribute-name.ts,variable.parameter.ts,variable.language.super.ts,entity.other.attribute-name.jsx,variable.parameter.jsx,variable.language.super.jsx,entity.other.attribute-name.tsx,variable.parameter.tsx,variable.language.super.tsx",
  147. "settings": {
  148. "fontStyle": "italic",
  149. "foreground": "#E06C75"
  150. }
  151. },
  152. {
  153. "name": "math js/ts",
  154. "scope": "support.constant.math.js,support.constant.property.math.js,support.constant.math.ts,support.constant.property.math.ts,support.constant.math.jsx,support.constant.property.math.jsx,support.constant.math.tsx,support.constant.property.math.tsx",
  155. "settings": {
  156. "foreground": "#e5c07b"
  157. }
  158. },
  159. {
  160. "name": "js/ts variable.other.constant",
  161. "scope": "variable.other.constant.js,variable.other.constant.ts,variable.other.constant.jsx,variable.other.constant.tsx",
  162. "settings": {
  163. "foreground": "#e5c07b"
  164. }
  165. },
  166. {
  167. "name": "java modifier.import",
  168. "scope": "storage.type.annotation.java",
  169. "settings": {
  170. "foreground": "#e5c07bff"
  171. }
  172. },
  173. {
  174. "name": "java modifier.import",
  175. "scope": "source.java",
  176. "settings": {
  177. "foreground": "#e06c75"
  178. }
  179. },
  180. {
  181. "name": "java modifier.import",
  182. "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,storage.type.generic.java",
  183. "settings": {
  184. "foreground": "#abb2bf"
  185. }
  186. },
  187. {
  188. "name": "java modifier.import",
  189. "scope": "meta.method.java",
  190. "settings": {
  191. "foreground": "#61afef"
  192. }
  193. },
  194. {
  195. "name": "java modifier.import",
  196. "scope": "storage.modifier.import.java,storage.type.java",
  197. "settings": {
  198. "foreground": "#e5c07b"
  199. }
  200. },
  201. {
  202. "name": "java variable.name",
  203. "scope": "meta.definition.variable.name.java",
  204. "settings": {
  205. "foreground": "#e06c75"
  206. }
  207. },
  208. {
  209. "name": "operator logical",
  210. "scope": "keyword.operator.logical.js,keyword.operator.logical.ts,keyword.operator.logical.jsx,keyword.operator.logical.tsx",
  211. "settings": {
  212. "foreground": "#56b6c2"
  213. }
  214. },
  215. {
  216. "name": "operator bitwise",
  217. "scope": "keyword.operator.bitwise.js,keyword.operator.bitwise.ts,keyword.operator.logical.jsx,keyword.operator.logical.tsx",
  218. "settings": {
  219. "foreground": "#56b6c2"
  220. }
  221. },
  222. {
  223. "name": "support.constant.property-value.scss",
  224. "scope": "support.constant.property-value.scss,support.constant.property-value.css",
  225. "settings": {
  226. "foreground": "#d19a66"
  227. }
  228. },
  229. {
  230. "name": "css color standard name",
  231. "scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss",
  232. "settings": {
  233. "foreground": "#d19a66"
  234. }
  235. },
  236. {
  237. "name": "css comma",
  238. "scope": "punctuation.separator.list.comma.css",
  239. "settings": {
  240. "foreground": "#b9c0ca"
  241. }
  242. },
  243. {
  244. "name": "css attribute-name.id",
  245. "scope": "support.constant.color.w3c-standard-color-name.css,entity.other.attribute-name.class.css",
  246. "settings": {
  247. "foreground": "#d19a66"
  248. }
  249. },
  250. {
  251. "name": "css property-name",
  252. "scope": "support.type.vendored.property-name.css",
  253. "settings": {
  254. "foreground": "#56b6c2"
  255. }
  256. },
  257. {
  258. "name": "js/ts template-expression",
  259. "scope": "punctuation.definition.template-expression.begin.js,punctuation.definition.template-expression.end.js,punctuation.definition.template-expression.begin.ts,punctuation.definition.template-expression.end.ts,punctuation.definition.template-expression.begin.jsx,punctuation.definition.template-expression.end.jsx,punctuation.definition.template-expression.begin.tsx,punctuation.definition.template-expression.end.tsx",
  260. "settings": {
  261. "foreground": "#e06c75"
  262. }
  263. },
  264. {
  265. "name": "js/ts module",
  266. "scope": "support.module.node.js,support.type.object.module.js,support.module.node.js,support.module.node.ts,support.type.object.module.ts,support.module.node.ts,support.module.node.jsx,support.type.object.module.jsx,support.module.node.jsx,support.module.node.tsx,support.type.object.module.tsx,support.module.node.tsx",
  267. "settings": {
  268. "foreground": "#e5c07b"
  269. }
  270. },
  271. {
  272. "name": "js variable readwrite",
  273. "scope": "support.variable.property,support.variable.object.process,support.variable.object.node,meta.object-literal.key",
  274. "settings": {
  275. "foreground": "#E06C75"
  276. }
  277. },
  278. {
  279. "name": "js variable properties",
  280. "scope": "variable.other.readwrite",
  281. "settings": {
  282. "foreground": "#61afef"
  283. }
  284. },
  285. {
  286. "name": "comment",
  287. "scope": "comment.line.double-slash,comment.block.documentation",
  288. "settings": {
  289. "fontStyle": "normal"
  290. }
  291. },
  292. {
  293. "name": "js/ts json",
  294. "scope": "support.constant.json.js,support.constant.json.ts,support.constant.json.jsx,support.constant.json.tsx",
  295. "settings": {
  296. "foreground": "#d19a66"
  297. }
  298. },
  299. {
  300. "name": "js/ts Keyword",
  301. "scope": "keyword.operator.expression.instanceof.js,keyword.operator.expression.instanceof.ts,keyword.operator.new.js,keyword.operator.new.ts,keyword.operator.ternary.js,keyword.operator.ternary.ts,keyword.operator.expression.instanceof.jsx,keyword.operator.expression.instanceof.tsx,keyword.operator.new.jsx,keyword.operator.new.tsx,keyword.operator.ternary.jsx,keyword.operator.ternary.tsx",
  302. "settings": {
  303. "foreground": "#c678dd"
  304. }
  305. },
  306. {
  307. "name": "js/ts console",
  308. "scope": "support.type.object.console",
  309. "settings": {
  310. "foreground": "#e06c75"
  311. }
  312. },
  313. {
  314. "name": "js/ts support.variable.property.process",
  315. "scope": "support.variable.property.process",
  316. "settings": {
  317. "foreground": "#d19a66"
  318. }
  319. },
  320. {
  321. "name": "js console function",
  322. "scope": "entity.name.function,support.function.console",
  323. "settings": {
  324. "foreground": "#56b6c2"
  325. }
  326. },
  327. {
  328. "name": "js operator",
  329. "scope": "keyword.operator.js",
  330. "settings": {
  331. "foreground": "#56b6c2"
  332. }
  333. },
  334. {
  335. "name": "js dom",
  336. "scope": "support.type.object.dom",
  337. "settings": {
  338. "foreground": "#56b6c2"
  339. }
  340. },
  341. {
  342. "name": "js dom variable",
  343. "scope": "support.variable.dom,support.variable.property.dom",
  344. "settings": {
  345. "foreground": "#e06c75"
  346. }
  347. },
  348. {
  349. "name": "keyword.operator",
  350. "scope": "keyword.operator.arithmetic,keyword.operator.comparison",
  351. "settings": {
  352. "foreground": "#56b6c2"
  353. }
  354. },
  355. {
  356. "name": "C operator assignment",
  357. "scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c",
  358. "settings": {
  359. "foreground": "#c678ddff"
  360. }
  361. },
  362. {
  363. "name": "C punctuation",
  364. "scope": "punctuation.separator.delimiter.c",
  365. "settings": {
  366. "foreground": "#bbbbbb"
  367. }
  368. },
  369. {
  370. "name": "C type posix-reserved",
  371. "scope": "support.type.posix-reserved.c",
  372. "settings": {
  373. "foreground": "#57adb8"
  374. }
  375. },
  376. {
  377. "name": "keyword.operator.sizeof.c",
  378. "scope": "keyword.operator.sizeof.c",
  379. "settings": {
  380. "foreground": "#C178DD"
  381. }
  382. },
  383. {
  384. "name": "python parameter",
  385. "scope": "variable.parameter.function.language.python",
  386. "settings": {
  387. "foreground": "#d19a66"
  388. }
  389. },
  390. {
  391. "name": "python type",
  392. "scope": "support.type.python",
  393. "settings": {
  394. "foreground": "#56b6c2"
  395. }
  396. },
  397. {
  398. "name": "python logical",
  399. "scope": "keyword.operator.logical.python",
  400. "settings": {
  401. "foreground": "#c678dd"
  402. }
  403. },
  404. {
  405. "name": "meta.function-call.arguments.python",
  406. "scope": "meta.function-call.arguments.python",
  407. "settings": {
  408. "foreground": "#E06C60"
  409. }
  410. },
  411. {
  412. "name": "meta.function-call.python",
  413. "scope": "meta.function-call.python",
  414. "settings": {
  415. "foreground": "#E06C60"
  416. }
  417. },
  418. {
  419. "name": "pyCs",
  420. "scope": "variable.parameter.function.python",
  421. "settings": {
  422. "foreground": "#D18C4E"
  423. }
  424. },
  425. {
  426. "name": "python block",
  427. "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,meta.function-call.arguments.python",
  428. "settings": {
  429. "foreground": "#abb2bf"
  430. }
  431. },
  432. {
  433. "name": "python function-call.generic",
  434. "scope": "meta.function-call.generic.python",
  435. "settings": {
  436. "foreground": "#61afef"
  437. }
  438. },
  439. {
  440. "name": "Punctuation Definition Comment",
  441. "scope": "punctuation.definition.comment",
  442. "settings": {
  443. "foreground": "#5C6370"
  444. }
  445. },
  446. {
  447. "name": "Delimiters",
  448. "scope": "none",
  449. "settings": {
  450. "foreground": "#A6B2C0"
  451. }
  452. },
  453. {
  454. "name": "Operators",
  455. "scope": "keyword.operator",
  456. "settings": {
  457. "foreground": "#abb2bf"
  458. }
  459. },
  460. {
  461. "name": "Keywords",
  462. "scope": "keyword",
  463. "settings": {
  464. "foreground": "#c678dd"
  465. }
  466. },
  467. {
  468. "name": "Variables",
  469. "scope": "variable",
  470. "settings": {
  471. "foreground": "#61afef"
  472. }
  473. },
  474. {
  475. "name": "Java Variables",
  476. "scope": "token.variable.parameter.java",
  477. "settings": {
  478. "foreground": "#abb2bf"
  479. }
  480. },
  481. {
  482. "name": "Java Imports",
  483. "scope": "import.storage.java",
  484. "settings": {
  485. "foreground": "#e5c07b"
  486. }
  487. },
  488. {
  489. "name": "Packages",
  490. "scope": "token.package.keyword",
  491. "settings": {
  492. "foreground": "#c678dd"
  493. }
  494. },
  495. {
  496. "name": "Packages",
  497. "scope": "token.package",
  498. "settings": {
  499. "foreground": "#abb2bf"
  500. }
  501. },
  502. {
  503. "name": "Functions",
  504. "scope": "entity.name.function, meta.require, support.function.any-method",
  505. "settings": {
  506. "foreground": "#61afef"
  507. }
  508. },
  509. {
  510. "name": "Classes",
  511. "scope": "entity.name.type.namespace",
  512. "settings": {
  513. "foreground": "#e5c07b"
  514. }
  515. },
  516. {
  517. "name": "Classes",
  518. "scope": "support.class, entity.name.type.class",
  519. "settings": {
  520. "foreground": "#e5c07b"
  521. }
  522. },
  523. {
  524. "name": "Class name",
  525. "scope": "entity.name.class.identifier.namespace.type",
  526. "settings": {
  527. "foreground": "#e5c07b"
  528. }
  529. },
  530. {
  531. "name": "Class name",
  532. "scope": "entity.name.class",
  533. "settings": {
  534. "foreground": "#61afef"
  535. }
  536. },
  537. {
  538. "name": "Type Name",
  539. "scope": "entity.name.type",
  540. "settings": {
  541. "foreground": "#e5c07b"
  542. }
  543. },
  544. {
  545. "name": "Keyword Control",
  546. "scope": "keyword.control",
  547. "settings": {
  548. "foreground": "#c678dd"
  549. }
  550. },
  551. {
  552. "name": "Control Elements",
  553. "scope": "control.elements, keyword.operator.less",
  554. "settings": {
  555. "foreground": "#d19a66"
  556. }
  557. },
  558. {
  559. "name": "Methods",
  560. "scope": "keyword.other.special-method",
  561. "settings": {
  562. "foreground": "#61afef"
  563. }
  564. },
  565. {
  566. "name": "Storage",
  567. "scope": "storage",
  568. "settings": {
  569. "foreground": "#c678dd"
  570. }
  571. },
  572. {
  573. "name": "Storage JS TS",
  574. "scope": "token.storage.js,token.storage.ts,token.storage.jsx,token.storage.tsx",
  575. "settings": {
  576. "foreground": "#c678dd"
  577. }
  578. },
  579. {
  580. "name": "for in js ts",
  581. "scope": "keyword.operator.expression.in.ts,keyword.operator.expression.in.js,keyword.operator.expression.in.tsx,keyword.operator.expression.in.jsx",
  582. "settings": {
  583. "foreground": "#c678dd"
  584. }
  585. },
  586. {
  587. "name": "Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void",
  588. "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",
  589. "settings": {
  590. "foreground": "#C678DD"
  591. }
  592. },
  593. {
  594. "name": "Java Storage",
  595. "scope": "token.storage.type.java",
  596. "settings": {
  597. "foreground": "#e5c07b"
  598. }
  599. },
  600. {
  601. "name": "Support",
  602. "scope": "support.function",
  603. "settings": {
  604. "foreground": "#56b6c2"
  605. }
  606. },
  607. {
  608. "name": "Support type",
  609. "scope": "support.type.property-name",
  610. "settings": {
  611. "foreground": "#abb2bf"
  612. }
  613. },
  614. {
  615. "name": "Support type",
  616. "scope": "support.constant.property-value",
  617. "settings": {
  618. "foreground": "#abb2bf"
  619. }
  620. },
  621. {
  622. "name": "Support type",
  623. "scope": "support.constant.font-name",
  624. "settings": {
  625. "foreground": "#d19a66"
  626. }
  627. },
  628. {
  629. "name": "Meta tag",
  630. "scope": "meta.tag",
  631. "settings": {
  632. "foreground": "#abb2bf"
  633. }
  634. },
  635. {
  636. "name": "Strings, Inherited Class",
  637. "scope": "string, entity.other.inherited-class",
  638. "settings": {
  639. "foreground": "#98c379"
  640. }
  641. },
  642. {
  643. "name": "Constant other symbol",
  644. "scope": "constant.other.symbol",
  645. "settings": {
  646. "foreground": "#56b6c2"
  647. }
  648. },
  649. {
  650. "name": "Integers",
  651. "scope": "constant.numeric",
  652. "settings": {
  653. "foreground": "#d19a66"
  654. }
  655. },
  656. {
  657. "name": "Floats",
  658. "scope": "none",
  659. "settings": {
  660. "foreground": "#d19a66"
  661. }
  662. },
  663. {
  664. "name": "Boolean",
  665. "scope": "none",
  666. "settings": {
  667. "foreground": "#d19a66"
  668. }
  669. },
  670. {
  671. "name": "Constants",
  672. "scope": "constant",
  673. "settings": {
  674. "foreground": "#d19a66"
  675. }
  676. },
  677. {
  678. "name": "Constants",
  679. "scope": "punctuation.definition.constant",
  680. "settings": {
  681. "foreground": "#d19a66"
  682. }
  683. },
  684. {
  685. "name": "Tags",
  686. "scope": "entity.name.tag",
  687. "settings": {
  688. "foreground": "#e06c75"
  689. }
  690. },
  691. {
  692. "name": "Attributes",
  693. "scope": "entity.other.attribute-name",
  694. "settings": {
  695. "foreground": "#d19a66"
  696. }
  697. },
  698. {
  699. "name": "Attribute IDs",
  700. "scope": "entity.other.attribute-name.id",
  701. "settings": {
  702. "foreground": "#61afef"
  703. }
  704. },
  705. {
  706. "name": "Attribute class",
  707. "scope": "entity.other.attribute-name.class.css",
  708. "settings": {
  709. "foreground": "#d19a66"
  710. }
  711. },
  712. {
  713. "name": "Selector",
  714. "scope": "meta.selector",
  715. "settings": {
  716. "foreground": "#c678dd"
  717. }
  718. },
  719. {
  720. "name": "Values",
  721. "scope": "none",
  722. "settings": {
  723. "foreground": "#D2945D"
  724. }
  725. },
  726. {
  727. "name": "Headings",
  728. "scope": "markup.heading",
  729. "settings": {
  730. "fontStyle": "bold",
  731. "foreground": "#e06c75"
  732. }
  733. },
  734. {
  735. "name": "Headings",
  736. "scope": "markup.heading punctuation.definition.heading, entity.name.section",
  737. "settings": {
  738. "foreground": "#61afef"
  739. }
  740. },
  741. {
  742. "name": "Units",
  743. "scope": "keyword.other.unit",
  744. "settings": {
  745. "foreground": "#d19a66"
  746. }
  747. },
  748. {
  749. "name": "Bold",
  750. "scope": "markup.bold",
  751. "settings": {
  752. "fontStyle": "bold",
  753. "foreground": "#d19a66"
  754. }
  755. },
  756. {
  757. "name": "Bold",
  758. "scope": "punctuation.definition.bold",
  759. "settings": {
  760. "foreground": "#e5c07b"
  761. }
  762. },
  763. {
  764. "name": "Italic",
  765. "scope": "markup.italic, punctuation.definition.italic",
  766. "settings": {
  767. "foreground": "#c678dd"
  768. }
  769. },
  770. {
  771. "name": "Italic",
  772. "scope": "emphasis md",
  773. "settings": {
  774. "foreground": "#c678dd"
  775. }
  776. },
  777. {
  778. "name": "[VSCODE-CUSTOM] Markdown headings",
  779. "scope": "entity.name.section.markdown",
  780. "settings": {
  781. "foreground": "#E06C75"
  782. }
  783. },
  784. {
  785. "name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition",
  786. "scope": "punctuation.definition.heading.markdown",
  787. "settings": {
  788. "foreground": "#E06C75"
  789. }
  790. },
  791. {
  792. "name": "[VSCODE-CUSTOM] Markdown heading setext",
  793. "scope": "markup.heading.setext",
  794. "settings": {
  795. "foreground": "#ABB2BF"
  796. }
  797. },
  798. {
  799. "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold",
  800. "scope": "punctuation.definition.bold.markdown",
  801. "settings": {
  802. "foreground": "#D19A66"
  803. }
  804. },
  805. {
  806. "name": "[VSCODE-CUSTOM] Markdown Inline Raw",
  807. "scope": "markup.inline.raw.markdown",
  808. "settings": {
  809. "foreground": "#98C379"
  810. }
  811. },
  812. {
  813. "name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition",
  814. "scope": "beginning.punctuation.definition.list.markdown",
  815. "settings": {
  816. "foreground": "#E06C75"
  817. }
  818. },
  819. {
  820. "name": "[VSCODE-CUSTOM] Markdown Quote",
  821. "scope": "markup.quote.markdown",
  822. "settings": {
  823. "foreground": "#5C6370",
  824. "fontStyle": "italic"
  825. }
  826. },
  827. {
  828. "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
  829. "scope": "punctuation.definition.string.begin.markdown,punctuation.definition.string.end.markdown,punctuation.definition.metadata.markdown",
  830. "settings": {
  831. "foreground": "#ABB2BF"
  832. }
  833. },
  834. {
  835. "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link",
  836. "scope": "punctuation.definition.metadata.markdown",
  837. "settings": {
  838. "foreground": "#C678DD"
  839. }
  840. },
  841. {
  842. "name": "[VSCODE-CUSTOM] Markdown Underline Link/Image",
  843. "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
  844. "settings": {
  845. "foreground": "#C678DD"
  846. }
  847. },
  848. {
  849. "name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
  850. "scope": "string.other.link.title.markdown,string.other.link.description.markdown",
  851. "settings": {
  852. "foreground": "#61AFEF"
  853. }
  854. },
  855. {
  856. "name": "markup.italic.markdown",
  857. "scope": "markup.italic.markdown",
  858. "settings": {
  859. "fontStyle": "italic"
  860. }
  861. },
  862. {
  863. "name": "markup.bold.markdown",
  864. "scope": "markup.bold.markdown",
  865. "settings": {
  866. "fontStyle": "bold"
  867. }
  868. },
  869. {
  870. "name": "Regular Expressions",
  871. "scope": "string.regexp",
  872. "settings": {
  873. "foreground": "#57B6C2"
  874. }
  875. },
  876. {
  877. "name": "Escape Characters",
  878. "scope": "constant.character.escape",
  879. "settings": {
  880. "foreground": "#57B6C2"
  881. }
  882. },
  883. {
  884. "name": "Embedded",
  885. "scope": "punctuation.section.embedded, variable.interpolation",
  886. "settings": {
  887. "foreground": "#BE4F44"
  888. }
  889. },
  890. {
  891. "name": "Illegal",
  892. "scope": "invalid.illegal",
  893. "settings": {
  894. "background": "#e05252",
  895. "foreground": "#FFFFFF"
  896. }
  897. },
  898. {
  899. "name": "Broken",
  900. "scope": "invalid.broken",
  901. "settings": {
  902. "background": "#e05252",
  903. "foreground": "#FFFFFF"
  904. }
  905. },
  906. {
  907. "name": "Deprecated",
  908. "scope": "invalid.deprecated",
  909. "settings": {
  910. "background": "#d27b53",
  911. "foreground": "#FFFFFF"
  912. }
  913. },
  914. {
  915. "name": "Unimplemented",
  916. "scope": "invalid.unimplemented",
  917. "settings": {
  918. "background": "#747369",
  919. "foreground": "#FFFFFF"
  920. }
  921. },
  922. {
  923. "name": "Source Json Meta Structure Dictionary Json > String Quoted Json",
  924. "scope": "source.json meta.structure.dictionary.json > string.quoted.json",
  925. "settings": {
  926. "foreground": "#E06C75"
  927. }
  928. },
  929. {
  930. "name": "Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String",
  931. "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
  932. "settings": {
  933. "foreground": "#E06C75"
  934. }
  935. },
  936. {
  937. "name": "Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation",
  938. "scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation",
  939. "settings": {
  940. "foreground": "#98C379"
  941. }
  942. },
  943. {
  944. "name": "Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json",
  945. "scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json",
  946. "settings": {
  947. "foreground": "#56B6C2"
  948. }
  949. },
  950. {
  951. "name": "[VSCODE-CUSTOM] JSON Property Name",
  952. "scope": "support.type.property-name.json",
  953. "settings": {
  954. "foreground": "#E06C75"
  955. }
  956. },
  957. {
  958. "name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name",
  959. "scope": "support.type.property-name.json punctuation",
  960. "settings": {
  961. "foreground": "#E06C75"
  962. }
  963. },
  964. {
  965. "name": "laravel blade tag",
  966. "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
  967. "settings": {
  968. "foreground": "#C679DD"
  969. }
  970. },
  971. {
  972. "name": "laravel blade @",
  973. "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
  974. "settings": {
  975. "foreground": "#C679DD"
  976. }
  977. },
  978. {
  979. "name": "use statement for other classes",
  980. "scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php",
  981. "settings": {
  982. "foreground": "#e5c07b"
  983. }
  984. },
  985. {
  986. "name": "error suppression",
  987. "scope": "keyword.operator.error-control.php",
  988. "settings": {
  989. "foreground": "#C678DD"
  990. }
  991. },
  992. {
  993. "name": "php instanceof",
  994. "scope": "keyword.operator.type.php",
  995. "settings": {
  996. "foreground": "#C678DD"
  997. }
  998. },
  999. {
  1000. "name": "style double quoted array index normal begin",
  1001. "scope": "punctuation.section.array.begin.php",
  1002. "settings": {
  1003. "foreground": "#abb2bf"
  1004. }
  1005. },
  1006. {
  1007. "name": "style double quoted array index normal end",
  1008. "scope": "punctuation.section.array.end.php",
  1009. "settings": {
  1010. "foreground": "#abb2bf"
  1011. }
  1012. },
  1013. {
  1014. "name": "php illegal.non-null-typehinted",
  1015. "scope": "invalid.illegal.non-null-typehinted.php",
  1016. "settings": {
  1017. "foreground": "#ff0000"
  1018. }
  1019. },
  1020. {
  1021. "name": "php storage type",
  1022. "scope": "storage.type.php",
  1023. "settings": {
  1024. "foreground": "#e5c07b"
  1025. }
  1026. },
  1027. {
  1028. "name": "php call-function",
  1029. "scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php",
  1030. "settings": {
  1031. "foreground": "#61afef"
  1032. }
  1033. },
  1034. {
  1035. "name": "php call-function brackets",
  1036. "scope": "punctuation.definition.arguments.end.bracket.round.php",
  1037. "settings": {
  1038. "foreground": "#bbbbbb"
  1039. }
  1040. },
  1041. {
  1042. "name": "support php constants",
  1043. "scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php",
  1044. "settings": {
  1045. "foreground": "#D19A66"
  1046. }
  1047. },
  1048. {
  1049. "name": "php goto",
  1050. "scope": "entity.name.goto-label.php,support.other.php",
  1051. "settings": {
  1052. "foreground": "#61afef"
  1053. }
  1054. },
  1055. {
  1056. "name": "php logical/bitwise operator",
  1057. "scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php",
  1058. "settings": {
  1059. "foreground": "#56b6c2"
  1060. }
  1061. },
  1062. {
  1063. "name": "php regexp operator",
  1064. "scope": "keyword.operator.regexp.php",
  1065. "settings": {
  1066. "foreground": "#c678dd"
  1067. }
  1068. },
  1069. {
  1070. "name": "php comparison",
  1071. "scope": "keyword.operator.comparison.php",
  1072. "settings": {
  1073. "foreground": "#56b6c2"
  1074. }
  1075. },
  1076. {
  1077. "name": "php dollar sign",
  1078. "scope": "punctuation.definition.variable.php",
  1079. "settings": {
  1080. "foreground": "#e06c75"
  1081. }
  1082. },
  1083. {
  1084. "name": "php heredoc/nowdoc",
  1085. "scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php",
  1086. "settings": {
  1087. "foreground": "#c678dd"
  1088. }
  1089. },
  1090. {
  1091. "name": "python function decorator @",
  1092. "scope": "meta.function.decorator.python",
  1093. "settings": {
  1094. "foreground": "#61afef"
  1095. }
  1096. },
  1097. {
  1098. "name": "python function support",
  1099. "scope": "support.token.decorator.python,meta.function.decorator.identifier.python",
  1100. "settings": {
  1101. "foreground": "#56B6C2"
  1102. }
  1103. },
  1104. {
  1105. "name": "parameter function",
  1106. "scope": "function.parameter",
  1107. "settings": {
  1108. "foreground": "#d19a66"
  1109. }
  1110. },
  1111. {
  1112. "name": "parameter function js",
  1113. "scope": "function.parameter.js,function.parameter.ts",
  1114. "settings": {
  1115. "foreground": "#abb2bf"
  1116. }
  1117. },
  1118. {
  1119. "name": "brace function",
  1120. "scope": "function.brace",
  1121. "settings": {
  1122. "foreground": "#abb2bf"
  1123. }
  1124. },
  1125. {
  1126. "name": "parameter function ruby cs",
  1127. "scope": "function.parameter.ruby, function.parameter.cs",
  1128. "settings": {
  1129. "foreground": "#abb2bf"
  1130. }
  1131. },
  1132. {
  1133. "name": "rgb-value",
  1134. "scope": "rgb-value",
  1135. "settings": {
  1136. "foreground": "#56B6C2"
  1137. }
  1138. },
  1139. {
  1140. "name": "rgb value #",
  1141. "scope": "inline-color-decoration rgb-value",
  1142. "settings": {
  1143. "foreground": "#d19a66"
  1144. }
  1145. },
  1146. {
  1147. "name": "rgb value less",
  1148. "scope": "less rgb-value",
  1149. "settings": {
  1150. "foreground": "#d19a66"
  1151. }
  1152. },
  1153. {
  1154. "name": "sass selector",
  1155. "scope": "selector.sass",
  1156. "settings": {
  1157. "foreground": "#e06c75"
  1158. }
  1159. },
  1160. {
  1161. "name": "js ts this",
  1162. "scope": "var.this.js,var.this.ts,variable.language.this.js,variable.language.this.ts",
  1163. "settings": {
  1164. "foreground": "#e5c07b",
  1165. "fontStyle": "italic"
  1166. }
  1167. },
  1168. {
  1169. "name": "ts primitive/builtin types",
  1170. "scope": "support.type.primitive.ts,support.type.builtin.ts",
  1171. "settings": {
  1172. "foreground": "#e5c07b"
  1173. }
  1174. },
  1175. {
  1176. "name": "block scope",
  1177. "scope": "block.scope.end,block.scope.begin",
  1178. "settings": {
  1179. "foreground": "#abb2bf"
  1180. }
  1181. },
  1182. {
  1183. "name": "cs local variable",
  1184. "scope": "entity.name.variable.local.cs",
  1185. "settings": {
  1186. "foreground": "#e06c75"
  1187. }
  1188. },
  1189. {
  1190. "scope": "token.info-token",
  1191. "settings": {
  1192. "foreground": "#6796e6"
  1193. }
  1194. },
  1195. {
  1196. "scope": "token.warn-token",
  1197. "settings": {
  1198. "foreground": "#cd9731"
  1199. }
  1200. },
  1201. {
  1202. "scope": "token.error-token",
  1203. "settings": {
  1204. "foreground": "#f44747"
  1205. }
  1206. },
  1207. {
  1208. "scope": "token.debug-token",
  1209. "settings": {
  1210. "foreground": "#b267e6"
  1211. }
  1212. },
  1213. {
  1214. "scope": "variable.other.object.property",
  1215. "settings": {
  1216. "foreground": "#e5c07b"
  1217. }
  1218. },
  1219. {
  1220. "scope": "variable.other.property,entity.name.function.js, entity.name.function.jsx",
  1221. "settings":{
  1222. "foreground": "#56B6C2"
  1223. }
  1224. }
  1225. ]
  1226. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement