aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-08 22:25:36 +0200
committerGravatar Tom Willemse2013-07-08 22:25:36 +0200
commit4c9143caa4c62b4c10bc1408cbb1611f0f70856e (patch)
treee2cc90e0aeba77a9356d4d3359296d41456d9987
parenta9d42a50c0b5fbe76798b63b16e140d6f4100cea (diff)
downloadyoshi-theme-4c9143caa4c62b4c10bc1408cbb1611f0f70856e.tar.gz
yoshi-theme-4c9143caa4c62b4c10bc1408cbb1611f0f70856e.zip
Remove heights from org-mode
I was trying it, but no...
-rw-r--r--yoshi-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 03cb776..b3ed3a6 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -196,9 +196,9 @@
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground "#ededed" :strike-through t))))
- `(org-level-1 ((t (:foreground ,fgred :height 1.4))))
- `(org-level-2 ((t (:foreground ,fgorange :height 1.2))))
- `(org-level-3 ((t (:foreground ,fgyellow :height 1.1))))
+ `(org-level-1 ((t (:foreground ,fgred))))
+ `(org-level-2 ((t (:foreground ,fgorange))))
+ `(org-level-3 ((t (:foreground ,fgyellow))))
`(org-level-4 ((t (:foreground ,fggreen))))
`(org-level-5 ((t (:foreground ,fgturquoise))))
`(org-level-6 ((t (:foreground ,fgcyan))))