Highlight [!], [!!], [!!!]
This commit is contained in:
parent
750ebbacfe
commit
6c17785f73
1 changed files with 17 additions and 2 deletions
|
@ -21,12 +21,27 @@
|
|||
"terminal.integrated.enablePersistentSessions": false,
|
||||
"terminal.integrated.shellIntegration.history": 0,
|
||||
"todo-tree.general.tags": [
|
||||
"[!!!]",
|
||||
"[!!]",
|
||||
"[!]",
|
||||
"DONE",
|
||||
"TODO",
|
||||
"WAIT",
|
||||
"WORK",
|
||||
"DONE"
|
||||
"WORK"
|
||||
],
|
||||
"todo-tree.highlights.customHighlight": {
|
||||
"[!!!]": {
|
||||
"fontWeight": "bold",
|
||||
"foreground": "#ffc000"
|
||||
},
|
||||
"[!!]": {
|
||||
"fontWeight": "bold",
|
||||
"foreground": "#ffc000"
|
||||
},
|
||||
"[!]": {
|
||||
"fontWeight": "bold",
|
||||
"foreground": "#ffc000"
|
||||
},
|
||||
"DONE": {
|
||||
"foreground": "#c0c0c0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue