summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-19 23:00:19 +0200
committerGravatar Tom Willemsen2012-10-19 23:00:19 +0200
commitc7ae790a9965aca02eddde16508f31cb886ef92e (patch)
tree09ca71cad6ac0c8542c5cc777efebe6f76c49f5a
parent19024fdfabd6f4a48178c6ba497a24d2ca7b81fe (diff)
downloaddotfiles-c7ae790a9965aca02eddde16508f31cb886ef92e.tar.gz
dotfiles-c7ae790a9965aca02eddde16508f31cb886ef92e.zip
.emacs.d/themes/yoshi-theme.el
-rw-r--r--.emacs.d/themes/yoshi-theme.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/.emacs.d/themes/yoshi-theme.el b/.emacs.d/themes/yoshi-theme.el
index dcd2ee1..6836353 100644
--- a/.emacs.d/themes/yoshi-theme.el
+++ b/.emacs.d/themes/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))))