commit 49241fb5a76b48f1e292fb6b9d97bb0aaeec6a5e from: Omar Polo date: Mon May 09 08:56:21 2022 UTC the theme is `minimal' not `minimal-light' commit - e40a9a949ec1116bfeb0575561a7cd284edcdba9 commit + 49241fb5a76b48f1e292fb6b9d97bb0aaeec6a5e blob - 2733dc08c4e22839dd0d618cbc04c2bef661f728 blob + cea1007df4e1bbcdab77ebb4f4bbe9dcfe6f616c --- emacs/minimal-theme.el +++ emacs/minimal-theme.el @@ -27,7 +27,7 @@ ;; colors. Based on monochrome theme. ;;; Code: -(deftheme minimal-light "minimal light theme.") +(deftheme minimal "minimal light theme.") (let* ((class '((class color) (min-colors 89))) (foreground "#586e75") @@ -51,7 +51,7 @@ (failure "red") (org-background "grey94")) (custom-theme-set-faces - 'minimal-light + 'minimal ;; basic stuff `(default ((,class (:background ,background :foreground ,foreground)))) @@ -226,5 +226,5 @@ (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name)))) -(provide-theme 'minimal-light) -;;; minimal-light-theme.el ends here +(provide-theme 'minimal) +;;; minimal-theme.el ends here