vangware / dark-plus-bootstrap

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

Home Page:https://luke.sh/dark-plus-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark+ Bootstrap

The default Dark+ theme, using Bootstrap'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-bootstrap

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

About

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

https://luke.sh/dark-plus-bootstrap

License:MIT License


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%