From 1e86fa7fa10e0429734e30d596aef14815c5f81f Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Wed, 31 Dec 2025 00:33:33 +0100 Subject: [PATCH] chore: add meta.yaml to all templates - Standardized metadata (author, description, version, strategy) across all theme templates. - Ensures consistent build behavior and documentation. --- templates/alacritty/meta.yaml | 4 ++++ templates/gemini/meta.yaml | 4 ++++ templates/gtk4/meta.yaml | 4 ++++ templates/kitty/meta.yaml | 4 ++++ templates/nvim/meta.yaml | 4 ++++ templates/zed/meta.yaml | 4 ++++ templates/zsh/meta.yaml | 4 ++++ 7 files changed, 28 insertions(+) create mode 100644 templates/alacritty/meta.yaml create mode 100644 templates/gemini/meta.yaml create mode 100644 templates/gtk4/meta.yaml create mode 100644 templates/kitty/meta.yaml create mode 100644 templates/nvim/meta.yaml create mode 100644 templates/zed/meta.yaml create mode 100644 templates/zsh/meta.yaml diff --git a/templates/alacritty/meta.yaml b/templates/alacritty/meta.yaml new file mode 100644 index 0000000..750e26d --- /dev/null +++ b/templates/alacritty/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: Alacritty TOML theme +version: 1.0.0 +strategy: individual diff --git a/templates/gemini/meta.yaml b/templates/gemini/meta.yaml new file mode 100644 index 0000000..d320fc8 --- /dev/null +++ b/templates/gemini/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: Gemini CLI custom theme +version: 1.0.0 +strategy: individual diff --git a/templates/gtk4/meta.yaml b/templates/gtk4/meta.yaml new file mode 100644 index 0000000..fee37e5 --- /dev/null +++ b/templates/gtk4/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: GTK4 / Libadwaita theme (light/dark responsive) +version: 1.0.0 +strategy: aggregated diff --git a/templates/kitty/meta.yaml b/templates/kitty/meta.yaml new file mode 100644 index 0000000..8d1951c --- /dev/null +++ b/templates/kitty/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: Kitty terminal configuration +version: 1.0.0 +strategy: individual diff --git a/templates/nvim/meta.yaml b/templates/nvim/meta.yaml new file mode 100644 index 0000000..7cf3c70 --- /dev/null +++ b/templates/nvim/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: Neovim colorscheme (Lua) +version: 1.0.0 +strategy: individual diff --git a/templates/zed/meta.yaml b/templates/zed/meta.yaml new file mode 100644 index 0000000..31c5617 --- /dev/null +++ b/templates/zed/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: Zed theme extension (multi-scheme) +version: 1.0.0 +strategy: aggregated diff --git a/templates/zsh/meta.yaml b/templates/zsh/meta.yaml new file mode 100644 index 0000000..e99e5e8 --- /dev/null +++ b/templates/zsh/meta.yaml @@ -0,0 +1,4 @@ +author: S0wlz (Owlibou) +description: Zsh cockpit theme with radar +version: 1.0.0 +strategy: individual