mistricky / codesnap.nvim

📸 Snapshot plugin with rich features that can make pretty code snapshots for Neovim
MIT License
606 stars 18 forks source link

Better looking window #132

Open realhackcraft opened 2 weeks ago

realhackcraft commented 2 weeks ago

The MacOs window border would look better with a border that is brighter than the window itself, like this from ray.so: image

This is also how it is in any MacOS app, so it would also be more realistic. Screenshot 2024-09-22 at 11 22 32

Another way I think it would make the image look more appealing is increasing the transparency of the window (while keeping the text at 100% opacity). The increase transparency makes the window blend in with the background.

Finally, there could be a shadow below the window to make it appear floating.

These are just suggestions and it is ultimately up to you if implementing any of these would make this plugin better.

mistricky commented 2 weeks ago

Hi @realhackcraft, thx for your suggestion, actually CodeSnap has this style in early version v0.0.*

image

I also like the Mac style, it will support in future versions, but restoring such a style in non-web engine need some effort