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

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

[nongnu] elpa/gruvbox-theme e38777b74a 130/258: Listed options in docstr


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme e38777b74a 130/258: Listed options in docstring of gruvbox-contrast
Date: Sat, 1 Jan 2022 01:59:37 -0500 (EST)

branch: elpa/gruvbox-theme
commit e38777b74a1a419d58c5ebeea3070339a1040839
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Listed options in docstring of gruvbox-contrast
---
 gruvbox-dark-theme.el  | 3 ++-
 gruvbox-light-theme.el | 3 ++-
 gruvbox-theme.el       | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/gruvbox-dark-theme.el b/gruvbox-dark-theme.el
index df37dc9763..2ab91bd351 100644
--- a/gruvbox-dark-theme.el
+++ b/gruvbox-dark-theme.el
@@ -57,7 +57,8 @@
   :group 'faces)
 
 (defcustom gruvbox-contrast 'medium
-  "Contrast level for the theme background."
+  "Contrast level for the theme background.
+Valid options are \"soft\", \"medium\" and \"hard\""
   :options '(soft medium hard)
   :group   'gruvbox)
 
diff --git a/gruvbox-light-theme.el b/gruvbox-light-theme.el
index 57fcdfd493..e27862b413 100644
--- a/gruvbox-light-theme.el
+++ b/gruvbox-light-theme.el
@@ -57,7 +57,8 @@
   :group 'faces)
 
 (defcustom gruvbox-contrast 'medium
-  "Contrast level for the theme background."
+  "Contrast level for the theme background.
+Valid options are \"soft\", \"medium\" and \"hard\""
   :options '(soft medium hard)
   :group   'gruvbox)
 
diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 8d52e441e5..ca95498ddf 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -57,7 +57,8 @@
   :group 'faces)
 
 (defcustom gruvbox-contrast 'medium
-  "Contrast level for the theme background."
+  "Contrast level for the theme background.
+Valid options are \"soft\", \"medium\" and \"hard\""
   :options '(soft medium hard)
   :group   'gruvbox)
 



reply via email to

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