branch: elpa/dracula-theme
commit 45fabf9b9c5d18d878603c69ea3bd21a99b7d51d
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Add page breaks in code
---
dracula-theme.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dracula-theme.el b/dracula-theme.el
index eddcebb..ad1d2c1 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -17,8 +17,12 @@
(require 'cl-lib)
(deftheme dracula)
+
+;;;; Configuration options:
+
(defgroup dracula nil
"Dracula theme options.
+
The theme has to be reloaded after changing anything in this group."
:group 'faces)
@@ -52,6 +56,9 @@ The theme has to be reloaded after changing anything in this
group."
:type 'boolean
:group 'dracula)
+
+;;;; Theme definition:
+
;; Assigment form: VARIABLE COLOR [TTY-COLOR]
(let ((colors '(;; Upstream theme color
(dracula-bg "#282a36" "#262626" nil) ; official background
@@ -587,6 +594,7 @@ The theme has to be reloaded after changing anything in
this group."
(t ; should be only
tty-like envs
,(funcall expand-for-kind tty-colors
spec))))))))
+
;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path