Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.64 KB | None | 0 0
  1. {
  2. // "editor.hover.delay": 999999000,
  3. "editor.hover.enabled": true,
  4. // "editor.fontFamily": "Fira Code",
  5. "editor.fontFamily": "Operator Mono",
  6. "editor.fontLigatures": true,
  7. "explorer.confirmDelete": false,
  8. "editor.parameterHints.enabled": false,
  9. "editor.minimap.enabled": false,
  10. "editor.glyphMargin": false,
  11. "terminal.integrated.cursorBlinking": true,
  12. "terminal.integrated.cursorStyle": "line",
  13. "workbench.startupEditor": "none",
  14. "workbench.editor.enablePreview": false,
  15. "workbench.editor.openPositioning": "last",
  16. "prettier.tabWidth": 2,
  17. "editor.tabSize": 2,
  18. "prettier.singleQuote": true,
  19. "editor.fontSize": 16,
  20. "editor.fontWeight": "100",
  21. "workbench.activityBar.visible": true,
  22. "emmet.includeLanguages": {
  23. "javascript": "javascriptreact"
  24. },
  25. "workbench.tree.renderIndentGuides": "onHover",
  26. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  27. "terminal.integrated.fontFamily": "Fira Code",
  28. "workbench.colorCustomizations": {
  29. "terminal.background": "#282A36",
  30. "terminal.foreground": "#F8F8F2",
  31. "terminalCursor.background": "#ff0000",
  32. "terminalCursor.foreground": "#ffffff",
  33. "terminal.ansiBlack": "#000000",
  34. "terminal.ansiBlue": "#067d8f",
  35. "terminal.ansiBrightBlack": "#6272A4",
  36. "terminal.ansiBrightBlue": "#D6ACFF",
  37. "terminal.ansiBrightCyan": "#A4FFFF",
  38. "terminal.ansiBrightGreen": "#69FF94",
  39. "terminal.ansiBrightMagenta": "#FF92DF",
  40. "terminal.ansiBrightRed": "#FF6E6E",
  41. "terminal.ansiBrightWhite": "#FFFFFF",
  42. "terminal.ansiBrightYellow": "#FFFFA5",
  43. "terminal.ansiCyan": "#8BE9FD",
  44. "terminal.ansiGreen": "#50FA7B",
  45. "terminal.ansiMagenta": "#FF79C6",
  46. "terminal.ansiRed": "#FF5555",
  47. "terminal.ansiWhite": "#F8F8F2",
  48. "terminal.ansiYellow": "#ebc035",
  49. "[Webstorm IntelliJ Darcula Theme]": {
  50. "editorBracketMatch.background": "#264f78",
  51. "editorBracketMatch.border": "#cf3f3f00",
  52. "editorIndentGuide.activeBackground": "#a2a79d",
  53. "editorCursor.foreground": "#ffffff",
  54. "editor.selectionHighlightBackground": "#cccf103a",
  55. "editor.wordHighlightStrongBackground": "#ffffff23",
  56. "editor.wordHighlightBackground": "#ffffff25",
  57. "peekViewEditor.matchHighlightBackground": "#00000073",
  58. "editor.inactiveSelectionBackground": "#006eff41"
  59. },
  60. "[IntelliJ-ish Darcula]": {
  61. "editorBracketMatch.background": "#264f78",
  62. "editorBracketMatch.border": "#cf3f3f00",
  63. "editorIndentGuide.activeBackground": "#a2a79d",
  64. "editorCursor.foreground": "#ffffff",
  65. "editor.wordHighlightStrongBackground": "#ffffff23",
  66. // "editor.wordHighlightBackground": "#ffffff25",
  67. "editor.wordHighlightBackground": "#fffb011f",
  68. "peekViewEditor.matchHighlightBackground": "#00000073",
  69. "editor.selectionBackground": "#006eff75",
  70. "editor.inactiveSelectionBackground": "#006eff41",
  71. // "editor.selectionHighlightBackground": "#a5ca3d13",
  72. "editor.selectionHighlightBackground": "#e234cb44",
  73. "editor.selectionHighlightBorder": "#ffffff2f",
  74. "tree.indentGuidesStroke": "#d1c9c9bb"
  75. },
  76. "[Visual Studio Dark]": {
  77. "editorCursor.foreground": "#ffffff",
  78. "editorBracketMatch.background": "#264f78",
  79. "editorBracketMatch.border": "#cf3f3f00",
  80. "editorIndentGuide.activeBackground": "#a2a79d",
  81. "editor.selectionHighlightBackground": "#17180b3a",
  82. "editor.wordHighlightStrongBackground": "#ffffff23",
  83. "editor.wordHighlightBackground": "#ffffff25",
  84. "peekViewEditor.matchHighlightBackground": "#00000073",
  85. "editor.selectionBackground": "#006eff75",
  86. "editor.inactiveSelectionBackground": "#006eff41"
  87. },
  88. "[Gruvbox Dark (Soft)]": {
  89. "editorBracketMatch.background": "#264f78",
  90. "editorBracketMatch.border": "#cf3f3f00",
  91. "editorIndentGuide.activeBackground": "#a2a79d",
  92. "editorCursor.foreground": "#ffffff",
  93. "editor.wordHighlightStrongBackground": "#ffffff23",
  94. // "editor.wordHighlightBackground": "#ffffff25",
  95. "editor.wordHighlightBackground": "#fffb011f",
  96. "peekViewEditor.matchHighlightBackground": "#00000073",
  97. "editor.selectionBackground": "#006eff75",
  98. "editor.inactiveSelectionBackground": "#006eff41",
  99. "editor.selectionHighlightBackground": "#a5ca3d13",
  100. "editor.selectionHighlightBorder": "#ffffff2f",
  101. "tree.indentGuidesStroke": "#d1c9c9bb"
  102. }
  103. },
  104. "activitusbar.views": {
  105. "explorer": "file-text",
  106. "search": "search",
  107. "scm": "repo-forked",
  108. "debug": "",
  109. "extensions": "package"
  110. },
  111. "activitusbar.activeColour": "white",
  112. "activitusbar.inactiveColour": "white",
  113. "[typescript]": {
  114. "editor.defaultFormatter": "esbenp.prettier-vscode"
  115. },
  116. // "html.format.wrapAttributes": "preserve-aligned",
  117. "html.format.wrapAttributes": "preserve",
  118. "[html]": {
  119. "editor.defaultFormatter": "vscode.html-language-features"
  120. },
  121. "[javascript]": {
  122. "editor.defaultFormatter": "esbenp.prettier-vscode"
  123. },
  124. "turboConsoleLog.logMessagePrefix": "--->",
  125. "turboConsoleLog.addSemicolonInTheEnd": true,
  126. "turboConsoleLog.quote": "'",
  127. "git.enableSmartCommit": true,
  128. "typescript.preferences.importModuleSpecifier": "relative",
  129. "[json]": {
  130. "editor.defaultFormatter": "vscode.json-language-features"
  131. },
  132. "[jsonc]": {
  133. "editor.defaultFormatter": "vscode.json-language-features"
  134. },
  135. "window.zoomLevel": 0,
  136. "editor.tokenColorCustomizations": {
  137. "[Gruvbox Dark (Soft)]": {
  138. "textMateRules": [
  139. {
  140. "scope": [
  141. "keyword.control.import.ts",
  142. "keyword.control.from.ts",
  143. "storage.type.ts",
  144. "storage.modifier.ts",
  145. "storage.type.class.ts",
  146. "keyword.control.flow.ts",
  147. "keyword.control.conditional.ts",
  148. "keyword.control.export.ts",
  149. "keyword.control.loop.ts",
  150. "keyword.control.as.ts",
  151. "keyword.control.switch.ts",
  152. "keyword.control.switch.ts",
  153. "storage.type.property.ts",
  154. "storage.type.interface.ts",
  155. "keyword.control.trycatch.ts",
  156. "storage.modifier.async.ts"
  157. ],
  158. "settings": {
  159. "foreground": "#569cd6"
  160. }
  161. },
  162. {
  163. "scope": [
  164. "string.quoted.single.ts",
  165. "string.quoted.double.ts",
  166. "string.template.ts",
  167. "punctuation.definition.string.begin.ts",
  168. "punctuation.definition.string.end.ts",
  169. "punctuation.definition.string.template.begin.ts",
  170. "punctuation.definition.string.template.end.ts",
  171. ],
  172. "settings": {
  173. "foreground": "#ce9178",
  174. }
  175. }
  176. ]
  177. },
  178. },
  179. "workbench.iconTheme": "vscode-icons",
  180. "workbench.tree.indent": 20,
  181. "workbench.colorTheme": "IntelliJ-ish Darcula",
  182. "better-comments.tags": [
  183. {
  184. "tag": "!",
  185. "color": "#FF2D00",
  186. "strikethrough": false,
  187. "backgroundColor": "transparent"
  188. },
  189. {
  190. "tag": "?",
  191. "color": "#3498DB",
  192. "strikethrough": false,
  193. "backgroundColor": "transparent"
  194. },
  195. {
  196. "tag": "//",
  197. "color": "#474747",
  198. "strikethrough": true,
  199. "backgroundColor": "transparent"
  200. },
  201. {
  202. "tag": "todo",
  203. "color": "#FF8C00",
  204. "strikethrough": false,
  205. "backgroundColor": "transparent"
  206. },
  207. {
  208. "tag": "*",
  209. "color": "#00d9ff",
  210. "strikethrough": false,
  211. "backgroundColor": "transparent"
  212. },
  213. {
  214. "tag": ":",
  215. "color": "#73ff00",
  216. "strikethrough": false,
  217. "backgroundColor": "transparent"
  218. }
  219. ]
  220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement