chore: add meta.yaml to all templates

- Standardized metadata (author, description, version, strategy) across all theme templates.
- Ensures consistent build behavior and documentation.
This commit is contained in:
s0wlz (Matthias Puchstein)
2025-12-31 00:33:33 +01:00
parent 2344e99e89
commit 1e86fa7fa1
7 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: Alacritty TOML theme
version: 1.0.0
strategy: individual

View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: Gemini CLI custom theme
version: 1.0.0
strategy: individual

4
templates/gtk4/meta.yaml Normal file
View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: GTK4 / Libadwaita theme (light/dark responsive)
version: 1.0.0
strategy: aggregated

View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: Kitty terminal configuration
version: 1.0.0
strategy: individual

4
templates/nvim/meta.yaml Normal file
View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: Neovim colorscheme (Lua)
version: 1.0.0
strategy: individual

4
templates/zed/meta.yaml Normal file
View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: Zed theme extension (multi-scheme)
version: 1.0.0
strategy: aggregated

4
templates/zsh/meta.yaml Normal file
View File

@@ -0,0 +1,4 @@
author: S0wlz (Owlibou)
description: Zsh cockpit theme with radar
version: 1.0.0
strategy: individual