Fix ugly org-mode theming
This commit is contained in:
parent
d79d3efae5
commit
73c4c85cf2
2 changed files with 4 additions and 7 deletions
|
|
@ -65,13 +65,8 @@
|
|||
`(show-paren-match-face ((t (:foreground ,teal :bold t ))))
|
||||
|
||||
`(outline-1 ((t (:foreground ,yellow ))))
|
||||
`(outline-2 ((t (:foreground ,palegreen ))))
|
||||
`(outline-3 ((t (:foreground ,lime ))))
|
||||
`(outline-4 ((t (:foreground ,teal ))))
|
||||
`(outline-5 ((t (:foreground ,paleblue ))))
|
||||
`(outline-6 ((t (:foreground ,purple ))))
|
||||
`(outline-7 ((t (:foreground ,magenta ))))
|
||||
`(outline-8 ((t (:foreground ,orange ))))
|
||||
`(outline-2 ((t (:foreground ,goldenrod ))))
|
||||
`(outline-3 ((t (:foreground ,lightorange ))))
|
||||
)
|
||||
)
|
||||
(provide-theme 'jdkaplan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue