.emacs.d/themes/yoshi-theme.el
This commit is contained in:
parent
63fa5175f8
commit
e5bd3dd2e3
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; new-theme.el --- My new theme
|
;;; yoshi-theme.el --- Theme named after my cat
|
||||||
|
|
||||||
;; Copyright (C) 2012 Tom Willemsen
|
;; Copyright (C) 2012 Tom Willemsen
|
||||||
|
|
||||||
|
@ -20,15 +20,16 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Just a new theme.
|
;; Just a theme named after my cat. He doesn't actually look like
|
||||||
|
;; this.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(deftheme new
|
(deftheme yoshi
|
||||||
"Created 2012-09-24")
|
"Created 2012-09-24")
|
||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'new
|
'yoshi
|
||||||
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
|
||||||
'(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave)))))
|
'(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave)))))
|
||||||
'(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave)))))
|
'(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave)))))
|
||||||
|
@ -78,5 +79,5 @@
|
||||||
'(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56"))))
|
'(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56"))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide-theme 'new)
|
(provide-theme 'yoshi)
|
||||||
;;; new-theme.el ends here
|
;;; yoshi-theme.el ends here
|
Loading…
Reference in a new issue