Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Vscode | 23,406 | 15 days ago | 71 | cc0-1.0 | JavaScript | |||||
🎨 A curated list of delightful VS Code packages and resources. | ||||||||||
Vsc Material Theme | 11,114 | 2 months ago | 1 | August 29, 2018 | apache-2.0 | TypeScript | ||||
Material Theme, the most epic theme for Visual Studio Code | ||||||||||
Polacode | 6,673 | a year ago | 72 | JavaScript | ||||||
📸 Polaroid for your code | ||||||||||
Aura Theme | 2,838 | 2 | a month ago | 7 | October 15, 2021 | 20 | mit | TypeScript | ||
✨ A beautiful dark theme for your favorite apps. | ||||||||||
Vscode Icons | 1,401 | a year ago | 9 | mit | JavaScript | |||||
Custom Visual Studio Code Icons | ||||||||||
Marp Vscode | 1,372 | a month ago | 9 | mit | TypeScript | |||||
Marp for VS Code: Create slide deck written in Marp Markdown on VS Code | ||||||||||
New Moon | 1,188 | 3 months ago | 14 | mit | Less | |||||
🌙 The optimized dark theme for web development. | ||||||||||
Visual Studio Code | 1,039 | 5 months ago | 30 | mit | JavaScript | |||||
An arctic, north-bluish clean and elegant Visual Studio Code theme. | ||||||||||
Visual Studio Code | 714 | 3 months ago | 73 | July 15, 2023 | 38 | mit | JavaScript | |||
🧛🏻♂️ Dark theme for Visual Studio Code | ||||||||||
Vscode | 380 | 3 months ago | 6 | mit | JavaScript | |||||
Soho vibes for Visual Studio Code |
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 material theme
And pick the one by Mattia Astorino (Equinusocio) as author.
Launch Quick Open:
Type theme
, choose Preferences: Color Theme
, and select one of the Material Theme variants from the list. After activation, the theme will set the correct icon theme based on your active theme variant.
Launch Quick Open:
Type material theme
, choose Material Theme: Set accent color
, and pick one color from the list.
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*]": {
"textMateRules": [
{
"scope": [
"comment",
"comment punctuation.definition.comment"
],
"settings": {
"foreground": "#FF0000"
}
}
]
},
},
"workbench.colorCustomizations": {
"[Material Theme*]": {
"sideBar.background": "#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 it with other software, here are 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 © 2019 Mattia Astorino & Alessio Occhipinti