Commit e6fe949bad49
Changed files (1)
lisp
lisp/shortbrain-theme.el
@@ -48,6 +48,9 @@
"Minimal, low-color, low-distraction theme.")
(let ((fg "#111111")
+ (fg1 "#222222")
+ (fg2 "#333333")
+ (fg3 "#444444")
(fg-table "#222291")
(fg-dim "dim gray")
(fg-slight-dim "grey70")
@@ -133,11 +136,11 @@
`(org-hide ((t (:foreground ,bg))))
;; use :overline to give headings more top margin
`(org-level-1 ((t (:foreground ,fg :weight semi-bold :height 1.3))))
- `(org-level-2 ((t (:foreground ,fg :weight semi-bold :height 1.1 :overline ,bg))))
- `(org-level-3 ((t (:foreground ,fg :weight semi-bold :height 1.1 :overline ,bg))))
- `(org-level-4 ((t (:foreground ,fg :weight semi-bold :height 1.1 :overline ,bg))))
- `(org-level-5 ((t (:foreground ,fg :weight semi-bold :height 1.1 :overline ,bg))))
- `(org-level-6 ((t (:foreground ,fg :weight semi-bold :height 1.1 :overline ,bg))))
+ `(org-level-2 ((t (:foreground ,fg1 :weight semi-bold :height 1.1 :overline ,fg-light))))
+ `(org-level-3 ((t (:foreground ,fg2 :weight semi-bold :height 1.1 :overline ,fg-light))))
+ `(org-level-4 ((t (:foreground ,fg3 :weight semi-bold :height 1.1 :overline ,fg-light))))
+ `(org-level-5 ((t (:foreground ,fg3 :weight semi-bold :height 1.1 :overline ,fg-light))))
+ `(org-level-6 ((t (:foreground ,fg3 :weight semi-bold :height 1.1 :overline ,fg-light))))
`(org-link ((t (:foreground ,fg :underline t))))
`(org-quote ((t (:foreground ,fg :slant italic :inherit org-block))))
`(org-scheduled ((t (:foreground ,fg))))