Skip to content

A drop-in bootstrap.css file to theme your instance of request baskets.

License

Notifications You must be signed in to change notification settings

darklynx/requestbaskets-dark-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Request Baskets Dark Theme

Description

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.

Installation

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.

Installation (Manual)

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">

Contributing

Feel free to improve upon the theme, as the design decisions taken were my personal preference.

Screenshots

Home page Baskets Summary View Individual Basket View Individual Basket View (With logged requestsO

About

A drop-in bootstrap.css file to theme your instance of request baskets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published