branch: elpa/spacemacs-theme
commit adbbe70385080500992ac40bb4d3343cfc1b833c
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Making comment background on by default
---
spacemacs-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 90d1849293..9284cc392a 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -36,7 +36,7 @@
"Spacemacs-theme options."
:group 'faces)
-(defcustom spacemacs-theme-comment-bg nil
+(defcustom spacemacs-theme-comment-bg t
"Use a background for comment lines."
:type 'boolean
:group 'spacemacs-theme)