From 580b7553fcac8bc5924d24e71487bdabb9595220 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:29 +0000 Subject: feat: add catppuccin theme --- themes/modern-dark-catppuccin/layout.html | 418 ++++++++++++++++++++++++++++++ 1 file changed, 418 insertions(+) create mode 100644 themes/modern-dark-catppuccin/layout.html (limited to 'themes/modern-dark-catppuccin/layout.html') diff --git a/themes/modern-dark-catppuccin/layout.html b/themes/modern-dark-catppuccin/layout.html new file mode 100644 index 0000000..660f6ed --- /dev/null +++ b/themes/modern-dark-catppuccin/layout.html @@ -0,0 +1,418 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + +
+
+

{{ .Title }}

+
+ + {{ if .TOC }} +
+
+ Contents + +
+
+ {{ end }} + +
{{ .Content }}
+
+ + + + \ No newline at end of file -- cgit v1.3.1