Add missing keywords line for consistency.
---
modus-vivendi-deuteranopia-theme.el | 1 +
modus-vivendi-theme.el | 2 +-
modus-vivendi-tinted-theme.el | 15 ++++++++-------
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/modus-vivendi-deuteranopia-theme.el
b/modus-vivendi-deuteranopia-theme.el
index 0a798aa..4b136ee 100644
--- a/modus-vivendi-deuteranopia-theme.el
+++ b/modus-vivendi-deuteranopia-theme.el
@@ -6,6 +6,7 @@
;; Maintainer: Modus-Themes Development <~protesilaos/modus-themes@lists.sr.ht>
;; URL: https://git.sr.ht/~protesilaos/modus-themes
;; Mailing-List: https://lists.sr.ht/~protesilaos/modus-themes
+;; Keywords: faces, theme, accessibility
;; This file is part of GNU Emacs.
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a6f736b..5f827fb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -6,6 +6,7 @@
;; Maintainer: Modus-Themes Development <~protesilaos/modus-themes@lists.sr.ht>
;; URL: https://git.sr.ht/~protesilaos/modus-themes
;; Mailing-List: https://lists.sr.ht/~protesilaos/modus-themes
+;; Keywords: faces, theme, accessibility
;; This file is part of GNU Emacs.
@@ -468,7 +469,6 @@ Semantic color mappings have the form
(MAPPING-NAME COLOR-NAME)
with both as symbols. The latter is a named color that already
exists in the palette and is associated with a HEX-VALUE.")
-
(defcustom modus-vivendi-palette-overrides nil
"Overrides for `modus-vivendi-palette'.
diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index 1956b68..9c8a265 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -6,6 +6,7 @@
;; Maintainer: Modus-Themes Development <~protesilaos/modus-themes@lists.sr.ht>
;; URL: https://git.sr.ht/~protesilaos/modus-themes
;; Mailing-List: https://lists.sr.ht/~protesilaos/modus-themes
+;; Keywords: faces, theme, accessibility
;; This file is part of GNU Emacs.
@@ -132,6 +133,12 @@ which corresponds to a minimum contrast in
relative luminance of
(bg-magenta-nuanced "#2f0c3f")
(bg-cyan-nuanced "#042837")
+;;; Uncommon accent backgrounds
+
+ (bg-ochre "#442c2f")
+ (bg-lavender "#38325c")
+ (bg-sage "#0f3d30")
+
;;; Graphs
(bg-graph-red-0 "#b52c2c")
@@ -200,12 +207,6 @@ which corresponds to a minimum contrast in
relative luminance of
(bg-diff-context "#1a1f30")
-;;; Uncommon accent backgrounds
-
- (bg-ochre "#442c2f")
- (bg-lavender "#38325c")
- (bg-sage "#0f3d30")
-
;;; Paren match
(bg-paren-match "#2f7f9f")
@@ -342,7 +343,6 @@ which corresponds to a minimum contrast in
relative luminance of
(fg-prompt cyan-cooler)
(bg-prompt unspecified)
- (bg-space-err bg-red-intense)
;;;; Prose mappings
@@ -385,6 +385,7 @@ which corresponds to a minimum contrast in
relative luminance of
(bg-space unspecified)
(fg-space border)
+ (bg-space-err bg-red-intense)
;;;; Terminal mappings
--
2.30.2