JuliaComputing / pluto-vscode

Pluto inside a VS Code Webview, WIP
99 stars 0 forks source link

How do I enable Dark Mode for pluto.jl vs code extension #31

Closed rud-lucien closed 12 months ago

rud-lucien commented 12 months ago

Hi,

This is more of a question than an issue. I'm trying out the Pluto extension in vscode and wanted to know how to switch the notebook to dark mode in vscode. My vscode is set to dark theme but the Pluto extension is light (which is difficult for my eyes).

pankgeorg commented 12 months ago

Hey! Does it work if you set the system wide setting to dark?

rud-lucien commented 12 months ago

That's not working for me unfortunately. My system wide settings are set to dark.

rud-lucien commented 12 months ago

Screenshot 2023-10-08 161542

pankgeorg commented 12 months ago

Unfortunately this PR runs a quite old version of Pluto (15 days before the launch of the Dark Mode 😔).

We'll try to update a more recent version, but there are quite a few conflicts (https://github.com/fonsp/Pluto.jl/pull/1493) so it may take some time.

rud-lucien commented 12 months ago

No worries... good to know. Thanks