gopi-suvanam / scribbler

Scribbler - JavaScript Notebook Tool for experimenting in JavaScript. Runs in the browser without a backend. Discord server: https://discord.gg/uxNSsWunwU
https://scribbler.live
MIT License
67 stars 7 forks source link

Fix style in dark mode #21

Closed gopi-suvanam closed 1 month ago

gopi-suvanam commented 5 months ago

The app is looking ok in light mode, but in dark mode each cell has white border. it is not looking very clean. needs fixing.

DH-ai commented 5 months ago

How about Monokai or similar dark mode themes not only for dark mode but for the light mode too, with a toggle options and simple state transitions animations in css.

gopi-suvanam commented 2 months ago

Can you implement Monokai without having heavy footprint?

DH-ai commented 2 months ago

I may work on this issue in the future. Then, I will try.

gopi-suvanam commented 1 month ago

Thanks @DH-ai for fixing this.. it was helpful