You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, love this template. I use a pug port at http://yousefamar.com (GitHub). You'll notice I like things dark. I remember there was some talk of themes. Short of that, I think it might be useful to have all the remaining colors that are hardcoded in become variables up top too, to at least be able to tweak for colors for dark themes. I've already done this for my version though I ended up doing my own hardcoding and we've diverged quite a bit. That way, having a dark theme could just be a matter of uncommenting a block of variables on the top (and lightens becoming darkens automatically).
The text was updated successfully, but these errors were encountered:
Great idea and I like your colour scheme! I'll definitely get this into the next release so there is more flexibility when it comes to actual colour customization, I especially like the idea of being able to easily transition between lighten and darken based on the type of colours you decide to go for.
First of all, love this template. I use a pug port at http://yousefamar.com (GitHub). You'll notice I like things dark. I remember there was some talk of themes. Short of that, I think it might be useful to have all the remaining colors that are hardcoded in become variables up top too, to at least be able to tweak for colors for dark themes. I've already done this for my version though I ended up doing my own hardcoding and we've diverged quite a bit. That way, having a dark theme could just be a matter of uncommenting a block of variables on the top (and
lighten
s becomingdarken
s automatically).The text was updated successfully, but these errors were encountered: