branch: elpa/gruvbox-theme
commit e38777b74a1a419d58c5ebeea3070339a1040839
Author: Martijn Terpstra <bigmart...@gmail.com>
Commit: Jason Milkins <jason...@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