From 03775c7b2abef8a90187a393eb93fe2c292c1833 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 8 Jan 2013 01:29:24 +0100 Subject: Add some faces, change some faces --- yoshi-theme.el | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index cac6296..960d4df 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -37,7 +37,7 @@ '(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave))))) '(flyspell-duplicate ((t (:foreground nil :underline (:color "#ffbb56" :style wave))))) '(flyspell-incorrect ((t (:foreground nil :underline (:color "#ff756e" :style wave))))) - '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) + '(font-lock-comment-delimiter-face ((t (:foreground "#999999" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) '(font-lock-doc-face ((t (:foreground "#9ad870")))) @@ -48,6 +48,7 @@ '(font-lock-variable-name-face ((t (:foreground "#ff756e")))) '(font-lock-warning-face ((t (:foreground "#ff756e" :weight bold)))) '(highlight ((t (:background "#171719")))) + '(highlight-80+ ((t (:underline (:color "#ff756e" :style wave) :background nil)))) '(ido-subdir ((t (:foreground "#ff756e")))) '(italic ((t (:slant italic)))) '(jabber-chat-prompt-foreign ((t (:foreground "#ff756e")))) @@ -55,30 +56,33 @@ '(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")))) + '(markdown-header-face-1 ((t (:foreground "#78a2c1")))) + '(markdown-header-face-2 ((t (:foreground "#93d8d8")))) + '(markdown-header-face-3 ((t (:foreground "#9ad870")))) + '(markdown-header-face-4 ((t (:foreground "#c39cc3")))) + '(markdown-header-face-5 ((t (:foreground "#ff756e")))) + '(markdown-header-face-6 ((t (: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)))) - '(org-level-1 ((t (:height 1.5 :foreground "#78a2c1")))) - '(org-level-2 ((t (:height 1.4 :foreground "#93d8d8")))) - '(org-level-3 ((t (:height 1.3 :foreground "#9ad870")))) - '(org-level-4 ((t (:height 1.2 :foreground "#c39cc3")))) - '(org-level-5 ((t (:height 1.1 :foreground "#ff756e")))) - '(org-level-6 ((t (:height 1.0 :foreground "#a9a9a9")))) - '(org-level-7 ((t (:height 1.0 :foreground "#ffbb56")))) - '(org-level-8 ((t (:height 1.0 :foreground "#999999")))) + '(org-document-title ((t (:foreground "#ffbb56" :height 1.5)))) + '(org-headline-done ((t (:foreground "#a9a9a9" :strike-through t)))) + '(org-level-1 ((t (:foreground "#78a2c1")))) + '(org-level-2 ((t (:foreground "#93d8d8")))) + '(org-level-3 ((t (:foreground "#9ad870")))) + '(org-level-4 ((t (:foreground "#c39cc3")))) + '(org-level-5 ((t (:foreground "#ff756e")))) + '(org-level-6 ((t (:foreground "#a9a9a9")))) + '(org-level-7 ((t (:foreground "#ffbb56")))) + '(org-level-8 ((t (:foreground "#999999")))) + '(pp^L-highlight ((t (:box nil :foreground "#555557")))) '(region ((t (:background "#2729b6")))) - '(rst-level-1 ((t (:height 1.5 :background nil)))) - '(rst-level-2 ((t (:height 1.4 :background nil)))) - '(rst-level-3 ((t (:height 1.3 :background nil)))) - '(rst-level-4 ((t (:height 1.2 :background nil)))) - '(rst-level-5 ((t (:height 1.1 :background nil)))) - '(rst-level-6 ((t (:height 1.0 :background nil)))) + '(rst-level-1 ((t (:background nil)))) + '(rst-level-2 ((t (:background nil)))) + '(rst-level-3 ((t (:background nil)))) + '(rst-level-4 ((t (:background nil)))) + '(rst-level-5 ((t (:background nil)))) + '(rst-level-6 ((t (:background nil)))) '(term-color-black ((t (:background "#171719" :foreground "#999999")))) '(term-color-blue ((t (:background "#2729b6" :foreground "#78a2c1")))) '(term-color-cyan ((t (:background "#208181" :foreground "#93d8d8")))) -- cgit v1.2.3-54-g00ecf