Dark theme is great when you're coding. But when you need to show your work, a demo to someone else, presenting at a conference, or just making Video record for teaching, a light theme would be a solid choice. Black text on white background is just easier to read for people.
Support Italic font out of the box. Language Support: Add the language name you like here. ^^
Add these settings to vscode:
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}",
"<>",
[
"</",
">"
],
[
"<",
"/>"
],
[
// green
"#148848",
// pink
"#d06691",
// blue
"#0101f8"
],
"Red"
],
Enjoy!