官方文档
https://docs.microsoft.com/zh-cn/windows/terminal/
https://docs.microsoft.com/en-us/windows/terminal/

主题
https://windowsterminalthemes.dev/

https://github.com/mbadolato/iTerm2-Color-Schemes

https://printempw.github.io/windows-terminal-setup-guide/

Gruvbox Dark

  1. {
  2. "name": "Gruvbox Dark",
  3. "black": "#1e1e1e",
  4. "red": "#be0f17",
  5. "green": "#868715",
  6. "yellow": "#cc881a",
  7. "blue": "#377375",
  8. "purple": "#a04b73",
  9. "cyan": "#578e57",
  10. "white": "#978771",
  11. "brightBlack": "#7f7061",
  12. "brightRed": "#f73028",
  13. "brightGreen": "#aab01e",
  14. "brightYellow": "#f7b125",
  15. "brightBlue": "#719586",
  16. "brightPurple": "#c77089",
  17. "brightCyan": "#7db669",
  18. "brightWhite": "#e6d4a3",
  19. "background": "#1e1e1e",
  20. "foreground": "#e6d4a3",
  21. "cursorColor": "#e6d4a3",
  22. "selectionBackground": "#e6d4a3"
  23. }