Skip to content

Commit

Permalink
Modify deftheme location
Browse files Browse the repository at this point in the history
  • Loading branch information
meritamen authored Dec 16, 2023
1 parent a7f965f commit 1df3d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
:type 'boolean
:group 'kanagawa-theme)

(deftheme kanagawa "An elegant theme inspired by The Great Wave off Kanagawa by Katsushika Hokusa")

(defun true-color-p ()
(or (display-graphic-p)
(= (tty-display-color-cells) 16777216)))
Expand Down Expand Up @@ -570,8 +572,6 @@

`(focus-unfocused ((,class (:foreground ,sumi-ink-4)))))))

(deftheme kanagawa "An elegant theme inspired by The Great Wave off Kanagawa by Katsushika Hokusa")

(create-kanagawa-theme 'kanagawa)

;;;###autoload
Expand Down

0 comments on commit 1df3d76

Please sign in to comment.