From 5f0ce3b619e0eafb982317396b1cd883a9cd4f8b Mon Sep 17 00:00:00 2001 From: nix Date: Tue, 17 Dec 2024 05:11:27 +0000 Subject: [PATCH] Actualizar repo.json --- repo.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/repo.json b/repo.json index e69de29..0c8b1f9 100644 --- a/repo.json +++ b/repo.json @@ -0,0 +1,25 @@ +{ + "themes": [ + { + "name": "Dark", + "description": "The default picodulce theme", + "author": "Nixietab", + "license": "MIT", + "link": "https://git.lupin.com.ar/nix/picodulce-themes/raw/branch/main/Dark.json" + }, + { + "name": "Light Mode", + "description": "A light theme with a clean and minimalistic look.", + "author": "Jane Smith", + "license": "GPL-3.0", + "link": "https://example.com/light-mode" + }, + { + "name": "Retro", + "description": "A nostalgic theme inspired by early web designs.", + "author": "Alex Johnson", + "license": "Apache-2.0", + "link": "https://example.com/retro" + } + ] +} \ No newline at end of file