aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-19 13:33:10 +0200
committerGravatar Tom Willemsen2012-10-19 13:33:10 +0200
commit13263e5b74c841dd9c38aa766864368b96200868 (patch)
treeb1527588f310d8fdc4f29e02bb35d72b74ad99b5
parent96d4e6b51d11ca95709c61fb4b6c932c38d22cfc (diff)
downloadyoshi-theme-13263e5b74c841dd9c38aa766864368b96200868.tar.gz
yoshi-theme-13263e5b74c841dd9c38aa766864368b96200868.zip
.emacs.d/themes/yoshi-theme.el
-rw-r--r--yoshi-theme.el (renamed from new-theme.el)13
1 files changed, 7 insertions, 6 deletions
diff --git a/new-theme.el b/yoshi-theme.el
index dd4eb13..dcd2ee1 100644
--- a/new-theme.el
+++ b/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