Dinindu
Dinindu
For me, this works, Some points are weird but work fine 😊 **Prerequisites** - Dark SDK - https://dart.dev/get-dart - GCC - https://gcc.gnu.org/install/binaries.html - Make - http://gnuwin32.sourceforge.net/packages/make.htm - Java - https://www.oracle.com/java/technologies/javase-jdk11-downloads.html...
> Oh okay, I'll surely try this method and see if it works for me. > Thanks for the reply though! > > Also, I'd a question regarding the reply...
@cagix Hi, Here is a very simple example of similar functionality, hope it helps. ```html body { font-family: Arial, Helvetica, sans-serif; } body.dark { background: #333333; } body.light { background:...
@Asoftyn I'll attach my modified CSS files with this and you can replace it with yours :) **https://gist.github.com/0xdw/65a2bb1f40b93b1af80a737a885622cb**
@rvagg Agreed! What I thought is that it's better to have a single way of stating the name. Also, I prefer to have the module name highlighted :).
@The-Lum Hi, is there any workaround I can make a skin parameter to make that work? I would love to know which files I might need to update to make...