aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-05 21:05:56 +0100
committerGravatar Tom Willemsen2012-11-05 21:05:56 +0100
commit4853d9980ac8fdfa79143a16f271d6294b5643a0 (patch)
tree050266f7de865f9b06f81dc89a8bfef16de12af8
parent517eded8321c830609b1701a8b6e21426ae7c71b (diff)
downloadyoshi-theme-4853d9980ac8fdfa79143a16f271d6294b5643a0.tar.gz
yoshi-theme-4853d9980ac8fdfa79143a16f271d6294b5643a0.zip
.emacs.d/themes/yoshi-theme.el
-rw-r--r--yoshi-theme.el14
1 files changed, 11 insertions, 3 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 6836353..39f35f5 100644
--- a/yoshi-theme.el
+++ b/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))))