Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dipankardas011/dipankar-dark-theme

My dark and light theme for VS Code
https://github.com/dipankardas011/dipankar-dark-theme

dark-theme npm-package syntax-highlighting vscode vscode-theme

Last synced: 9 days ago
JSON representation

My dark and light theme for VS Code

Awesome Lists containing this project

README

        

# DD-Light-Dark Theme

By `Dipankar Das`

![cover Page](CoverPage.png)


![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)

# SCREENSHOT
## Dark Theme
![alt text](dark.png)


## Light Theme
![alt text](light.png)

🎉✨

To turn on Font Ligatures
Ctrl + Shift + P => Settings.json
ans Paste this

some of the suggest `settings.json`
```json
"editor.fontLigatures": "true",
"editor.fontSize": 15,
"editor.fontFamily": "Cascadia Code",
```

To get the bracketPairColorization
Ctrl + Shift + P => Settings.json
ans Paste this
```json
"editor.bracketPairColorization.enabled": true,
```


## Installation & Applying

This theme can be installed by clicking on Ctrl + Shift + X on Windows or ⇧ + ⌘ + X on Mac and then searching for "Dipankar theme".

To apply clicking on Ctrl + K + T on Windows or ⇧ + K + T on Mac and then apply the theme you want.

## How to contribute

This will allow me or any contributor to easily add/suggest new theme variants or changes to the existing ones. In `./themes/` folder you will find:
see the `./CONTRIBUTION.md` file

## CHANGELOG
[**github link**](https://github.com/dipsonu10/dark-theme-custom/blob/main/CHANGELOG.md)

## Profile View Counter

### Contributors Badge



Made with [contributors-img](https://contrib.rocks).

❤ `Happy coding`

## Credits

This theme was inspired by the themes [VS Dark](https://github.com/Microsoft/vscode/tree/master/extensions/theme-defaults/themes), [Monokai Pro](https://marketplace.visualstudio.com/items?itemName=monokai.theme-monokai-pro-vscode), [One Dark](https://github.com/atom/atom/tree/master/packages/one-dark-syntax)

**Enjoy!**