
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
vsc-material-theme
Advanced tools

The most epic theme meets Visual Studio Code. You can help by reporting issues here
You can install this awesome theme through the Visual Studio Code Marketplace.
Launch Quick Open
Paste the following command and press Enter:
ext install vsc-material-theme
Download the latest .vsix release file from the marketplace and install it from the command line
code --install-extension vsc-material-theme-*.*.*.vsix
or from within VS Code by launching Quick Open and running the Install from VSIX... command.
Change to your .vscode/extensions VS Code extensions directory.
Depending on your platform it is located in the following folders:
~/.vscode/extensions~/.vscode/extensions%USERPROFILE%\.vscode\extensionsClone the Material Theme repository as Equinusocio.vsc-material-theme:
git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc-material-theme
Launch Quick Open,
Type theme and choose Preferences: Color Theme, then select one of the Material Theme variant from the list. After the activation the theme will set the correct icons theme for you, based on your picked theme variant.
If you notice that the folder icons does not match the material theme active variant you can fix it with just a command.
Launch Quick Open,
type material theme and select Material Theme: Fix file icons from the drop-down menu, this command will set the correct icon theme based on your active material theme variant.
Launch Quick Open,
Type material theme and choose Material Theme: Set accent color and pick one color from the list.
By default material theme will apply the correct icons theme based on your active theme variant. To disable this behavior follow these steps:
Launch Quick Open,
Type material theme and choose Material Theme: Enable or disable icons auto-applying and choose to disable or enable this behavior.
You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the relative section on the vs code documentation
Basic example
"editor.tokenColorCustomizations": {
"[Material Theme]": {
"comments": "#229977"
}
},
Advanced example
"editor.tokenColorCustomizations": {
"[Material Theme VARIANT]": {
"sideBar.background": "#347890",
"textMateRules": [
{
"scope": [
"punctuation.definition.comment",
"comment.block",
"comment.line",
"comment.block.documentation"
],
"settings": {
"foreground": "#FF0000"
}
}
]
},
},
{
// Controls the font family.
"editor.fontFamily": "Operator Mono",
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 24,
// Enables font ligatures
"editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false
}
Thanks to the Material Theme community you can use is with other softwares, here the official portings:
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Copyright © 2017 Mattia Astorino
FAQs
The most epic theme now for Visual Studio Code
We found that vsc-material-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.