25 lines
681 B
JSON
25 lines
681 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |