From 804ee8b622a0e5bab96adc424edd023c473a15fe Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 15 Jan 2022 10:24:44 +0000 Subject: Add doc for episode 06 - custom themes --- 06/demo-theme.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 06/demo-theme.el (limited to '06/demo-theme.el') diff --git a/06/demo-theme.el b/06/demo-theme.el new file mode 100644 index 0000000..df0ee2f --- /dev/null +++ b/06/demo-theme.el @@ -0,0 +1,8 @@ +(deftheme demo "A light theme") + +(custom-theme-set-faces 'demo + '(default ((t (:background "#FFFFFF" :foreground "#000000"))))) + +;(add-to-list 'custom-theme-load-path "/home/etenil/Documents/emacs-livestreams/06") + +(provide 'demo) -- cgit v1.2.3