aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-19 23:00:19 +0200
committerGravatar Tom Willemsen2012-10-19 23:00:19 +0200
commit517eded8321c830609b1701a8b6e21426ae7c71b (patch)
tree60d2b179175db41f57ddc4a235baca626c37e2ac
parent13263e5b74c841dd9c38aa766864368b96200868 (diff)
downloadyoshi-theme-517eded8321c830609b1701a8b6e21426ae7c71b.tar.gz
yoshi-theme-517eded8321c830609b1701a8b6e21426ae7c71b.zip
.emacs.d/themes/yoshi-theme.el
-rw-r--r--yoshi-theme.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index dcd2ee1..6836353 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -54,14 +54,14 @@
'(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))))
+ '(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"))))
'(region ((t (:background "#2729b6"))))
'(rst-level-1 ((t (:height 1.5 :background nil))))
'(rst-level-2 ((t (:height 1.4 :background nil))))