Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.43 KB

Dark+ Material

The default Dark+ theme, using Material's color palette.

Screenshots

CSS screenshot

JavaScript screenshot

TypeScript screenshot

Installing

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install dark-plus-material

Customization

VSCode lets you customize any theme to use the colors you want, so if you want for example change this theme to have a darker background, you can add this to your settings:

"workbench.colorCustomizations": {
	"breadcrumb.background": "#000000",
	"editor.background": "#000000",
	"editorGutter.background": "#000000",
	"tab.activeBackground": "#000000"
}

Other themes by Vangware