如何使 vs 代码文件夹图标更大 &文字变成白色? [英] How to make vs code folder icon bigger & text to white?

查看:40
本文介绍了如何使 vs 代码文件夹图标更大 &文字变成白色?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使 vs 代码文件夹图标变大 &文字变成白色?我在 vs 代码中使用 Material Design 主题.

How to make vs code folder icon bigger & text to white? I use material design theme for vs code.

推荐答案

要更改侧边栏字体颜色,请使用:

To change the sidebar font color use:

"workbench.colorCustomizations": {
    "sideBar.foreground": "#fff"
}

要更改图标大小,您可能必须更改整个应用程序的缩放级别,然后根据自己的喜好减小 editor.fontsize.请参阅更改侧边栏外观.我认为您不能同时增加图标大小和附带的侧边栏字体大小.

To change the icon size, you probably have to change the zoom level of the whole app, and then decrease your editor.fontsize to your liking. See changing the sidebar appearance. I don't think you can increase the icon sizes and not the accompanying sidebar font sizes at the same time.

正在跟踪问题,请参阅请自定义侧边栏.

The issue is being tracked, see customize the sidebar please.

这篇关于如何使 vs 代码文件夹图标更大 &文字变成白色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆