Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make vs code folder icon bigger & text to white?

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

VS code screebshot

like image 285
user2022 Avatar asked Mar 06 '23 06:03

user2022


1 Answers

To change the sidebar font color use:

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

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.

like image 104
Mark Avatar answered Mar 17 '23 13:03

Mark