Skip to content

Instantly share code, notes, and snippets.

@uysalserkan
Created November 16, 2021 06:41
Show Gist options
  • Save uysalserkan/085fef4189ecc0c22ed601659ac1a2de to your computer and use it in GitHub Desktop.
Save uysalserkan/085fef4189ecc0c22ed601659ac1a2de to your computer and use it in GitHub Desktop.
Better commands tags
"better-comments.tags": [
{
"tag": "ERROR",
"color": "#FF0000",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "UPDATE",
"color": "#E0FF33",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "IMPORTANT",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "QUESTION",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "@",
"color": "#15ebb9",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
// {
// "tag": "//",
// "color": "#474747",
// "strikethrough": true,
// "underline": false,
// "backgroundColor": "transparent",
// "bold": false,
// "italic": false
// },
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": true,
"italic": true
},
{
"tag": "fixme",
"color": "#ff0000",
"strikethrough": false,
"underline": false,
"backgroundColor": "solid",
"bold": true,
"italic": true
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "INFO",
"color": "#75cf61",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment