Skip to content

Commit 4282f71

Browse files
committed
chore: 🧑‍💻 Add vscode settings for lighter comments color
1 parent 42035c6 commit 4282f71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"editor.tokenColorCustomizations": {
3+
"comments": "#5c5c5c",
4+
"textMateRules": []
5+
}
6+
}

0 commit comments

Comments
 (0)