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

相关推荐
TT_Close19 小时前
🐟 发布中心进度同步:8 个商店的上传功能开发完毕,正抓紧测试
flutter·npm·visual studio code
阿虎儿3 天前
免费解锁 GitHub Copilot 无限次使用
visual studio code
Mr_Lucifer4 天前
「一句话」生成”小红书“式金句海报(CodeFlicker + quote-poster-generator)
人工智能·aigc·visual studio code
子玖4 天前
让你的文章里俏皮的添加emoji
程序员·markdown·visual studio code
奔跑路上的Me4 天前
vscode终端显示分支信息在Windows 和 mac电脑上的配置
visual studio code
天朝八阿哥5 天前
使用Docker+vscode搭建离线的go开发调试环境
后端·docker·visual studio code
敲敲敲敲暴你脑袋8 天前
写个添加注释的vscode插件
javascript·typescript·visual studio code
golang学习记8 天前
GitLens 十大神技:彻底改变你在 VS Code 中的 Git 工作流
前端·后端·visual studio code
小兵张健10 天前
为什么我放弃了 JetBrains 系列,转向 VSCode 等衍生物
visual studio code·jetbrains
晚风予星10 天前
Ant Design Token Lens 迎来了全面升级!支持在 .tsx 或 .ts 文件中直接使用 Design Token
前端·react.js·visual studio code