settings.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
  3. "restructuredtext.confPath": "${workspaceFolder}/docs/source",
  4. "workbench.colorTheme": "Default Light+ Experimental",
  5. "editor.fontSize": 14,
  6. "workbench.colorCustomizations": {
  7. "[Default Light*]": {
  8. "editor.background": "#fefefe",
  9. "sideBar.background": "#fefefe",
  10. "sideBar.foreground": "#343436",
  11. "sideBarTitle.foreground": "#343436",
  12. "sideBar.border": "#e2e2e4",
  13. "statusBar.background": "#fefefe",
  14. "titleBar.activeBackground": "#fefefe",
  15. "tab.activeBackground": "#f4fff4aa",
  16. "tab.inactiveBackground": "#fefefe",
  17. "activityBar.background": "#fefefe",
  18. "editorGroupHeader.tabsBackground": "#fefefe"
  19. },
  20. "[Default Dark*]": {
  21. "editor.background": "#1D1D25",
  22. "sideBar.background": "#1D1D25",
  23. "statusBar.background": "#1D1D25",
  24. "titleBar.activeBackground": "#1D1D25",
  25. "tab.activeBackground": "#2C2C3A",
  26. "tab.inactiveBackground": "#1D1D25",
  27. "activityBar.background": "#1D1D25",
  28. "editorGroupHeader.tabsBackground": "#1D1D25"
  29. }
  30. },
  31. }