summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-19 13:33:10 +0200
committerGravatar Tom Willemsen2012-10-19 13:33:10 +0200
commite5bd3dd2e351209f59f5051c0bdd05aabbd08c66 (patch)
tree9a1259d41a06388b720af4b0971cc428f9094118
parent63fa5175f8c17842a53e2b183625c50ebae1ad00 (diff)
downloaddotfiles-e5bd3dd2e351209f59f5051c0bdd05aabbd08c66.tar.gz
dotfiles-e5bd3dd2e351209f59f5051c0bdd05aabbd08c66.zip
.emacs.d/themes/yoshi-theme.el
-rw-r--r--.emacs.d/themes/yoshi-theme.el (renamed from .emacs.d/themes/new-theme.el)13
1 files changed, 7 insertions, 6 deletions
diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/yoshi-theme.el
index dd4eb13..dcd2ee1 100644
--- a/.emacs.d/themes/new-theme.el
+++ b/.emacs.d/themes/yoshi-theme.el
@@ -1,4 +1,4 @@
-;;; new-theme.el --- My new theme
+;;; yoshi-theme.el --- Theme named after my cat
;; Copyright (C) 2012 Tom Willemsen
@@ -20,15 +20,16 @@
;;; Commentary:
-;; Just a new theme.
+;; Just a theme named after my cat. He doesn't actually look like
+;; this.
;;; Code:
-(deftheme new
+(deftheme yoshi
"Created 2012-09-24")
(custom-theme-set-faces
- 'new
+ 'yoshi
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
'(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave)))))
'(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave)))))
@@ -78,5 +79,5 @@
'(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56"))))
)
-(provide-theme 'new)
-;;; new-theme.el ends here
+(provide-theme 'yoshi)
+;;; yoshi-theme.el ends here