By Dipankar Das
🎉✨
To turn on Font Ligatures Ctrl + Shift + P => Settings.json ans Paste this
some of the suggest settings.json
"editor.fontLigatures": "true",
"editor.fontSize": 15,
"editor.fontFamily": "Cascadia Code",
To get the bracketPairColorization Ctrl + Shift + P => Settings.json ans Paste this
"editor.bracketPairColorization.enabled": true,
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.
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
❤ Happy coding
This theme was inspired by the themes VS Dark, Monokai Pro, One Dark
Enjoy!