emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-vivendi-theme 6163afe 55/73: Internal: minor docu


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 6163afe 55/73: Internal: minor documentation update
Date: Wed, 26 Aug 2020 09:21:02 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 6163afee505a6d2361cbda7a9c5fa6a3c6bcaf51
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Internal: minor documentation update
---
 modus-operandi-theme.el | 10 +++++++---
 modus-vivendi-theme.el  | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 775162c..105457c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1009,9 +1009,13 @@ AMOUNT is a customisation option."
 Each element has the form (NAME . HEX).")
 
   (defcustom modus-operandi-theme-override-colors-alist '()
-    "Place to override default theme colors.
-You can override a subset of the theme's default colors by
-defining them in this alist."
+    "Association list of palette colour overrides.
+Values can be mapped to variables, using the same syntax as the
+one present in `modus-operandi-theme-default-colors-alist'.
+
+This is only meant for do-it-yourself usage, with the
+understanding that the user is responsible for the resulting
+contrast ratio between new and existing colours."
     :type '(alist
             :key-type (string :tag "Name")
             :value-type (string :tag " Hex")))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f8c0418..f35b9b7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1009,9 +1009,13 @@ AMOUNT is a customisation option."
 Each element has the form (NAME . HEX).")
 
   (defcustom modus-vivendi-theme-override-colors-alist '()
-    "Place to override default theme colors.
-You can override a subset of the theme's default colors by
-defining them in this alist."
+    "Association list of palette colour overrides.
+Values can be mapped to variables, using the same syntax as the
+one present in `modus-vivendi-theme-default-colors-alist'.
+
+This is only meant for do-it-yourself usage, with the
+understanding that the user is responsible for the resulting
+contrast ratio between new and existing colours."
     :type '(alist
             :key-type (string :tag "Name")
             :value-type (string :tag " Hex")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]