Skip to content

Commit 987b52e

Browse files
committed
feat: add fish template with color configurations and SVG file reference
1 parent f7d9f3a commit 987b52e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

templates.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,14 @@ templates:
6767
border: "#cbd5e1"
6868
title_text: "#0f172a"
6969
subtitle_text: "#64748b"
70-
description_text: "#475569"
70+
description_text: "#475569"
71+
- name: fish
72+
file: templates/fish.svg
73+
colors:
74+
background: "#0a0615"
75+
gradient_purple: "#764ba2"
76+
accent_blue: "#667eea"
77+
waveform: "#808080"
78+
title_text: "#ffffff"
79+
subtitle_text: "#9ca3af"
80+
description_text: "#d1d5db"

0 commit comments

Comments
 (0)