ahmadawais/shades-of-purple-vscode

👌 Matching styles for the “Indent-Rainbow” extension?

ahmadawais opened this issue · 1 comments

Question

Do you have a matching style for using the “Indent-Rainbow” extension?

Answer: YES

  1. Install Indent-Rainbow extension.
  2. Add the following settings to your settings.json file
"indentRainbow.colors": [
    "rgba(165, 153, 233,0.5)",
    "rgba(165, 153, 233,0.4)",
    "rgba(165, 153, 233,0.3)",
    "rgba(165, 153, 233,0.2)",
    "rgba(165, 153, 233,0.1)"
],

Peace! ✌️

for Shades of Purple (Super Dark) theme
(I divided rgb values of editor.background from original theme by super dark ones, and then multiplied on indentRainbow.colors values)

"indentRainbow.colors": [
    "rgba(92, 85, 132 ,0.5)",
    "rgba(92, 85, 132 ,0.4)",
    "rgba(92, 85, 132 ,0.3)",
    "rgba(92, 85, 132 ,0.2)",
    "rgba(92, 85, 132 ,0.1)"
],

bright:
image
dark:
image