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

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

[nongnu] elpa/spacemacs-theme 30929e80b3 039/336: Preping for MELPA


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 30929e80b3 039/336: Preping for MELPA
Date: Fri, 14 Jan 2022 10:58:55 -0500 (EST)

branch: elpa/spacemacs-theme
commit 30929e80b3e03d668d1b67a263b3d82a20738d25
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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)
 



reply via email to

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