TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
178 stars 54 forks source link

documentation missing on how to change theme #193

Closed nbittich closed 2 years ago

nbittich commented 2 years ago

I would like to change the default theme of code mirror, I tried several things including : Yasgui.Yasqe.defaults.theme = 'some-dark-theme';

Unfortunately, none of them worked properly. I just need some kind of dark theme, switching from white to black by default (as the site I'm working on is "dark"). I ended up overridding the css directly but I does look ugly:

image

I digged in the doc and didn't find a clean way to do it. Could you explain? Thanks!