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

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

[nongnu] elpa/dracula-theme 45fabf9 129/187: Add page breaks in code


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 45fabf9 129/187: Add page breaks in code
Date: Thu, 21 Oct 2021 18:05:08 -0400 (EDT)

branch: elpa/dracula-theme
commit 45fabf9b9c5d18d878603c69ea3bd21a99b7d51d
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    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



reply via email to

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