vscode-highlight-text icon indicating copy to clipboard operation
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

Open rsa17826 opened this issue 1 month ago • 0 comments

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

rsa17826 avatar Nov 11 '25 01:11 rsa17826