在 VSCode 运行命令 >Generate Color Theme From Current Settings
即可获取当前主题配色。
以下提取自 Dark+ 的终端配色(可直接使用于 Windows Terminal),并略将 Bright White 颜色增亮:
1{
2 "background": "#181818",
3 "black": "#000000",
4 "blue": "#2472C8",
5 "brightBlack": "#666666",
6 "brightBlue": "#3B8EEA",
7 "brightCyan": "#29B8DB",
8 "brightGreen": "#23D18B",
9 "brightPurple": "#D670D6",
10 "brightRed": "#F14C4C",
11 "brightWhite": "#F5F5F5",
12 "brightYellow": "#F5F543",
13 "cursorColor": "#FFFFFF",
14 "cyan": "#11A8CD",
15 "foreground": "#CCCCCC",
16 "green": "#0DBC79",
17 "name": "VSCode Dark+",
18 "purple": "#BC3FBC",
19 "red": "#CD3131",
20 "selectionBackground": "#FFFFFF",
21 "white": "#E5E5E5",
22 "yellow": "#E5E510"
23}
版权声明:本文遵循 CC BY-SA 4.0 版权协议,转载请附上原文出处链接和本声明。
Copyright statement: This article follows the CC BY-SA 4.0 copyright agreement. For reprinting, please attach the original source link and this statement.