Skip to content

Commit

Permalink
change comment colors
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Jan 1, 2024
1 parent 2abb259 commit 06df41d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions tools/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"editor.wrappingStrategy": "advanced"
},
"editor.tokenColorCustomizations": {
"comments": "#e45e91",
"textMateRules": [
{
"scope": "punctuation",
Expand All @@ -215,10 +216,24 @@
}
},
{
"scope": "comment",
"scope": [
"comment",
"comment.block.documentation",
"comment.block.documentation.js",
"comment.line.number-sign.js",
"comment.line.double-slash.js",
"comment.line.number-sign.hcl",
"comment.line.double-slash.hcl",
"storage.type.class.jsdoc",
"entity.name.type.instance.jsdoc",
"variable.other.jsdoc",
"punctuation.definition.comment",
"punctuation.definition.comment.begin.documentation",
"punctuation.definition.comment.end.documentation"
],
"settings": {
"fontStyle": "italic",
"foreground": "#26e9c9",
"foreground": "#a4b224"
}
},
{
Expand Down Expand Up @@ -248,7 +263,7 @@
]
},
"[One Dark Pro Vivid]": {
"comments": "#229977"
"comments": "#acc232"
}
},
"workbench.colorCustomizations": {
Expand Down

0 comments on commit 06df41d

Please sign in to comment.