vscode-highlight-text
vscode-highlight-text copied to clipboard
colors only apply after about 1 second and don't apply to the headers that are at the top of the file
colors only apply after about 1 second and don't apply to the headers that are at the top of the file
"vscode-highlight-text.rules": {
"markdown": {
"dark": {
"red": [".+"],
"#49baff": {
"match": [".+"]
},
// "#49baff": {
// "match": ["^# .*"]
// },
"#b5e3ff": {
"match": ["^## .*"]
},
"#edf8ff": {
"match": ["^### .*"]
},
"#49bafa": {
"match": ["(\\[)([^\\]]*)(\\])\\s*\\(([^)]*)\\)"],
"colors": ["#b5e3ff", "#0777ff", "#b5e3ff", "#43e599"]
}
}
}
}
https://github.com/user-attachments/assets/8910959c-7a09-423a-a49c-7ed255b82ede