Add gruvbox theme

This commit is contained in:
MotorTruck1221 2024-10-15 03:33:38 -06:00
parent 0b5bc42587
commit 06dbe99cae
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
11 changed files with 50 additions and 384 deletions

View file

@ -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'
}
]