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

Light mode for paste code? #173

Open
jeedd95 opened this issue Feb 4, 2024 · 1 comment
Open

Light mode for paste code? #173

jeedd95 opened this issue Feb 4, 2024 · 1 comment
Assignees

Comments

@jeedd95
Copy link

jeedd95 commented Feb 4, 2024

I have already changed to write mode with the settings below.
Light mode works well for hand-typed codes but Blocks still occur for pasted codes
Is it a bug or does it require additional settings?

// Using the light mode
"indentRainbow.indicatorStyle": "light",
// we use a simple 1 pixel wide line
"indentRainbow.lightIndicatorStyleLineWidth": 1,
// the same colors as above but more visible
"indentRainbow.colors": [

"rgba(255,255,64,0.3)",
"rgba(127,255,127,0.3)",
"rgba(255,127,255,0.3)",
"rgba(79,236,236,0.3)"

]

image

@oderwat
Copy link
Owner

oderwat commented Feb 4, 2024

These are no blocks, but error markers as these lines do not fit your indentation setting. Either chose the tab with, correct the lines of switch off error markers,

@oderwat oderwat self-assigned this Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants