leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
345 stars 16 forks source link

request: invisble/same color borders #136

Open mvsteen opened 2 months ago

mvsteen commented 2 months ago

Hi,

I know i could set this manually but a nice option for readability would be if we could not draw borders or simply draw them in the block background color. When I tried writing an android app a while ago I came up with the idea, drew up a visualization.

G5Ypn4f

It helps with ADHD to have a clear hierarchical view with as little as possible extra info, and blockman is perfect for it and I happily use it! Back then I found but couldn't use blockman since my projects were either in android studio or VBE, however now upon using it I find myself wanting for this.

Thanks!

leodevbro commented 1 month ago

Not draw borders? You can set the settings like this:

"n18CustomColorOfFocusedBlockBorder": "transparent",
"n19CustomColorOfBlockBorder": "transparent",
"n20CustomColorOfDepth0Border": "transparent",

Maybe I did not understand the question?