Skip to content

Instantly share code, notes, and snippets.

View protal's full-sized avatar
🎯
Focusing

Harit Kongthong protal

🎯
Focusing
View GitHub Profile
{
"success":true
}
@protal
protal / settings.json
Last active June 29, 2024 08:49
VS Code indent-rainbow settings rainbow color
{
"indentRainbow.colors": [
"rgba(255, 0 , 0,0.3)",
"rgba(255, 127, 0,0.3)",
"rgba(255, 255, 0,0.3)",
"rgba(0, 255, 0,0.3)",
"rgba(0, 0, 255,0.3)",
"rgba(75, 0, 130,0.3)",
"rgba(148,0,211,0.3)"
]