mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-15 08:36:29 +00:00
Rename existing themes
This commit is contained in:
parent
040ca310f1
commit
3a191fa3a3
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ let constants = {
|
||||||
// If you want to disable some official themes, then create an entry that replaces this array in config.js.
|
// If you want to disable some official themes, then create an entry that replaces this array in config.js.
|
||||||
// Format: `{file: string, name: string}[]`
|
// Format: `{file: string, name: string}[]`
|
||||||
official: [
|
official: [
|
||||||
{file: "classic", name: "Classic"},
|
{file: "classic", name: "Vanilla sard"},
|
||||||
{file: "blue", name: "Classic blue"}
|
{file: "blue", name: "Vanilla sky"},
|
||||||
{file: "pussthecat.org", name: "Dark by PussTheCat.org"}
|
{file: "pussthecat.org", name: "Dark by PussTheCat.org"}
|
||||||
],
|
],
|
||||||
// To add your own theme, create an entry that replaces this array in config.js, then add your theme to it.
|
// To add your own theme, create an entry that replaces this array in config.js, then add your theme to it.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue