【迁移trae的主题到vscode】遇到的一个问题,请教下vscode的主题配色相关变量

方法:使用 shift + command + p, 找到这个

悬浮就能看到颜色的信息 然后完成迁移

vscode

js

go

trae - js

json 复制代码
	"oneDarkPro.editorTheme": "One Dark Pro Flat",
	"oneDarkPro.vivid": true,
	"oneDarkPro.color": {
		"green": "#82D99F",
		"chalky": "#F0D8FF",
		"deepRed": "#F2858C",
		"malibu": "#F29D79",
		"purple": "#B38CFF",
		"fountainBlue": "#80BBFF",
		"whiskey": "#DED47E",
		"lightWhite": "#D5D8E0"
	},
	"workbench.colorCustomizations": {
		"sideBar.background": "#171b26",
		"sideBar.foreground": "#c9d1d9",
		"sideBar.border": "#262a37",
		"sideBarTitle.foreground": "#c9d1d9",
		"activityBar.background": "#262a37",
		"activityBar.foreground": "#c9d1d9",
		"editor.background": "#171b26",
		"editor.foreground": "#c9d1d9",
		"editor.lineHighlightBackground": "#2a2e3e",
		"editor.selectionBackground": "#3a3f4b",
		"editorGroup.background": "#1e2127",
		"editorGroup.border": "#171b26",
		"editorGroupHeader.tabsBackground": "#171b26",
		"editorGroupHeader.tabsBorder": "#262a37",
		"titleBar.activeBackground": "#262a37",
		"tab.activeBackground": "#363b4e",
		"tab.activeForeground": "#c9d1d9",
		"tab.inactiveBackground": "#262a37",
		"tab.inactiveForeground": "#c9d1d9",
		"tab.hoverBackground": "#363b4e",
		"list.activeSelectionBackground": "#363b4e",
		"list.activeSelectionForeground": "#c9d1d9",
		"list.hoverBackground": "#2a2e3e",
	},

现在还差一个html的标签:template.html.source.vue 等一些颜色,onedarkpro主题似乎都直接用了chalky,有jy知道如何完成完整的迁移吗?

相关推荐
QC七哥3 天前
picgo的vscode插件支持easyimage图床
node.js·visual studio code
formulahendry3 天前
在 VS Code 中,一键安装 MCP Server!
visual studio code·vs code·mcp
Jiude6 天前
🚨两月没动的项目突然爆红❗一场由 ESLint 和格式化配置缺失引发的血案🧩
前端·visual studio code·cursor
60岁咯7 天前
VSCode插件开发九:扩展中接入Copilot AI
前端·javascript·visual studio code
jerrywus7 天前
最新Cursor无限续杯避坑指南,让你稳稳的喝咖啡~
openai·visual studio code·cursor
ACE叫牌14 天前
C++Qt开发流程图效果,包括保存、加载功能
c++·qt·流程图·visual studio code
print('name')16 天前
从Excel文件中读取数据
开发语言·数据结构·python·pycharm·excel·visual studio code
print('name')17 天前
将景区天气数据存储到Excel文件中
开发语言·数据结构·python·pycharm·excel·visual studio code
daily_233318 天前
c++领域展开第十六幕——STL(vector容器的了解以及各种函数的使用)超详细!!!!
开发语言·c++·vector·visual studio code