branch: elpa/spacemacs-theme
commit 30929e80b3e03d668d1b67a263b3d82a20738d25
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Preping for MELPA
---
spacemacs-dark-theme.el | 8 ++++++--
spacemacs-light-theme.el | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 9fb6008d1b..fdc7686a5c 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -1,4 +1,4 @@
-;;; spacemacs-theme.el --- Emacs 24 theme with a dark background.
+;;; spacemacs-dark-theme.el --- Theme with a dark background.
;; Copyright (C) 2014 , Nasser Alshammari
@@ -25,12 +25,16 @@
;; This file is not part of Emacs.
+;;; Commentary:
+
+;;; Code:
+
(defgroup spacemacs-dark nil
"Spacemacs-dark theme options"
:group 'faces)
(defcustom comment-background nil
- "Use background color for comments"
+ "Use background color for comments."
:type 'boolean
:group 'spacemacs-dark)
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index e08db076e6..2a31cb0630 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -1,4 +1,4 @@
-;;; spacemacs-theme.el --- Emacs 24 theme with a light background.
+;;; spacemacs-light-theme.el --- Theme with a light background.
;; Copyright (C) 2014 , Nasser Alshammari
@@ -25,12 +25,16 @@
;; This file is not part of Emacs.
+;;; Commentary:
+
+;;; Code:
+
(defgroup spacemacs-light nil
"Spacemacs-light theme options"
:group 'faces)
(defcustom comment-background nil
- "Use background color for comments"
+ "Use background color for comments."
:type 'boolean
:group 'spacemacs-light)