commit fd3266d16eec3cf1ecb0b53c3b3d42438348f0db
parent 7e3e4d4ac3b7406da0793ab0fcc04c3dcf7456c0
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 23 Sep 2014 13:59:23 +0200
Change bm facedefs
Uses overlines, much less clutter than before though.
Overlines might be good for bookmark type of things.
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -544,10 +544,10 @@ customize the resulting theme."
`(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
;; bm
- `(bm-face ((,class (:background ,yellow-lc :foreground ,base03))))
- `(bm-fringe-face ((,class (:background ,yellow-lc :foreground ,base03))))
- `(bm-fringe-persistent-face ((,class (:background ,green-lc :foreground ,base03))))
- `(bm-persistent-face ((,class (:background ,green-lc :foreground ,base03))))
+ `(bm-face ((,class (:overline ,base0))))
+ `(bm-fringe-face ((,class (:overline ,base0))))
+ `(bm-fringe-persistent-face ((,class (:overline ,base0))))
+ `(bm-persistent-face ((,class (:overline ,base0))))
;; calfw
`(cfw:face-day-title ((,class (:background ,base02))))