summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-09-25 15:44:52 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-09-25 15:49:33 -0500
commitbca0b30dcc6e45c089b92ec5183884eb65983197 (patch)
treecdcdc02c34ec827b71a95e944f9509346aeef863
parentdabbf154a3fdbcfb56f2a32328f3b07b83c07ef8 (diff)
Clean: all files for packaging via MELPA
-rw-r--r--halloweenie-theme.el13
-rw-r--r--halloweenie-themes.el2
-rw-r--r--pumpkin-spice-theme.el28
3 files changed, 13 insertions, 30 deletions
diff --git a/halloweenie-theme.el b/halloweenie-theme.el
index bc129e9..7d9903c 100644
--- a/halloweenie-theme.el
+++ b/halloweenie-theme.el
@@ -1,5 +1,6 @@
-;; halloweenie - a Halloween emacs color theme.
-;; Copyright (C) 2021 Colin Okay
+;;; halloweenie-theme.el - a Halloween emacs color theme. -*- lexical-binding:t -*-
+
+;; Copyright (C) 2021-2023 Colin Okay
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -14,10 +15,6 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
-;; DOWNLOAD THE EMACS LISP FILE AT:
-;;
-;; http://cicadas.surf/pastebin/hallohalloweenie-theme.el
-
(require 'autothemer)
(autothemer-deftheme
@@ -33,8 +30,8 @@
(halloweenie-spellglow "#d478e0")
(halloweenie-bone "#E8E7D5")
(halloweenie-rot "#6Bc980")
- (halloweenie-ghost "#C1CAE8")
- (halloweenie-shine "#70c2ca")
+ ;; (halloweenie-ghost "#C1CAE8")
+ ;; (halloweenie-shine "#70c2ca")
(halloweenie-cateyes "#ffde38")
(halloweenie-evileyes "#FF1F1F"))
diff --git a/halloweenie-themes.el b/halloweenie-themes.el
index 20e6e86..cb4cd18 100644
--- a/halloweenie-themes.el
+++ b/halloweenie-themes.el
@@ -5,7 +5,7 @@
;; Author: Colin Okay <colin@cicadas.surf>, Grant Shangreaux <shoshin@cicadas.surf>
;; Maintainer: Grant Shangreaux <shoshin@cicadas.surf>
;; URL: https://cicadas.surf/cgit/halloweenie-themes.git
-;; Version: 1.0.0
+;; Version: 0.1.0
;; Package-Requires: ((emacs "27.1") (autothemer "0.2"))
;; Keywords: faces, theme, halloween, pumpkin
diff --git a/pumpkin-spice-theme.el b/pumpkin-spice-theme.el
index 8df5974..6a52f1e 100644
--- a/pumpkin-spice-theme.el
+++ b/pumpkin-spice-theme.el
@@ -1,5 +1,6 @@
-;; pumpkin-spice - a daylight hours Halloween Emacs color theme.
-;; Copyright (C) 2022 Grant Shoshin Shangreaux
+;;; pumpkin-spice.el - a Halloween daylight hours Emacs color theme. -*- lexical-binding:t -*-
+
+;; Copyright (C) 2022-2023 Grant Shoshin Shangreaux
;;
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -31,10 +32,10 @@
(pumpkin-spice-nutmeg "#650900")
(pumpkin-spice-clove "#513323")
(pumpkin-spice-berry "#99caf1")
- (pumpkin-spice-stem "#2d3e40")
- (pumpkin-spice-gourd "#343338")
- (pumpkin-spice-lavendar "#c099f1")
- (pumpkin-spice-mint "#99f1c0"))
+ ;; (pumpkin-spice-stem "#2d3e40")
+ ;; (pumpkin-spice-lavendar "#c099f1")
+ ;; (pumpkin-spice-mint "#99f1c0")
+ (pumpkin-spice-gourd "#343338"))
((default (:foreground pumpkin-spice-gourd :background pumpkin-spice-latte))
(error (:foreground pumpkin-spice-cran :weight 'semi-bold))
@@ -58,20 +59,5 @@
(font-lock-builtin-face (:foreground pumpkin-spice-clove :weight 'semi-bold))
(font-lock-keyword-face (:foreground pumpkin-spice-clove :weight 'extra-bold))
- ;; org
- ;; (org-todo (:weight 'bold :foreground pumpkin-spice-blood))
- ;; (org-done (:weight 'bold :foreground pumpkin-spice-rot ))
-
- ;; doom modeline
-
- ;; (doom-modeline-project-dir
- ;; (:foreground pumpkin-spice-pitch :weight 'bold ))
- ;; (doom-modeline-project-root-dir
- ;; (:foreground pumpkin-spice-blood :weight 'bold))
-
- ;; persp
-
- ;; (persp-selected-face
- ;; (:foreground pumpkin-spice-blood :weight 'bold :slant 'italic))))
))
(provide-theme 'pumpkin-spice)