From 53c97662973460c0f0d217521a42e38fd24d2dee Mon Sep 17 00:00:00 2001
From: "Glenn Y. Rolland" <glenux@glenux.net>
Date: Thu, 27 Mar 2025 10:17:14 +0100
Subject: [PATCH] chore(slides): add commented theme-set option in
 watch-slides-internal

This change provides a reference for an alternative theme configuration,
improving future customization flexibility.

- Added a commented line for the theme-set option in the
  watch-slides-internal target
- Ensures developers have a quick reference for enabling the 'glenux'
  theme without altering the current setup

Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
---
 tasks/slides.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tasks/slides.mk b/tasks/slides.mk
index 871e5b1..bf81dfc 100644
--- a/tasks/slides.mk
+++ b/tasks/slides.mk
@@ -16,6 +16,7 @@ watch-slides-internal: .marp/theme.css
 		 --theme $$(pwd)/.marp/theme.css \
 		 -w $(SLIDES_DIR) \
 		 -s
+	 # --theme-set glenux
 
 .PHONY: watch-slides serve-slides
 watch-slides: ## run development server for PDF slides