mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
Add gruvbox theme
This commit is contained in:
parent
0b5bc42587
commit
06dbe99cae
11 changed files with 50 additions and 384 deletions
|
@ -31,15 +31,14 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
|
|||
//We have some packages that need to be installed if they aren't.
|
||||
const items: Items[] = [
|
||||
{
|
||||
package_name: 'com.nebula.cybermonay',
|
||||
title: 'Cyber Monay',
|
||||
image: 'cyber_monay.jpg',
|
||||
package_name: 'com.nebula.gruvbox',
|
||||
title: 'Gruvbox',
|
||||
image: 'com.nebula.gruvbox.jpeg',
|
||||
author: 'Nebula Services',
|
||||
version: '1.0.0',
|
||||
description: 'A parody of the famous "Cyber Monay" hack!',
|
||||
tags: ["Hacking", "Animated", "Funny"],
|
||||
payload: "com.nebula.cybermonay.css",
|
||||
background_video: "cyber_monay_test.mp4",
|
||||
description: 'The gruvbox theme',
|
||||
tags: ["Theme", "Simple"],
|
||||
payload: "com.nebula.gruvbox.css",
|
||||
type: 'theme'
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue