From a2d1b515905e4702b97062f5e2932db90095dbab Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:41 +0000 Subject: feat: add terminal-gruvbox theme --- themes/terminal-gruvbox/layout.html | 403 ++++++++++++++++++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100644 themes/terminal-gruvbox/layout.html (limited to 'themes/terminal-gruvbox/layout.html') diff --git a/themes/terminal-gruvbox/layout.html b/themes/terminal-gruvbox/layout.html new file mode 100644 index 0000000..be63094 --- /dev/null +++ b/themes/terminal-gruvbox/layout.html @@ -0,0 +1,403 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + +
+
+

{{ .Title }}

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