branch: elpa/spacemacs-theme
commit fd7ecbb35e11332adf2d24e8999e2a73b70c0068
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Renamed the common file contents
---
 spacemacs-common.el      | 6 +++---
 spacemacs-dark-theme.el  | 2 +-
 spacemacs-light-theme.el | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9284cc392a..8b770c7210 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -1,4 +1,4 @@
-;;; spacemacs-theme.el --- Color theme with a dark and light versions.
+;;; spacemacs-common.el --- Color theme with a dark and light versions.
 
 ;; Copyright (C) 2014 , Nasser Alshammari
 
@@ -463,10 +463,10 @@
   (add-to-list 'custom-theme-load-path
                (file-name-as-directory (file-name-directory load-file-name))))
 
-(provide 'spacemacs-theme)
+(provide 'spacemacs-common)
 
 ;; Local Variables:
 ;; no-byte-compile: t
 ;; End:
 
-;;; spacemacs-theme.el ends here
+;;; spacemacs-common.el ends here
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 6d54a06c79..7b5e33f394 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -1,4 +1,4 @@
-(require 'spacemacs-theme)
+(require 'spacemacs-common)
 
 (deftheme spacemacs-dark "Spacemacs theme, the dark version")
 
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 6372aa55a9..4b68588d02 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -1,4 +1,4 @@
-(require 'spacemacs-theme)
+(require 'spacemacs-common)
 
 (deftheme spacemacs-light "Spacemacs theme, the light version")
 

Reply via email to