Skip to content

Commit

Permalink
fix: begin and end lines block org ... [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
AfsmNGhr committed Jul 7, 2018
1 parent f73e59a commit 935f591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/spolsky-term-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@
`(org-level-6 ((t (:foreground, *regexp*))))
`(org-level-7 ((t (:foreground, *warning*))))
`(org-level-8 ((t (:foreground, *variable*))))
`(org-block-background ((t (:background "color-234"))))
`(org-block-begin-line ((t (:background, *visual-selection* :foreground, *string*))))
`(org-block-end-line ((t (:background, *visual-selection* :foreground, *string*))))
`(org-block-background ((t (:background "color-235"))))
`(org-block-begin-line ((t (:background, "color-233" :foreground, *string*))))
`(org-block-end-line ((t (:background, "color-233" :foreground, *string*))))
))

;;;###autoload
Expand Down

0 comments on commit 935f591

Please sign in to comment.