Skip to content

Instantly share code, notes, and snippets.

@azinit
Last active May 22, 2022 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azinit/e4dcec6cb47854c0ddc1f34799ccc9a5 to your computer and use it in GitHub Desktop.
Save azinit/e4dcec6cb47854c0ddc1f34799ccc9a5 to your computer and use it in GitHub Desktop.
"todo-tree.regex.regex": "(//|\\*)\\s*($TAGS).*(\\n\\s*//\\s{2,}.*)*",
"todo-tree.general.tags": [
"TODO",
"FIXME",
"BUG",
"NOTE",
"!!!",
],
"todo-tree.highlights.defaultHighlight": {
"type": "whole-line",
"gutterIcon": true,
"background": "#000",
"opacity": 20,
},
"todo-tree.highlights.customHighlight": {
"TODO": {
"foreground": "#4afff6",
"icon": "check-circle-fill-16",
"opacity": 30,
},
"FIXME": {
"icon": "alert",
"foreground": "#c2ac8d",
"iconColour": "#c2ac8d",
},
"BUG": {
"foreground": "#a86559",
"icon": "bug",
},
"NOTE": {
"icon": "note",
"foreground": "grey",
"iconColour": "grey",
"opacity": 10,
},
"!!!": {
"icon": "flame",
"foreground": "#c4371f",
"iconColour": "#c4371f",
"background": "#54160b",
},
},
@azinit
Copy link
Author

azinit commented Nov 14, 2020

image

@Dude0106
Copy link

image

@azinit
Copy link
Author

azinit commented May 22, 2022

@Dude0106 some more context pls?)

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