From 2b8e24fcdf5a959520c8aee422a0916b51751e75 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:05:56 +0100 Subject: .emacs.d/themes/yoshi-theme.el --- .emacs.d/themes/yoshi-theme.el | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.emacs.d/themes/yoshi-theme.el b/.emacs.d/themes/yoshi-theme.el index 6836353..39f35f5 100644 --- a/.emacs.d/themes/yoshi-theme.el +++ b/.emacs.d/themes/yoshi-theme.el @@ -31,9 +31,11 @@ (custom-theme-set-faces '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))))) - '(flymake-warnline ((t (:background nil :underline (:color "#d19317" :style wave))))) + '(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave))))) + '(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave))))) + '(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave))))) + '(flyspell-duplicate ((t (:underline (:color "#ffbb56" :style wave))))) + '(flyspell-incorrect ((t (:underline (:color "#ff756e" :style wave))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) @@ -51,6 +53,12 @@ '(jabber-roster-user-online ((t (:foreground "#769ff2")))) '(link ((t (:foreground "#ffbb56" :underline t)))) '(magit-item-highlight ((t (:weight bold)))) + '(markdown-header-face-1 ((t (:height 1.5 :foreground "#78a2c1")))) + '(markdown-header-face-2 ((t (:height 1.4 :foreground "#93d8d8")))) + '(markdown-header-face-3 ((t (:height 1.3 :foreground "#9ad870")))) + '(markdown-header-face-4 ((t (:height 1.2 :foreground "#c39cc3")))) + '(markdown-header-face-5 ((t (:height 1.1 :foreground "#ff756e")))) + '(markdown-header-face-6 ((t (:height 1.0 :foreground "#a9a9a9")))) '(minibuffer-prompt ((t (:foreground "#78a2c1")))) '(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil)))) '(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil)))) -- cgit v1.2.3-54-g00ecf