.emacs.d/themes/yoshi-theme.el

This commit is contained in:
Tom Willemsen 2012-10-19 23:00:19 +02:00
parent 19024fdfab
commit c7ae790a99

View file

@ -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))))