leodevbro / vscode-blockman

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

can the background match my current theme? #117

Closed Hifilo closed 1 year ago

Hifilo commented 1 year ago

Code_IDVoD8hz1w

is there a way to have blockmans backgrounds match my current theme (very light gray)?

leodevbro commented 1 year ago

Please try this:

"blockman.n33A01B2FromDepth0ToInwardForAllBackgrounds": "10,0,0,1; none",

Here, none does not mean transparent background, it means it will have the same color as VS Code editor background. Well, yeah, transparent would be better thing, but because of some styling limitations of VS Code extensions, Blockman does not work well with transparent colors.

And, also you can change colors of borders and backgrounds. You can also set CSS gradients. There are some basic coloring settings and also some advanced coloring settings of Blockman.

Hifilo commented 1 year ago

Yes I think that resolved it for me.

Code_n9TMxbhqN8

Much appreciated. this is a really solid extension btw, so thanks for making it.