oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
406 stars 53 forks source link

where is the documentation ? #150

Closed Jacques2101 closed 1 year ago

Jacques2101 commented 1 year ago

Where is the documentation please ?

oderwat commented 1 year ago

In the README. What is the problem?

  // The indent color if the number of spaces is not a multiple of "tabSize".
  "indentRainbow.errorColor": "rgba(128,32,32,0.6)"

  // The indent color when there is a mix between spaces and tabs.
  // To be disabled this coloring set this to an empty string.
  "indentRainbow.tabmixColor": "rgba(128,32,96,0.6)"

https://github.com/oderwat/vscode-indent-rainbow#hiding-error-highlighting

Duplicate of #149