Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
1,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. {
  2. "editor.fontFamily": "Inconsolata",
  3. "editor.fontLigatures": true,
  4. "terminal.integrated.fontFamily": "monospace",
  5. "editor.suggestSelection": "first",
  6. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  7. "python.jediEnabled": false,
  8. "editor.cursorBlinking": "expand",
  9. "editor.cursorStyle": "underline",
  10. "window.zoomLevel": 0,
  11. "workbench.iconTheme": "Monokai Pro Icons",
  12. "workbench.colorCustomizations": {
  13. "activityBar.background": "#272822",
  14. "activityBar.dropBackground": "#414339",
  15. "activityBar.foreground": "#f8f8f2",
  16. "badge.background": "#75715e",
  17. "badge.foreground": "#f8f8f2",
  18. "breadcrumb.foreground": "#75715e",
  19. "button.background": "#75715e",
  20. "debugToolBar.background": "#1e1f1c",
  21. "diffEditor.insertedTextBackground": "#66852880",
  22. "diffEditor.removedTextBackground": "#90274a80",
  23. "dropdown.background": "#414339",
  24. "editor.background": "#272822",
  25. "editor.findMatchBackground": "#3d3a3a",
  26. "editor.findMatchBorder": "#ff0000",
  27. "editor.findMatchHighlightBackground": "#3d3a3a",
  28. "editor.findMatchHighlightBorder": "#ffffffaa",
  29. "editor.foreground": "#f8f8f2",
  30. "editor.lineHighlightBackground": "#3e3d32",
  31. "editor.selectionBackground": "#135564",
  32. "editor.selectionHighlightBackground": "#3d3a3a",
  33. "editor.selectionHighlightBorder": "#ffffffaa",
  34. "editorCursor.foreground": "#f8f8f0",
  35. "editorGroup.border": "#414339",
  36. "editorGroup.dropBackground": "#41433980",
  37. "editorGroupHeader.tabsBackground": "#1e1f1c",
  38. "editorHoverWidget.background": "#414339",
  39. "editorHoverWidget.border": "#75715e",
  40. "editorIndentGuide.background": "#464741",
  41. "editorLineNumber.foreground": "#90908a",
  42. "editorSuggestWidget.background": "#272822",
  43. "editorSuggestWidget.border": "#75715e",
  44. "editorWhitespace.foreground": "#75715e",
  45. "editorWidget.background": "#1e1f1c",
  46. "focusBorder": "#75715e",
  47. "input.background": "#414339",
  48. "inputOption.activeBorder": "#75715e",
  49. "inputValidation.errorBackground": "#90274a",
  50. "inputValidation.errorBorder": "#f92672",
  51. "inputValidation.infoBackground": "#546190",
  52. "inputValidation.infoBorder": "#819aff",
  53. "inputValidation.warningBackground": "#848528",
  54. "inputValidation.warningBorder": "#e2e22e",
  55. "list.activeSelectionBackground": "#75715e",
  56. "list.dropBackground": "#414339",
  57. "list.focusBackground": "#414339",
  58. "list.highlightForeground": "#f8f8f2",
  59. "list.hoverBackground": "#272822",
  60. "list.inactiveSelectionBackground": "#414339",
  61. "panel.border": "#414339",
  62. "panelTitle.activeBorder": "#75715e",
  63. "panelTitle.activeForeground": "#f8f8f2",
  64. "panelTitle.inactiveForeground": "#75715e",
  65. "peekView.border": "#75715e",
  66. "peekViewEditor.background": "#272822",
  67. "peekViewEditor.matchHighlightBackground": "#75715e",
  68. "peekViewResult.background": "#1e1f1c",
  69. "peekViewResult.matchHighlightBackground": "#75715e",
  70. "peekViewResult.selectionBackground": "#414339",
  71. "peekViewTitle.background": "#1e1f1c",
  72. "pickerGroup.foreground": "#75715e",
  73. "progressBar.background": "#75715e",
  74. "selection.background": "#ccccc7",
  75. "sideBar.background": "#1e1f1c",
  76. "sideBar.foreground": "#ccccc7",
  77. "sideBarSectionHeader.background": "#272822",
  78. "sideBarSectionHeader.foreground": "#ccccc7",
  79. "sideBarTitle.foreground": "#ccccc7",
  80. "statusBar.background": "#414339",
  81. "statusBar.debuggingBackground": "#75715e",
  82. "statusBar.noFolderBackground": "#414339",
  83. "tab.activeBorder": "#ccccc7",
  84. "tab.border": "#1e1f1c",
  85. "tab.inactiveBackground": "#414339",
  86. "tab.inactiveForeground": "#ccccc7",
  87. "tab.unfocusedActiveBorder": "#75715e",
  88. "terminal.ansiBlack": "#333333",
  89. "terminal.ansiBlue": "#6a7ec8",
  90. "terminal.ansiBrightBlack": "#666666",
  91. "terminal.ansiBrightBlue": "#819aff",
  92. "terminal.ansiBrightCyan": "#66d9ef",
  93. "terminal.ansiBrightGreen": "#a6e22e",
  94. "terminal.ansiBrightMagenta": "#ae81ff",
  95. "terminal.ansiBrightRed": "#f92672",
  96. "terminal.ansiBrightWhite": "#f8f8f2",
  97. "terminal.ansiBrightYellow": "#e2e22e",
  98. "terminal.ansiCyan": "#56adbc",
  99. "terminal.ansiGreen": "#86b42b",
  100. "terminal.ansiMagenta": "#8c6bc8",
  101. "terminal.ansiRed": "#c4265e",
  102. "terminal.ansiWhite": "#e3e3dd",
  103. "terminal.ansiYellow": "#b3b42b",
  104. "titleBar.activeBackground": "#1e1f1c",
  105. "widget.shadow": "#000000",
  106.  
  107. },
  108. "editor.tokenColorCustomizations": {
  109. "textMateRules": [
  110. {
  111. "scope": [
  112. "comment",
  113. "comment.block",
  114. "comment.block.documentation",
  115. "comment.line",
  116. "constant",
  117. "constant.character",
  118. "constant.character.escape",
  119. "constant.numeric",
  120. "constant.numeric.integer",
  121. "constant.numeric.float",
  122. "constant.numeric.hex",
  123. "constant.numeric.octal",
  124. "constant.other",
  125. "constant.regexp",
  126. "constant.rgb-value",
  127. "emphasis",
  128. "entity",
  129. "entity.name",
  130. "entity.name.class",
  131. "entity.name.function",
  132. "entity.name.method",
  133. "entity.name.section",
  134. "entity.name.selector",
  135. "entity.name.tag",
  136. "entity.name.type",
  137. "entity.other",
  138. "entity.other.attribute-name",
  139. "entity.other.inherited-class",
  140. "invalid",
  141. "invalid.deprecated",
  142. "invalid.illegal",
  143. "keyword",
  144. "keyword.control",
  145. "keyword.operator",
  146. "keyword.operator.new",
  147. "keyword.operator.assignment",
  148. "keyword.operator.arithmetic",
  149. "keyword.operator.logical",
  150. "keyword.other",
  151. "markup",
  152. "markup.bold",
  153. "markup.changed",
  154. "markup.deleted",
  155. "markup.heading",
  156. "markup.inline.raw",
  157. "markup.inserted",
  158. "markup.italic",
  159. "markup.list",
  160. "markup.list.numbered",
  161. "markup.list.unnumbered",
  162. "markup.other",
  163. "markup.quote",
  164. "markup.raw",
  165. "markup.underline",
  166. "markup.underline.link",
  167. "meta",
  168. "meta.block",
  169. "meta.cast",
  170. "meta.class",
  171. "meta.function",
  172. "meta.function-call",
  173. "meta.preprocessor",
  174. "meta.return-type",
  175. "meta.selector",
  176. "meta.tag",
  177. "meta.type.annotation",
  178. "meta.type",
  179. "punctuation.definition.string.begin",
  180. "punctuation.definition.string.end",
  181. "punctuation.separator",
  182. "punctuation.separator.continuation",
  183. "punctuation.terminator",
  184. "storage",
  185. "storage.modifier",
  186. "storage.type",
  187. "string",
  188. "string.interpolated",
  189. "string.other",
  190. "string.quoted",
  191. "string.quoted.double",
  192. "string.quoted.other",
  193. "string.quoted.single",
  194. "string.quoted.triple",
  195. "string.regexp",
  196. "string.unquoted",
  197. "strong",
  198. "support",
  199. "support.class",
  200. "support.constant",
  201. "support.function",
  202. "support.other",
  203. "support.type",
  204. "support.type.property-name",
  205. "support.variable",
  206. "variable",
  207. "variable.language",
  208. "variable.name",
  209. "variable.other",
  210. "variable.other.readwrite",
  211. "variable.parameter"
  212. ],
  213. "settings": {
  214. "fontStyle": ""
  215. }
  216. }
  217. ]
  218. },
  219. "[cpp]": {
  220. "editor.defaultFormatter": "ms-vscode.cpptools"
  221. },
  222. "terminal.integrated.rendererType": "dom",
  223. "files.autoSave": "afterDelay",
  224. "extensions.ignoreRecommendations": false,
  225. "workbench.colorTheme": "Sublime VSCode Theme",
  226. "editor.renderWhitespace": "none"
  227. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement