diff options
Diffstat (limited to 'etc/themes/modus-vivendi-theme.el')
| -rw-r--r-- | etc/themes/modus-vivendi-theme.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/themes/modus-vivendi-theme.el b/etc/themes/modus-vivendi-theme.el index fd7f5df24d7..814f10d105b 100644 --- a/etc/themes/modus-vivendi-theme.el +++ b/etc/themes/modus-vivendi-theme.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Protesilaos Stavrou <info@protesilaos.com> | 5 | ;; Author: Protesilaos Stavrou <info@protesilaos.com> |
| 6 | ;; URL: https://gitlab.com/protesilaos/modus-themes | 6 | ;; URL: https://gitlab.com/protesilaos/modus-themes |
| 7 | ;; Version: 1.2.0 | 7 | ;; Version: 1.2.3 |
| 8 | ;; Package-Requires: ((emacs "26.1")) | 8 | ;; Package-Requires: ((emacs "26.1")) |
| 9 | ;; Keywords: faces, theme, accessibility | 9 | ;; Keywords: faces, theme, accessibility |
| 10 | 10 | ||
| @@ -50,7 +50,10 @@ | |||
| 50 | 50 | ||
| 51 | 51 | ||
| 52 | 52 | ||
| 53 | (require-theme 'modus-themes) | 53 | (eval-and-compile |
| 54 | (unless (and (fboundp 'require-theme) | ||
| 55 | (require-theme 'modus-themes t)) | ||
| 56 | (require 'modus-themes))) | ||
| 54 | 57 | ||
| 55 | (deftheme modus-vivendi | 58 | (deftheme modus-vivendi |
| 56 | "Accessible and customizable dark theme (WCAG AAA standard). | 59 | "Accessible and customizable dark theme (WCAG AAA standard). |