commit 6b22df9707c99285cd7f53a802d82a11dc46513e
parent dad2a049d39ab1a4886785b43336ae63a97955fa
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date: Mon, 15 Jul 2013 11:36:16 +0300
Make ace-jump-face-foreground bold
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -299,7 +299,7 @@ customize the resulting theme."
((,class (:foreground ,solarized-comments :background ,solarized-bg
:inverse-video nil))))
`(ace-jump-face-foreground
- ((,class (:foreground ,red :background ,solarized-bg :inverse-video nil))))
+ ((,class (:foreground ,red :background ,solarized-bg :inverse-video nil :weight bold))))
;; auctex
`(font-latex-bold-face ((,class (:inherit bold :foreground ,solarized-emph))))