wasdk / WebAssemblyStudio

Learn, Teach, Work and Play in the WebAssembly Studio

Home Page:http://webassembly.studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change theme?

285858315 opened this issue · comments

commented

While you're waiting, there are browser extensions that allow you to inject JS or CSS into a webapp. Sharing the result as a theme is possible, but it's pretty sketchy. If you just want to personalize your own experience though:

screenshot

@285858315 You could try something like stylish or this little gem.

In case you're interested specifically in getting rid of that dark-theme, just try this css:

html {filter: invert(100%) hue-rotate(180deg);background:black}
img {filter: invert(100%) hue-rotate(180deg) !important;}
video {filter: invert(100%) hue-rotate(180deg) !important;}

Colors are funny since it's just a hack taken from here
webassembly studio white
(works surprisingly well tho)