aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-11 21:23:48 +0200
committerGravatar Tom Willemsen2012-10-11 21:23:48 +0200
commit9cc5b0ce9484d4f743de24cf6c80d3f9cbd973b4 (patch)
treec95d9f07147ddbe9e1096e7d801bb7c793ba20db
parent50e8833bd70ff1f0fbab5f5646bfd7c6eb6a5ff6 (diff)
downloadyoshi-theme-9cc5b0ce9484d4f743de24cf6c80d3f9cbd973b4.tar.gz
yoshi-theme-9cc5b0ce9484d4f743de24cf6c80d3f9cbd973b4.zip
.emacs.d/themes/new-theme.el
-rw-r--r--new-theme.el20
1 files changed, 17 insertions, 3 deletions
diff --git a/new-theme.el b/new-theme.el
index b43709f..1d5a454 100644
--- a/new-theme.el
+++ b/new-theme.el
@@ -30,9 +30,9 @@
(custom-theme-set-faces
'new
'(default ((t (:background "#111113" :foreground "#eeeeec"))))
- '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style line)))))
- '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style line)))))
- '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style line)))))
+ '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style wave)))))
+ '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style wave)))))
+ '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :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,7 +51,21 @@
'(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))))
+ '(org-level-2 ((t (:height 1.4))))
+ '(org-level-3 ((t (:height 1.3))))
+ '(org-level-4 ((t (:height 1.2))))
+ '(org-level-5 ((t (:height 1.1))))
+ '(org-level-6 ((t (:height 1.0))))
+ '(org-level-7 ((t (:height 1.0))))
+ '(org-level-8 ((t (:height 1.0))))
'(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))))
)
(provide-theme 'new)