aboutsummaryrefslogtreecommitdiffstats
path: root/etc/themes/modus-operandi-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou2021-03-05 18:31:08 +0000
committerBasil L. Contovounesios2021-03-05 21:49:16 +0000
commitadeb0efa33d09bf3b73eada9476c3e78b1b5891b (patch)
tree7bcd8b5aba16ebe96c8c302dbcb8b03c836caa34 /etc/themes/modus-operandi-theme.el
parentc401ae6e53d536c6e13cdf391bcc9c3abf075f61 (diff)
downloademacs-scratch/update-modus-themes.tar.gz
emacs-scratch/update-modus-themes.zip
Pull Modus themes version 1.2.3 from upstreamscratch/update-modus-themes
This syncs with the following upstream revision: Update to version 1.2.3 0a36239 2021-03-05 19:43:30 +0200 https://gitlab.com/protesilaos/modus-themes/-/commit/0a36239baf908585cdf32c6188eb86713d9bf6c6 For discussion, see bug#45068 and the following upstream issue: https://gitlab.com/protesilaos/modus-themes/-/issues/162 * doc/misc/modus-themes.org: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-themes.el: * etc/themes/modus-vivendi-theme.el: Update to version 1.2.3.
Diffstat (limited to 'etc/themes/modus-operandi-theme.el')
-rw-r--r--etc/themes/modus-operandi-theme.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/themes/modus-operandi-theme.el b/etc/themes/modus-operandi-theme.el
index ce2c75e9a89..64763a16825 100644
--- a/etc/themes/modus-operandi-theme.el
+++ b/etc/themes/modus-operandi-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-operandi 58(deftheme modus-operandi
56 "Accessible and customizable light theme (WCAG AAA standard). 59 "Accessible and customizable light theme (WCAG AAA standard).