Advertisement
Morogn93

Untitled

Oct 21st, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. // brackets setting for visual studio code
  2.  
  3. {
  4. "workbench.colorTheme": "Nebula Oni (Cerberus)",
  5. "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
  6. "editor.fontSize": 17,
  7. "workbench.colorCustomizations": {
  8. "terminal.ansiGreen": "#1a90be",
  9. "editor.lineHighlightBackground": "#1073cf2d",
  10. "editor.lineHighlightBorder": "#9fced11f",
  11. "editorBracketMatch.background": "#ffffff0c",
  12. "editorBracketMatch.border": "#f9f9f977"
  13.  
  14.  
  15.  
  16. // "editor.matchBrackets": true,
  17. },
  18. "javascript.updateImportsOnFileMove.enabled": "always",
  19. "[handlebars]": {
  20. "editor.defaultFormatter": "embertooling.prettier-for-handlebars-vscode"
  21. },
  22. "[javascript]": {
  23. "editor.defaultFormatter": "esbenp.prettier-vscode"
  24. },
  25. "workbench.sideBar.location": "left",
  26. "nebulaOni.update.restoreConfiguration": {
  27. "themeSettings": {
  28. "background": "Grey",
  29. "main": "Bumblebee",
  30. "highlight": "Ultra Violet",
  31. "focusBorder": "ON",
  32. "fontStyle": "Italic",
  33. "comments": "Dark Violet",
  34. "favorite": "OFF"
  35. },
  36. "favoriteSettings": {
  37. "background": "Glacial Blue",
  38. "main": "Sakura",
  39. "highlight": "Ultra Violet",
  40. "focusBorder": "ON",
  41. "fontStyle": "Italic",
  42. "comments": "Dark Magenta",
  43. "favorite": "Nebula Oni (Pegasus)"
  44. }
  45. },
  46. "liveServer.settings.CustomBrowser": "chrome",
  47. "editor.wordWrap": "off",
  48. "window.zoomLevel": 1,
  49. "blockman.n01LineHeight": 0,
  50. "diffEditor.wordWrap": "off",
  51. "editor.guides.indentation": true,
  52. "editor.guides.bracketPairs": true,
  53. "editor.inlayHints.enabled": "on",
  54. "editor.bracketPairColorization.enabled": true,
  55. "editor.matchBrackets": "always",
  56.  
  57.  
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement