alexander-bauer / grove

Grove is a way for developers to share git repositories directly over HTTP, without needing a central service like GitHub to connect them. Developers can share as many repositories as they like, and don't need to push their changes or branches in order to share them. It offers a featureful but extremely lightweight web interface to allow directory and repository browsing, in addition to retrieval through git. Sharing your work is as simple hitting enter.
Other
23 stars 3 forks source link

Create a flag for specifying either dark/light themes. #100

Closed lukevers closed 11 years ago

alexander-bauer commented 11 years ago

This strikes me as something that should be handled by changing style.css, rather than setting a flag to load a different CSS file. I'm also not sure it's too urgent, so I'm going to take off the milestone. Put it back on if it's a feature you think should be added before 1.0.

lukevers commented 11 years ago

I believe it should be added before 1.0. I know it's not essential for the way Grove works, but it's just an extra feature that I believe should be there. There are multiple ways we can go about doing this, but I thought specifying a flag would be the most simple way to handle it. What do you think, @SashaCrofter?