1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-01 18:31:35 +00:00

Add pitch black theme

This commit is contained in:
Cadence Ember 2020-06-16 23:02:21 +12:00
parent 753b4f4ea4
commit 6b44f68050
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
3 changed files with 70 additions and 1 deletions

View file

@ -77,8 +77,9 @@ let constants = {
{file: "classic", name: "Vanilla sard"},
{file: "blue", name: "Vanilla sky"},
{file: "discord", name: "Discord dark"},
{file: "pitchblack", name: "Pitch black"},
{file: "pussthecat.org", name: "PussTheCat.org dark v1"},
{file: "pussthecat.org-v2", name: "PussTheCat.org dark v2"}
{file: "pussthecat.org-v2", name: "PussTheCat.org dark v2"},
],
// To add your own theme, create an entry that replaces this array in config.js, then add your theme to it.
// Format: `{file: string, name: string}[]`