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

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

[nongnu] elpa/inkpot-theme de745de9ab 007/104: added headers for MELPA i


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme de745de9ab 007/104: added headers for MELPA inclusion and a couple of small fixes
Date: Thu, 7 Jul 2022 12:00:58 -0400 (EDT)

branch: elpa/inkpot-theme
commit de745de9ab7f67431a5ce493a63be68d408ec40e
Author: Sarah Iovan <sarah.iovan@gmail.com>
Commit: Sarah Iovan <sarah.iovan@gmail.com>

    added headers for MELPA inclusion and a couple of small fixes
---
 inkpot-theme.el | 44 +++++++++++++++++++++++++++++---------------
 1 file changed, 29 insertions(+), 15 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index f30036df01..4d1db08a59 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -1,5 +1,12 @@
-(deftheme inkpot
-  "emacs24 port of inkpot for vim")
+;;; inkpot-theme.el --- port of vim's inkpot theme 
+
+;; Author: Sarah Iovan <sarah@hwaetageek.com>
+;; URL: http://github.com/siovan/emacs24-inkpot.git
+;; Version: 0.1
+
+; This file is based on Per Vognsen's port of the original vim theme. The 
original emacs color-theme version is found at 
http://www.emacswiki.org/emacs/ColorThemeInkpot. 
+
+(deftheme inkpot)
 
 (custom-theme-set-faces
   'inkpot 
@@ -16,6 +23,20 @@
         '(modeline-buffer-id ((t (:bold t :foreground "#b9b9b9" :background 
"#3e3e5e"))))
         '(minibuffer-prompt ((t (:bold t :foreground "#708090"))))
         '(default-italic ((t (:italic t))))
+        '(font-lock-builtin-face ((t (:foreground "#c080d0"))))
+        '(font-lock-comment-face ((t (:foreground "#cd8b00")))) 
+        '(font-lock-comment-delimiter-face ((t (:foreground "#cd8b00"))))
+        ;'(font-lock-comment-face ((t (:foreground "#708090")))) ; alternate 
comment face
+        '(font-lock-constant-face ((t (:foreground "808bed"))))
+        '(font-lock-doc-face ((t (:foreground "#cd8b00"))))
+        '(font-lock-function-name-face ((t (:foreground "#87cefa"))))
+        '(font-lock-keyword-face ((t (:bold t :foreground "#c080d0"))))
+        '(font-lock-preprocessor-face ((t (:foreground "#409090"))))
+        '(font-lock-reference-face ((t (:bold t :foreground "#808bed"))))
+        '(font-lock-string-face ((t (:foreground "#ffcd8b" :background 
"#404040"))))
+        '(font-lock-type-face ((t (:foreground "#ff8bff"))))
+        '(font-lock-variable-name-face ((t nil)))
+        '(font-lock-warning-face ((t (:foreground "#ffffff" :background 
"#ff0000"))))
        '(w3m-anchor ((t (:foreground "#c080d0"))))
        '(info-xref ((t (:foreground "#409090")))) 
         '(info-menu-star ((t (:foreground "#409090")))) 
@@ -99,19 +120,12 @@
        '(font-latex-string-face ((t (:foreground "#708090"))))
        '(font-latex-match-reference-keywords ((t (:foreground "#708090"))))
        '(font-latex-match-variable-keywords ((t (:foreground "#708090"))))
-        '(font-lock-builtin-face ((t (:foreground "#c080d0"))))
-        '(font-lock-comment-face ((t (:foreground "#cd8b00")))) ; original 
inkpot: #cd8b00
-        ;'(font-lock-comment-face ((t (:foreground "#708090")))) ; alternate 
comment face
-        '(font-lock-constant-face ((t (:foreground "808bed"))))
-        '(font-lock-doc-face ((t (:foreground "#cd8b00"))))
-        '(font-lock-function-name-face ((t (:foreground "#87cefa"))))
-        '(font-lock-keyword-face ((t (:bold t :foreground "#c080d0"))))
-        '(font-lock-preprocessor-face ((t (:foreground "#409090"))))
-        '(font-lock-reference-face ((t (:bold t :foreground "#808bed"))))
-        '(font-lock-string-face ((t (:foreground "#ffcd8b" :background 
"#404040"))))
-        '(font-lock-type-face ((t (:foreground "#ff8bff"))))
-        '(font-lock-variable-name-face ((t nil)))
-        '(font-lock-warning-face ((t (:foreground "#ffffff" :background 
"#ff0000"))))
 )
+;;;###autoload
+(when load-file-name
+  (add-to-list 'custom-theme-load-path
+               (file-name-as-directory (file-name-directory load-file-name))))
 
 (provide-theme 'inkpot)
+
+;;; inkpot.el ends here



reply via email to

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