"todo-tree.defaultHighlight": {
"type": "text",
},
"todo-tree.customHighlight": {
"TODO": {
"icon": "check",
"foreground": "#000",
"background": "#cecb32",
"iconColour": "#fffc43"
},
"FIXME": {
"icon": "alert",
"foreground": "#fff",
"background": "#ca4848",
"iconColour": "#ff4343"
}
}
网友评论