Guest User

Untitled

a guest
Nov 17th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 KB | None | 0 0
  1. {
  2. "type": "dark",
  3. "colors": {
  4. "focusBorder": "#292d36",
  5. "foreground": "#3d424d",
  6. "widget.shadow": "#00010a",
  7. "selection.background": "#161f2afd",
  8. "textBlockQuote.background": "#0d1016",
  9. "textLink.foreground": "#e6b450",
  10. "textLink.activeForeground": "#e6b450",
  11. "textPreformat.foreground": "#b3b1ad",
  12. "button.background": "#e6b450",
  13. "button.foreground": "#0a0e14",
  14. "button.hoverBackground": "#e1af4b",
  15. "dropdown.background": "#0d1016",
  16. "dropdown.foreground": "#3d424d",
  17. "dropdown.border": "#191e25",
  18. "input.background": "#0d1016",
  19. "input.border": "#191e25",
  20. "input.foreground": "#b3b1ad",
  21. "input.placeholderForeground": "#2e323c",
  22. "inputOption.activeBorder": "#e6b450",
  23. "inputValidation.errorBackground": "#0a0e14",
  24. "inputValidation.errorBorder": "#ff3333",
  25. "inputValidation.infoBackground": "#0a0e14",
  26. "inputValidation.infoBorder": "#39bae6",
  27. "inputValidation.warningBackground": "#0a0e14",
  28. "inputValidation.warningBorder": "#ffb454",
  29. "scrollbar.shadow": "#01060e",
  30. "scrollbarSlider.background": "#3d424d66",
  31. "scrollbarSlider.hoverBackground": "#3d424d99",
  32. "scrollbarSlider.activeBackground": "#3d424db3",
  33. "badge.background": "#e6b450",
  34. "badge.foreground": "#0a0e14",
  35. "progressBar.background": "#e6b450",
  36. "list.activeSelectionBackground": "#01060e",
  37. "list.activeSelectionForeground": "#3d424d",
  38. "list.focusBackground": "#01060e",
  39. "list.focusForeground": "#3d424d",
  40. "list.highlightForeground": "#e6b450",
  41. "list.hoverBackground": "#01060e",
  42. "list.hoverForeground": "#3d424d",
  43. "list.inactiveSelectionBackground": "#01060e",
  44. "list.inactiveSelectionForeground": "#3d424d",
  45. "list.invalidItemForeground": "#2e323c",
  46. "activityBar.background": "#0a0e14",
  47. "activityBar.foreground": "#3d424dcc",
  48. "activityBar.border": "#0a0e14",
  49. "activityBarBadge.background": "#e6b450",
  50. "activityBarBadge.foreground": "#0a0e14",
  51. "sideBar.background": "#0a0e14",
  52. "sideBar.border": "#0a0e14",
  53. "sideBarTitle.foreground": "#3d424d",
  54. "sideBarSectionHeader.background": "#0a0e14",
  55. "sideBarSectionHeader.foreground": "#3d424d",
  56. "editorGroup.border": "#01060e",
  57. "editorGroup.background": "#0d1016",
  58. "editorGroupHeader.noTabsBackground": "#0a0e14",
  59. "editorGroupHeader.tabsBackground": "#0a0e14",
  60. "editorGroupHeader.tabsBorder": "#0a0e14",
  61. "tab.activeBackground": "#0a0e14",
  62. "tab.activeForeground": "#b3b1ad",
  63. "tab.border": "#0a0e14",
  64. "tab.activeBorder": "#e6b450",
  65. "tab.unfocusedActiveBorder": "#3d424d",
  66. "tab.inactiveBackground": "#0a0e14",
  67. "tab.inactiveForeground": "#3d424d",
  68. "tab.unfocusedActiveForeground": "#3d424d",
  69. "tab.unfocusedInactiveForeground": "#3d424d",
  70. "editor.background": "#0a0e14",
  71. "editor.foreground": "#b3b1ad",
  72. "editorLineNumber.foreground": "#3d424d99",
  73. "editorLineNumber.activeForeground": "#3d424de6",
  74. "editorCursor.foreground": "#e6b450",
  75. "editor.selectionBackground": "#161f2a",
  76. "editor.inactiveSelectionBackground": "#121922",
  77. "editor.selectionHighlightBackground": "#121922",
  78. "editor.selectionHighlightBorder": "#1d2936",
  79. "editor.wordHighlightBackground": "#121922",
  80. "editor.wordHighlightStrongBackground": "#e6b45033",
  81. "editor.findMatchBackground": "#e6b4500d",
  82. "editor.findMatchBorder": "#e6b450",
  83. "editor.findMatchHighlightBackground": "#e6b4500d",
  84. "editor.findMatchHighlightBorder": "#e6b45059",
  85. "editor.findRangeHighlightBackground": "#121922",
  86. "editor.findRangeHighlightBorder": "#0a0e1400",
  87. "editor.lineHighlightBackground": "#01060e",
  88. "editorLink.activeForeground": "#e6b450",
  89. "editor.rangeHighlightBackground": "#01060e",
  90. "editorWhitespace.foreground": "#3d424d99",
  91. "editorIndentGuide.background": "#3d424d66",
  92. "editorIndentGuide.activeBackground": "#3d424db3",
  93. "editorRuler.foreground": "#3d424d66",
  94. "editorCodeLens.foreground": "#626a73",
  95. "editorBracketMatch.background": "#3d424d4d",
  96. "editorBracketMatch.border": "#3d424d99",
  97. "editorOverviewRuler.border": "#01060e",
  98. "editorOverviewRuler.modifiedForeground": "#6994bf99",
  99. "editorOverviewRuler.addedForeground": "#91b36299",
  100. "editorOverviewRuler.deletedForeground": "#d96c7599",
  101. "editorOverviewRuler.errorForeground": "#ff3333",
  102. "editorOverviewRuler.warningForeground": "#e6b450",
  103. "editorError.foreground": "#ff3333",
  104. "editorWarning.foreground": "#e6b450",
  105. "editorGutter.modifiedBackground": "#6994bf99",
  106. "editorGutter.addedBackground": "#91b36299",
  107. "editorGutter.deletedBackground": "#d96c7599",
  108. "diffEditor.insertedTextBackground": "#c2d94c26",
  109. "diffEditor.removedTextBackground": "#f2966826",
  110. "editorWidget.background": "#0d1016",
  111. "editorSuggestWidget.background": "#0d1016",
  112. "editorSuggestWidget.border": "#000000",
  113. "editorSuggestWidget.highlightForeground": "#e6b450",
  114. "editorSuggestWidget.selectedBackground": "#01060e",
  115. "editorHoverWidget.background": "#0d1016",
  116. "editorHoverWidget.border": "#000000",
  117. "debugExceptionWidget.border": "#01060e",
  118. "debugExceptionWidget.background": "#0d1016",
  119. "editorMarkerNavigation.background": "#0d1016",
  120. "peekView.border": "#01060e",
  121. "peekViewEditor.background": "#0d1016",
  122. "peekViewEditor.matchHighlightBackground": "#e6b45033",
  123. "peekViewResult.background": "#0d1016",
  124. "peekViewResult.fileForeground": "#3d424d",
  125. "peekViewResult.matchHighlightBackground": "#e6b45033",
  126. "peekViewTitle.background": "#0d1016",
  127. "peekViewTitleDescription.foreground": "#3d424d",
  128. "peekViewTitleLabel.foreground": "#3d424d",
  129. "panel.background": "#0a0e14",
  130. "panel.border": "#01060e",
  131. "panelTitle.activeBorder": "#e6b450",
  132. "panelTitle.activeForeground": "#b3b1ad",
  133. "panelTitle.inactiveForeground": "#3d424d",
  134. "statusBar.background": "#0a0e14",
  135. "statusBar.foreground": "#3d424d",
  136. "statusBar.border": "#0a0e14",
  137. "statusBar.debuggingBackground": "#f29668",
  138. "statusBar.debuggingForeground": "#0a0e14",
  139. "statusBar.noFolderBackground": "#0d1016",
  140. "statusBarItem.activeBackground": "#00000050",
  141. "statusBarItem.hoverBackground": "#00000030",
  142. "statusBarItem.prominentBackground": "#01060e",
  143. "statusBarItem.prominentHoverBackground": "#00000030",
  144. "titleBar.activeBackground": "#0a0e14",
  145. "titleBar.activeForeground": "#b3b1ad",
  146. "titleBar.inactiveBackground": "#0a0e14",
  147. "titleBar.inactiveForeground": "#3d424d",
  148. "titleBar.border": "#0a0e14",
  149. "extensionButton.prominentForeground": "#0a0e14",
  150. "extensionButton.prominentBackground": "#e6b450",
  151. "extensionButton.prominentHoverBackground": "#e1af4b",
  152. "pickerGroup.border": "#01060e",
  153. "pickerGroup.foreground": "#242831",
  154. "debugToolBar.background": "#0d1016",
  155. "walkThrough.embeddedEditorBackground": "#0d1016",
  156. "gitDecoration.modifiedResourceForeground": "#6994bfb3",
  157. "gitDecoration.deletedResourceForeground": "#d96c75b3",
  158. "gitDecoration.untrackedResourceForeground": "#91b362b3",
  159. "gitDecoration.ignoredResourceForeground": "#242831",
  160. "gitDecoration.conflictingResourceForeground": "",
  161. "gitDecoration.submoduleResourceForeground": "#ffee99b3",
  162. "settings.headerForeground": "#b3b1ad",
  163. "settings.modifiedItemIndicator": "#6994bf",
  164. "terminal.background": "#0a0e14",
  165. "terminal.foreground": "#b3b1ad",
  166. "terminal.ansiBlack": "#01060e",
  167. "terminal.ansiRed": "#ea6c73",
  168. "terminal.ansiGreen": "#91b362",
  169. "terminal.ansiYellow": "#f9af4f",
  170. "terminal.ansiBlue": "#53bdfa",
  171. "terminal.ansiMagenta": "#fae994",
  172. "terminal.ansiCyan": "#90e1c6",
  173. "terminal.ansiWhite": "#c7c7c7",
  174. "terminal.ansiBrightBlack": "#686868",
  175. "terminal.ansiBrightRed": "#f07178",
  176. "terminal.ansiBrightGreen": "#c2d94c",
  177. "terminal.ansiBrightYellow": "#ffb454",
  178. "terminal.ansiBrightBlue": "#59c2ff",
  179. "terminal.ansiBrightMagenta": "#ffee99",
  180. "terminal.ansiBrightCyan": "#95e6cb",
  181. "terminal.ansiBrightWhite": "#ffffff"
  182. },
  183. "tokenColors": [
  184. {
  185. "settings": {
  186. "background": "#0a0e14",
  187. "foreground": "#b3b1ad"
  188. }
  189. },
  190. {
  191. "name": "Comment",
  192. "scope": [
  193. "comment"
  194. ],
  195. "settings": {
  196. "fontStyle": "italic",
  197. "foreground": "#626a73"
  198. }
  199. },
  200. {
  201. "name": "String",
  202. "scope": [
  203. "string",
  204. "constant.other.symbol"
  205. ],
  206. "settings": {
  207. "foreground": "#c2d94c"
  208. }
  209. },
  210. {
  211. "name": "Regular Expressions and Escape Characters",
  212. "scope": [
  213. "string.regexp",
  214. "constant.character",
  215. "constant.other"
  216. ],
  217. "settings": {
  218. "foreground": "#95e6cb"
  219. }
  220. },
  221. {
  222. "name": "Number",
  223. "scope": [
  224. "constant.numeric"
  225. ],
  226. "settings": {
  227. "foreground": "#e6b450"
  228. }
  229. },
  230. {
  231. "name": "Built-in constants",
  232. "scope": [
  233. "constant.language"
  234. ],
  235. "settings": {
  236. "foreground": "#e6b450"
  237. }
  238. },
  239. {
  240. "name": "Variable",
  241. "scope": [
  242. "variable"
  243. ],
  244. "settings": {
  245. "foreground": "#b3b1ad"
  246. }
  247. },
  248. {
  249. "name": "Member Variable",
  250. "scope": [
  251. "variable.member"
  252. ],
  253. "settings": {
  254. "foreground": "#f07178"
  255. }
  256. },
  257. {
  258. "name": "Language variable",
  259. "scope": [
  260. "variable.language"
  261. ],
  262. "settings": {
  263. "fontStyle": "italic",
  264. "foreground": "#39bae6"
  265. }
  266. },
  267. {
  268. "name": "Storage",
  269. "scope": [
  270. "storage"
  271. ],
  272. "settings": {
  273. "foreground": "#ff8f40"
  274. }
  275. },
  276. {
  277. "name": "Keyword",
  278. "scope": [
  279. "keyword"
  280. ],
  281. "settings": {
  282. "fontStyle": "italic",
  283. "foreground": "#ff8f40"
  284. }
  285. },
  286. {
  287. "name": "Operators",
  288. "scope": [
  289. "keyword.operator"
  290. ],
  291. "settings": {
  292. "foreground": "#f29668"
  293. }
  294. },
  295. {
  296. "name": "Separators like ; or ,",
  297. "scope": [
  298. "punctuation.separator",
  299. "punctuation.terminator"
  300. ],
  301. "settings": {
  302. "foreground": "#b3b1adb3"
  303. }
  304. },
  305. {
  306. "name": "Punctuation",
  307. "scope": [
  308. "punctuation.section"
  309. ],
  310. "settings": {
  311. "foreground": "#b3b1ad"
  312. }
  313. },
  314. {
  315. "name": "Accessor",
  316. "scope": [
  317. "punctuation.accessor"
  318. ],
  319. "settings": {
  320. "foreground": "#f29668"
  321. }
  322. },
  323. {
  324. "name": "Types fixes",
  325. "scope": [
  326. "source.java storage.type",
  327. "source.haskell storage.type",
  328. "source.c storage.type"
  329. ],
  330. "settings": {
  331. "foreground": "#59c2ff"
  332. }
  333. },
  334. {
  335. "name": "Inherited class type",
  336. "scope": [
  337. "entity.other.inherited-class"
  338. ],
  339. "settings": {
  340. "foreground": "#39bae6"
  341. }
  342. },
  343. {
  344. "name": "Lambda arrow",
  345. "scope": [
  346. "storage.type.function"
  347. ],
  348. "settings": {
  349. "fontStyle": "italic",
  350. "foreground": "#ff8f40"
  351. }
  352. },
  353. {
  354. "name": "Java primitive variable types",
  355. "scope": [
  356. "source.java storage.type.primitive"
  357. ],
  358. "settings": {
  359. "foreground": "#39bae6"
  360. }
  361. },
  362. {
  363. "name": "Function name",
  364. "scope": [
  365. "entity.name.function"
  366. ],
  367. "settings": {
  368. "foreground": "#ffb454"
  369. }
  370. },
  371. {
  372. "name": "Function arguments",
  373. "scope": [
  374. "variable.parameter",
  375. "meta.parameter"
  376. ],
  377. "settings": {
  378. "foreground": "#ffee99"
  379. }
  380. },
  381. {
  382. "name": "Function call",
  383. "scope": [
  384. "variable.function",
  385. "variable.annotation",
  386. "meta.function-call.generic",
  387. "support.function.go"
  388. ],
  389. "settings": {
  390. "foreground": "#ffb454"
  391. }
  392. },
  393. {
  394. "name": "Library function",
  395. "scope": [
  396. "support.function",
  397. "support.macro"
  398. ],
  399. "settings": {
  400. "fontStyle": "italic",
  401. "foreground": "#f07178"
  402. }
  403. },
  404. {
  405. "name": "Imports and packages",
  406. "scope": [
  407. "entity.name.import",
  408. "entity.name.package"
  409. ],
  410. "settings": {
  411. "foreground": "#c2d94c"
  412. }
  413. },
  414. {
  415. "name": "Entity name",
  416. "scope": [
  417. "entity.name"
  418. ],
  419. "settings": {
  420. "foreground": "#59c2ff"
  421. }
  422. },
  423. {
  424. "name": "Tag",
  425. "scope": [
  426. "entity.name.tag",
  427. "meta.tag.sgml"
  428. ],
  429. "settings": {
  430. "foreground": "#39bae6"
  431. }
  432. },
  433. {
  434. "name": "Tag start/end",
  435. "scope": [
  436. "punctuation.definition.tag.end",
  437. "punctuation.definition.tag.begin",
  438. "punctuation.definition.tag"
  439. ],
  440. "settings": {
  441. "foreground": "#39bae680"
  442. }
  443. },
  444. {
  445. "name": "Tag attribute",
  446. "scope": [
  447. "entity.other.attribute-name"
  448. ],
  449. "settings": {
  450. "foreground": "#ffb454"
  451. }
  452. },
  453. {
  454. "name": "Library constant",
  455. "scope": [
  456. "support.constant"
  457. ],
  458. "settings": {
  459. "fontStyle": "italic",
  460. "foreground": "#f29668"
  461. }
  462. },
  463. {
  464. "name": "Library class/type",
  465. "scope": [
  466. "support.type",
  467. "support.class",
  468. "source.go storage.type"
  469. ],
  470. "settings": {
  471. "foreground": "#39bae6"
  472. }
  473. },
  474. {
  475. "name": "Decorators/annotation",
  476. "scope": [
  477. "meta.decorator variable.other",
  478. "meta.decorator punctuation.decorator",
  479. "storage.type.annotation"
  480. ],
  481. "settings": {
  482. "foreground": "#e6b673"
  483. }
  484. },
  485. {
  486. "name": "Invalid",
  487. "scope": [
  488. "invalid"
  489. ],
  490. "settings": {
  491. "foreground": "#ff3333"
  492. }
  493. },
  494. {
  495. "name": "diff.header",
  496. "scope": [
  497. "meta.diff",
  498. "meta.diff.header"
  499. ],
  500. "settings": {
  501. "foreground": "#c594c5"
  502. }
  503. },
  504. {
  505. "name": "Ruby class methods",
  506. "scope": [
  507. "source.ruby variable.other.readwrite"
  508. ],
  509. "settings": {
  510. "foreground": "#ffb454"
  511. }
  512. },
  513. {
  514. "name": "CSS tag names",
  515. "scope": [
  516. "source.css entity.name.tag",
  517. "source.sass entity.name.tag",
  518. "source.scss entity.name.tag",
  519. "source.less entity.name.tag",
  520. "source.stylus entity.name.tag"
  521. ],
  522. "settings": {
  523. "foreground": "#59c2ff"
  524. }
  525. },
  526. {
  527. "name": "CSS browser prefix",
  528. "scope": [
  529. "source.css support.type",
  530. "source.sass support.type",
  531. "source.scss support.type",
  532. "source.less support.type",
  533. "source.stylus support.type"
  534. ],
  535. "settings": {
  536. "foreground": "#626a73"
  537. }
  538. },
  539. {
  540. "name": "CSS Properties",
  541. "scope": [
  542. "support.type.property-name"
  543. ],
  544. "settings": {
  545. "fontStyle": "normal",
  546. "foreground": "#39bae6"
  547. }
  548. },
  549. {
  550. "name": "Search Results Nums",
  551. "scope": [
  552. "constant.numeric.line-number.find-in-files - match"
  553. ],
  554. "settings": {
  555. "foreground": "#626a73"
  556. }
  557. },
  558. {
  559. "name": "Search Results Match Nums",
  560. "scope": [
  561. "constant.numeric.line-number.match"
  562. ],
  563. "settings": {
  564. "foreground": "#ff8f40"
  565. }
  566. },
  567. {
  568. "name": "Search Results Lines",
  569. "scope": [
  570. "entity.name.filename.find-in-files"
  571. ],
  572. "settings": {
  573. "foreground": "#c2d94c"
  574. }
  575. },
  576. {
  577. "scope": [
  578. "message.error"
  579. ],
  580. "settings": {
  581. "foreground": "#ff3333"
  582. }
  583. },
  584. {
  585. "name": "Markup heading",
  586. "scope": [
  587. "markup.heading",
  588. "markup.heading entity.name"
  589. ],
  590. "settings": {
  591. "fontStyle": "bold",
  592. "foreground": "#c2d94c"
  593. }
  594. },
  595. {
  596. "name": "Markup links",
  597. "scope": [
  598. "markup.underline.link",
  599. "string.other.link"
  600. ],
  601. "settings": {
  602. "foreground": "#39bae6"
  603. }
  604. },
  605. {
  606. "name": "Markup Italic",
  607. "scope": [
  608. "markup.italic"
  609. ],
  610. "settings": {
  611. "fontStyle": "italic",
  612. "foreground": "#f07178"
  613. }
  614. },
  615. {
  616. "name": "Markup Bold",
  617. "scope": [
  618. "markup.bold"
  619. ],
  620. "settings": {
  621. "fontStyle": "bold",
  622. "foreground": "#f07178"
  623. }
  624. },
  625. {
  626. "name": "Markup Bold/italic",
  627. "scope": [
  628. "markup.italic markup.bold",
  629. "markup.bold markup.italic"
  630. ],
  631. "settings": {
  632. "fontStyle": "bold italic"
  633. }
  634. },
  635. {
  636. "name": "Markup Code",
  637. "scope": [
  638. "markup.raw"
  639. ],
  640. "settings": {
  641. "background": "#b3b1ad05"
  642. }
  643. },
  644. {
  645. "name": "Markup Code Inline",
  646. "scope": [
  647. "markup.raw.inline"
  648. ],
  649. "settings": {
  650. "background": "#b3b1ad0f"
  651. }
  652. },
  653. {
  654. "name": "Markdown Separator",
  655. "scope": [
  656. "meta.separator"
  657. ],
  658. "settings": {
  659. "fontStyle": "bold",
  660. "background": "#b3b1ad0f",
  661. "foreground": "#626a73"
  662. }
  663. },
  664. {
  665. "name": "Markup Blockquote",
  666. "scope": [
  667. "markup.quote"
  668. ],
  669. "settings": {
  670. "foreground": "#95e6cb",
  671. "fontStyle": "italic"
  672. }
  673. },
  674. {
  675. "name": "Markup List Bullet",
  676. "scope": [
  677. "markup.list punctuation.definition.list.begin"
  678. ],
  679. "settings": {
  680. "foreground": "#ffb454"
  681. }
  682. },
  683. {
  684. "name": "Markup added",
  685. "scope": [
  686. "markup.inserted"
  687. ],
  688. "settings": {
  689. "foreground": "#91b362"
  690. }
  691. },
  692. {
  693. "name": "Markup modified",
  694. "scope": [
  695. "markup.changed"
  696. ],
  697. "settings": {
  698. "foreground": "#6994bf"
  699. }
  700. },
  701. {
  702. "name": "Markup removed",
  703. "scope": [
  704. "markup.deleted"
  705. ],
  706. "settings": {
  707. "foreground": "#d96c75"
  708. }
  709. },
  710. {
  711. "name": "Markup Strike",
  712. "scope": [
  713. "markup.strike"
  714. ],
  715. "settings": {
  716. "foreground": "#e6b673"
  717. }
  718. },
  719. {
  720. "name": "Markup Table",
  721. "scope": [
  722. "markup.table"
  723. ],
  724. "settings": {
  725. "background": "#b3b1ad0f",
  726. "foreground": "#39bae6"
  727. }
  728. },
  729. {
  730. "name": "Markup Raw Inline",
  731. "scope": [
  732. "text.html.markdown markup.inline.raw"
  733. ],
  734. "settings": {
  735. "foreground": "#f29668"
  736. }
  737. },
  738. {
  739. "name": "Markdown - Line Break",
  740. "scope": [
  741. "text.html.markdown meta.dummy.line-break"
  742. ],
  743. "settings": {
  744. "background": "#626a73",
  745. "foreground": "#626a73"
  746. }
  747. },
  748. {
  749. "name": "Markdown - Raw Block Fenced",
  750. "scope": [
  751. "punctuation.definition.markdown"
  752. ],
  753. "settings": {
  754. "background": "#b3b1ad",
  755. "foreground": "#626a73"
  756. }
  757. }
  758. ]
  759. }
Add Comment
Please, Sign In to add comment