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