Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vangware/dark-plus-material

The default Dark+ theme, using Material's color palette.
https://github.com/vangware/dark-plus-material

dark dark-theme material-theme theme vangware visual-studio vscode

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Dark+ Material

The default Dark+ theme, using [Material's color palette](https://material.io/design/color/the-color-system.html#tools-for-picking-colors).

## Screenshots

![CSS screenshot](https://raw.githubusercontent.com/vangware/dark-plus-material/main/screenshots/css.png)

![JavaScript screenshot](https://raw.githubusercontent.com/vangware/dark-plus-material/main/screenshots/javascript.png)

![TypeScript screenshot](https://raw.githubusercontent.com/vangware/dark-plus-material/main/screenshots/typescript.png)

## Installing

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

```bash
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:

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

## Other themes by [Vangware](https://vangware.com)

- [**Dark+ Bootstrap:**](https://luke.sh/dark-plus-bootstrap) The default Dark+ theme, using [Bootstrap's color palette](https://getbootstrap.com/docs/5.0/customize/color/#all-colors).
- [**Dark+ Tailwind:**](https://luke.sh/dark-plus-tailwind) The default Dark+ theme, using [Tailwind's color palette](https://tailwindcss.com/docs/customizing-colors).