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/darklynx/[email protected]/bootstrap.min.css" integrity="sha384-QiFF09wqK5z3/usps1yc+Om75gf8byvdtluQfS0enYGx1nmji2dEbtgRDw1Tw60j" crossorigin="anonymous">
Feel free to improve upon the theme, as the design decisions taken were my personal preference.