aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-10-15 07:49:18 -0700
committercolin <colin@cicadas.surf>2023-10-15 07:49:18 -0700
commit04df4a1388c113f8a7e09c94af240f9099d327b6 (patch)
treea20fcd518653f04fd07a7f832156f7fe14eeb421
parenta75c8ab71e782464c39b4f3c7a28c3d6e2e54395 (diff)
removed halloweenie source from config
-rw-r--r--init-el.org84
1 files changed, 0 insertions, 84 deletions
diff --git a/init-el.org b/init-el.org
index a1cab95..0ec333c 100644
--- a/init-el.org
+++ b/init-el.org
@@ -799,90 +799,6 @@ LOAD-THEME"
#+end_src
-*** Halloweenie
-
-
-#+begin_src elisp :tangle ~/.emacs.d/halloweenie-theme.el
-;; halloweenie - a Halloween emacs color theme.
-;; Copyright (C) 2021 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
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-;;
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;; GNU General Public License for more details.
-;;
-;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-;; Spooky times all.
-
-
-(require 'autothemer)
-
-(autothemer-deftheme
- halloweenie "Ghost, Ghouls, and worst of all: Pumpkin Spice"
- ((((class color) (min-colors #xFFFFFF)))
-
- (halloweenie-pitch "#1c1c1c")
- (halloweenie-night "#1f213a")
- (halloweenie-blood "#a2270d")
- (halloweenie-potion "#832ea1")
- (halloweenie-slime "#15ed0a")
- (halloweenie-jackolantern "#FF9430")
- (halloweenie-spellglow "#d478e0")
- (halloweenie-bone "#E8E7D5")
- (halloweenie-rot "#6Bc980")
- (halloweenie-ghost "#C1CAE8")
- (halloweenie-shine "#70c2ca")
- (halloweenie-cateyes "#ffde38")
- (halloweenie-evileyes "#FF1F1F"))
-
- ((default (:foreground halloweenie-bone :background halloweenie-pitch) :weight 'semi-bold)
- (error (:foreground halloweenie-evileyes :weight 'semi-bold))
- (cursor (:background halloweenie-slime))
- (region (:background "black"))
- (hl-line (:background halloweenie-night))
- (link (:background halloweenie-potion))
- (mode-line (:background halloweenie-jackolantern :foreground halloweenie-pitch))
- (mode-line-emphasis (:foreground halloweenie-pitch :weight 'bold))
- (font-lock-comment-face (:foreground halloweenie-slime))
- (font-lock-string-face (:foreground halloweenie-rot))
- (font-lock-type-face (:foreground halloweenie-cateyes :weight 'ultra-bold))
- (font-lock-constant-face (:foreground halloweenie-evileyes :weight 'extra-bold))
- (font-lock-variable-name-face ( :weight 'bold :foreground halloweenie-spellglow))
-
- (font-lock-function-name-face (:foreground halloweenie-spellglow :weight 'bold :slant 'italic))
- (font-lock-builtin-face (:foreground halloweenie-jackolantern :weight 'semi-bold))
- (font-lock-keyword-face (:foreground halloweenie-jackolantern :weight 'extra-bold))
-
- ;; org
- (org-todo (:weight 'bold :foreground halloweenie-evileyes))
- (org-done (:weight 'bold :foreground halloweenie-rot ))
-
- ;; doom modeline
-
- (doom-modeline-project-dir
- (:foreground halloweenie-pitch :weight 'bold ))
- (doom-modeline-project-root-dir
- (:foreground halloweenie-blood :weight 'bold))
-
- ;; persp
-
- (persp-selected-face
- (:foreground halloweenie-blood :weight 'bold :slant 'italic))))
-
-
-(provide-theme 'halloweenie)
-
-#+end_src
-
-
-
* Time Managment
#+name: time-management-preamble