【迁移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知道如何完成完整的迁移吗?

相关推荐
2501_941871455 天前
面向分布式事务与最终一致性设计的互联网系统高可靠架构与多语言工程实践分享
intellij-idea·visual studio code
Eiceblue6 天前
Python 实现 CSV 转 TXT 格式 (单文件 + 批量处理)
开发语言·python·visual studio code
Data吴彦祖12 天前
Mac上安装Visual Studio Code教程
c语言·macos·visual studio code
前端开发爱好者14 天前
VSCode 重磅更新!要收费了?
前端·javascript·visual studio code
Eiceblue16 天前
将 Python 列表导出为 Excel 文件:一维、二维、字典列表
开发语言·python·excel·visual studio code
深兰科技17 天前
深兰科技入选“2025中国新经济30强(行业之星)”,人工智能产业化能力获认可
人工智能·windows·ci/cd·phpstorm·visual studio code·深兰科技·gyic2025
user2975258761217 天前
AI实践:结合LangChain实现一个自动生成项目README的VSCode插件
langchain·node.js·visual studio code
切糕师学AI20 天前
使用 VS Code 开发 C# 程序时,如何配置 launch.json
vscode·c#·visual studio code
草帽lufei25 天前
VSCode+PicGo实现Markdown图床自动同步
markdown·visual studio code
掘金安东尼25 天前
VSCode V1.107 发布(2025 年 11 月)
前端·visual studio code