RyanFitzgerald / devportfolio

A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass

Home Page:https://ryanfitzgerald.github.io/devportfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Un-hardcode all colors to allow for dark themes

yousefamar opened this issue · comments

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).

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.

commented

Funnily enough, I too am using pug for my version!