This theme has been forked, and is now being continued by darklynx, the author of the original software. The information below is therefore outdated, and may be incorrect at the time of reading.
You can view the new repository here: https://github.com/darklynx/requestbaskets-dark-theme
This is a dark-theme for your self-hosted instance of Request Baskets. It is a modified version of the darkly theme from bootswatch, to integrate perfectly into the dashboard interface.
As of version v1.2.2, Request Buckets now has built-in support for this theme.
To apply it, pass -theme adaptive
to the executable.
To apply this theme, you must build Request Baskets from the source code provided here: https://github.com/darklynx/request-baskets Once you clone the repo, replace the following lines in every single html file:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
with...
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/socuul/requestbaskets-dark-theme@09176b7/bootstrap.min.css" crossorigin="anonymous">
Feel free to improve upon the theme, as the design decisions taken were my personal preference.