Skip to content

Instantly share code, notes, and snippets.

@ShaharHD
Created September 16, 2019 14:15
Show Gist options
  • Save ShaharHD/7ef5d6808f30c782503f721bfcd2c8e9 to your computer and use it in GitHub Desktop.
Save ShaharHD/7ef5d6808f30c782503f721bfcd2c8e9 to your computer and use it in GitHub Desktop.
todo tree config
"todo-tree.general.tags": ["FIXME:", "HOTFIX:", "INFO:", "NOTICE:", "TODO:"],
"todo-tree.highlights.customHighlight": {
"FIXME:": {
"foreground": "red",
"background": "grey",
"icon": "bell"
},
"HOTFIX:": {
"foreground": "purple",
"background": "white",
"icon": "beaker"
},
"INFO:": {
"foreground": "white",
"background": "black",
"icon": "info"
},
"NOTICE:": {
"foreground": "yellow",
"background": "black",
"icon": "alert"
},
"TODO:": {
"foreground": "green",
"background": "black",
"icon": "checklist"
}
},
"todo-tree.highlights.defaultHighlight": {
"foreground": "white"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment