settings.json 510 B

123456789101112131415
  1. {
  2. "cSpell.words": ["AILP", "GCLS", "KHPJ", "NNPE", "XYZP"],
  3. "workbench.colorCustomizations": {
  4. "titleBar.activeBackground": "#42b883",
  5. "titleBar.activeForeground": "#15202b",
  6. "titleBar.inactiveBackground": "#42b88399",
  7. "titleBar.inactiveForeground": "#15202b99",
  8. "sash.hoverBorder": "#65c89b"
  9. },
  10. "peacock.color": "#42b883",
  11. "i18n-ally.localesPaths": ["src/locales/lang"],
  12. "i18n-ally.keystyle": "nested",
  13. "i18n-ally.sourceLanguage": "ZH",
  14. "i18n-ally.displayLanguage": "ZH"
  15. }