Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ahmadawais opened this issue Apr 27, 2019 · 1 comment
Closed

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

ahmadawais opened this issue Apr 27, 2019 · 1 comment
Assignees
Labels

Comments

@ahmadawais
Copy link
Owner

ahmadawais commented Apr 27, 2019

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! ✌️

@barsikus007
Copy link

barsikus007 commented Sep 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants