kufii / CodeSnap

📸 Take beautiful screenshots of your code in VS Code!
https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap
508 stars 67 forks source link

Does not use the actual IDE set theme currently being used for the snapshot #116

Open RobFosterNYC opened 1 year ago

RobFosterNYC commented 1 year ago

Does not use the actual theme currently being used for the snapshot.

This is how MY IDE looks like when I code. (This is only a sample code) to show example.

original code snapshot

And this is how 'CodeSnap' spits it out. (This is only a sample code) to show example.

Rust Simple Calendar Day Code

So my question is why is it implementing its own theme, and not the one the current theme I'm actually using ?

Just curiously asking, thanks :)

RobFosterNYC commented 1 year ago

BTW This post is not to upset anyone. I am just curiously asking. thats all XD

MarximusMaximus commented 1 year ago

In addition, it seems to ignore any post-theme coloring effects as well, e.g. the coloring done by BetterComments plugin. Would be great if it could grab that as well as current editor theme for the capture. Thanks!