Skip to content

Commit

Permalink
Get rid of height adjustment for rst-mode headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster-eiq committed Apr 7, 2016
1 parent 0f6d41b commit 992d05f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions solarized.el
Expand Up @@ -1734,10 +1734,10 @@ customize the resulting theme."
`(rainbow-delimiters-unmatched-face
((,class (:foreground ,base0 :background ,base03 :inverse-video t))))
;;;;; rst-mode
`(rst-level-1 ((,class (:inherit org-level-1 :height ,solarized-height-plus-4))))
`(rst-level-2 ((,class (:inherit org-level-2 :height ,solarized-height-plus-3))))
`(rst-level-3 ((,class (:inherit org-level-3 :height ,solarized-height-plus-2))))
`(rst-level-4 ((,class (:inherit org-level-4 :height ,solarized-height-plus-1))))
`(rst-level-1 ((,class (:inherit org-level-1))))
`(rst-level-2 ((,class (:inherit org-level-2))))
`(rst-level-3 ((,class (:inherit org-level-3))))
`(rst-level-4 ((,class (:inherit org-level-4))))
`(rst-level-5 ((,class (:inherit org-level-5))))
`(rst-level-6 ((,class (:inherit org-level-6))))
;;;;; rpm-mode
Expand Down

0 comments on commit 992d05f

Please sign in to comment.