👌 Matching styles for the “Indent-Rainbow” extension?
ahmadawais opened this issue · 1 comments
ahmadawais commented
Question
Do you have a matching style for using the “Indent-Rainbow” extension?
Answer: YES
- Install Indent-Rainbow extension.
- 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! ✌️
barsikus007 commented
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)"
],