Skip to content

Instantly share code, notes, and snippets.

@trfd
Created June 29, 2019 10:43
Show Gist options
  • Save trfd/1686447e0daac82fc228d892cb414f3b to your computer and use it in GitHub Desktop.
Save trfd/1686447e0daac82fc228d892cb414f3b to your computer and use it in GitHub Desktop.
Better Comment Config
"better-comments.tags":
[
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag" : "warning",
"color": "#000000",
"strikethrough": false,
"backgroundColor": "#FF8C00"
},
{
"tag" : "[warning]",
"color": "#000000",
"strikethrough": false,
"backgroundColor": "#FF8C00"
},
{
"tag" : "[note]",
"color": "#66D2E8",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag" : "note",
"color": "#66D2E8",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag" : "important",
"color": "#000000",
"strikethrough": false,
"backgroundColor": "#F05066"
},
{
"tag" : "[important]",
"color": "#000000",
"strikethrough": false,
"backgroundColor": "#F05066"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment