(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)