From fe3f867b92b3738e14ef273b23acd3f9c787ac1c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 28 Jan 2011 19:21:52 +0100 Subject: Switching emacs to my personal theme again --- emacs.d/.gitignore | 1 + emacs.d/color-theme-weirdness.el | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'emacs.d') diff --git a/emacs.d/.gitignore b/emacs.d/.gitignore index 168b1e0..2a5e743 100644 --- a/emacs.d/.gitignore +++ b/emacs.d/.gitignore @@ -1 +1,2 @@ tramp +elpa diff --git a/emacs.d/color-theme-weirdness.el b/emacs.d/color-theme-weirdness.el index a97cefc..c75996c 100644 --- a/emacs.d/color-theme-weirdness.el +++ b/emacs.d/color-theme-weirdness.el @@ -34,4 +34,41 @@ (font-lock-type-face ((t (:foreground "#8522DD")))) (font-lock-variable-name-face ((t (:foreground "#18EFF2")))) (font-lock-warning-face ((t (:foreground "#FF0000" :bold t))))))) + +;; weirdnes color-theme 2 +;; thinking of improving it. +(defun color-theme-weirdness2 () + (interactive) + (color-theme-install + '(color-theme-weirdness + ((background-color . "#000000") + (background-mode . dark) + (border-color . "#000000") + (cursor-color . "#FFFFFF") + (foreground-color . "#FFFFFF") + (mouse-color . "#000000")) + (org-level-1 ((t (:foreground "#5BFD5B" :weight normal)))) + (org-level-2 ((t (:foreground "#379A37" :weight normal)))) + (org-level-3 ((t (:foreground "#757575" :weight normal)))) + (org-level-4 ((t (:foreground "#778899" :weight normal)))) + (org-level-5 ((t (:foreground "#9898FF" :weight normal)))) + (org-level-6 ((t (:foreground "#0000B0" :weight normal)))) + (org-level-7 ((t (:foreground "#740091" :weight normal)))) + (org-level-8 ((t (:foreground "#B275C1" :weight normal)))) + (fringe ((t (:background "#000000")))) + (mode-line ((t (:foreground "#B3B3B3" :background "#43527A" :background "#000000" :box nil)))) + (region ((t (:background "#3D3D3D")))) + (minibuffer-prompt ((t (:foreground "#72F3FF" :bold t)))) + (flymake-warnline ((t (:background "#000060")))) + (flymake-errline ((t (:background "#600000")))) + (font-lock-builtin-face ((t (:foreground "#C436C4")))) + (font-lock-comment-face ((t (:foreground "#00AC00" :background "#004000" :bold t :box (:line-width 1 :color "#006000" :style nil))))) + (font-lock-comment-delimiter-face ((t (:inherit 'font-lock-comment-face)))) + (font-lock-function-name-face ((t (:foreground "#8522DD")))) + (font-lock-keyword-face ((t (:foreground "royal blue")))) + (font-lock-string-face ((t (:foreground "#E00900")))) + (font-lock-type-face ((t (:foreground "#FF9800")))) + (font-lock-variable-name-face ((t (:foreground "#18EFF2")))) + (font-lock-warning-face ((t (:foreground "#FF0000" :bold t))))))) + (provide 'color-theme-weirdness) -- cgit v1.2.3-54-g00ecf