A theme collection with my own theme and some variations on some popular themes, such as Dracula and Hacker. Simple and functional.
Through VSCode marketplace.
Font and indent rainbow colors.
{
"editor.fontFamily": "Input Mono",
"indentRainbow.colors": [
"rgba(255, 255, 255, 0)",
"rgba(255, 255, 255, 0.03)",
"rgba(255, 255, 255, 0.06)",
"rgba(255, 255, 255, 0.1)",
"rgba(255, 255, 255, 0.06)",
"rgba(255, 255, 255, 0.03)"
]
}