vscode主题美化

vscode 主题美化

主题使用Tokyo Night

tokyo night

由于我在用rust的时候发现其对一些变量的颜色不太好看,所以自己又在设置中改了一点

"editor.tokenColorCustomizations": { .... "[Tokyo Night]": { // or "[Tokyo Night Storm]" "textMateRules": [ { "scope": [ "comment keyword.codetag.notation", "comment.block.documentation keyword", "comment.block.documentation storage.type.class" ], "settings": { "foreground": "#bb9af7" } }, { "scope": [ "comment.block.documentation entity.name.type.instance" ], "settings": { "foreground": "#73daca", "fontStyle": "italic" } }, { "scope": [ "comment.block.documentation entity.name.type punctuation.definition.bracket" ], "settings": { "foreground": "#bb9af7" } }, { "scope": [ "comment.block.documentation variable" ], "settings": { "foreground": "#e0af68", "fontStyle": "italic" } }, { "scope": "entity.name.type.rust", "settings": { "foreground": "#7aa2f7" } }, { "scope": "entity.name.type.struct.rust", "settings": { "foreground": "#a43603" } }, { "scope": "entity.name.module.rust", "settings": { "foreground": "#61afef" } }, { "scope": "meta.import.rust", "settings": { "foreground": "#0286f1" } }, { "scope": "meta.attribute.rust", "settings": { "foreground": "#e5c07b" } }, { "scope": "entity.name.type.declaration.rust", "settings": { "foreground": "#f6a277" } }, { "scope": "entity.name.type.trait.rust", "settings": { "foreground": "#f6a277" } }, { "scope": "entity.name.type.enum.rust", "settings": { "foreground": "#f6a277" } }, { "scope": "entity.name.type.numeric.rust", "settings": { "foreground": "#e88260" } }, ] } },

__EOF__

本文作者alan
本文链接https://www.cnblogs.com/alanli07/p/18558958.html
关于博主:评论和私信会在第一时间回复。或者直接私信我。
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
声援博主:如果您觉得文章对您有帮助,可以点击文章右下角推荐一下。您的鼓励是博主的最大动力!
posted @   LIalan  阅读(35)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 一个费力不讨好的项目,让我损失了近一半的绩效!
· 清华大学推出第四讲使用 DeepSeek + DeepResearch 让科研像聊天一样简单!
· 实操Deepseek接入个人知识库
· 易语言 —— 开山篇
· 【全网最全教程】使用最强DeepSeekR1+联网的火山引擎,没有生成长度限制,DeepSeek本体
点击右上角即可分享
微信分享提示