Skip to content

Commit

Permalink
Merge pull request #5 from emacsmirror/respace
Browse files Browse the repository at this point in the history
Require spacemacs-theme instead of spacemacs-common
  • Loading branch information
cyruseuros authored May 5, 2023
2 parents e2a04f5 + f73c669 commit 0d245ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spacemacs-themes/ewal-spacemacs-classic-theme.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;; ewal-spacemacs-classic-theme.el --- A classic, `ewal'-colored take on `spacemacs-theme'.

(require 'ewal-spacemacs-themes)
;; has to be run before loading spacemacs-common
;; has to be run before loading spacemacs-theme
(let ((spacemacs-theme-custom-colors
(ewal-spacemacs-themes-get-colors t)))
(require 'spacemacs-common)
(require 'spacemacs-theme)
(deftheme ewal-spacemacs-classic)
(create-spacemacs-theme 'dark 'ewal-spacemacs-classic))

Expand Down
4 changes: 2 additions & 2 deletions spacemacs-themes/ewal-spacemacs-modern-theme.el
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
;; ewal-spacemacs-modern-theme.el --- A modern, `ewal'-colored take on `spacemacs-theme'.

(require 'ewal-spacemacs-themes)
;; has to be run before loading `spacemacs-common'
;; has to be run before loading `spacemacs-theme'
(setq spacemacs-theme-org-highlight t)
(let ((spacemacs-theme-custom-colors
(ewal-spacemacs-themes-get-colors)))
(require 'spacemacs-common)
(require 'spacemacs-theme)
(deftheme ewal-spacemacs-modern)
;; must be run before `create-spacemacs-theme'
(ewal-spacemacs-themes--modernize-theme
Expand Down

0 comments on commit 0d245ed

Please sign in to comment.