@dhiraj2105/dlang
Version:
A basic programming language built for learning and experimenting
25 lines (22 loc) • 585 B
JSON
{
"editor.fontFamily": "JetBrains Mono",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"comment.block",
"comment.line",
"comment.block.documentation",
],
"settings": {
"fontStyle": "italic",
"foreground":"#77926d"
}
}
]
},
"workbench.colorCustomizations": {
"editor.background": "#1d1d2a"
}
}