Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuriy-o/442935176ac469eff619a9fbbba7192f to your computer and use it in GitHub Desktop.
Save yuriy-o/442935176ac469eff619a9fbbba7192f to your computer and use it in GitHub Desktop.
Ярко жовтий колір коментарів. Код додати в settings.json
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": ["comment"],
"settings": {
"fontStyle": "italic",
"foreground": "#ffff35" // change color only for the comment text
}
}
// {
// "scope": ["punctuation.definition.comment"],
// "settings": {
// "fontStyle": "italic",
// "foreground": "#ffff35" // change color only for the punctuation
// }
// }
]
},
@yuriy-o
Copy link
Author

yuriy-o commented May 27, 2022

Ярко жовтий колір коментарів

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment