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:
parent
753b4f4ea4
commit
6b44f68050
3 changed files with 70 additions and 1 deletions
|
|
@ -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}[]`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue