Re-add the ace-jump-mode faces I accidentally removed.

This commit is contained in:
Greg Pfeil 2015-01-06 23:26:44 -07:00
parent 139b566f4d
commit 6be24f0e49
1 changed files with 5 additions and 1 deletions

View File

@ -395,6 +395,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(widget-single-line-field (:inherit widget-field))
;; extra modules
;; -------------
;; ace-jump-mode
(ace-jump-face-background (,@fmt-none ,@fg-base01))
(ace-jump-face-foreground (,@fmt-bold ,@fg-red))
;; bm visual bookmarks
(bm-fringe-face (,@bg-orange ,@fg-base03))
(bm-fringe-persistent-face (,@bg-blue ,@fg-base03))
@ -418,7 +421,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(jabber-roster-user-away (,@fmt-ital ,@fg-green))
(jabber-roster-user-chatty (,@fmt-bold ,@fg-orange))
(jabber-roster-user-dnd (,@fmt-ital ,@fg-red))
(jabber-roster-user-error (:weight light :slant italic ,@fg-red))
(jabber-roster-user-error
(:weight light :slant italic ,@fg-red))
(jabber-roster-user-offline (,@fg-base01))
(jabber-roster-user-online (,@fmt-bold ,@fg-blue))
(jabber-roster-user-xa (,@fmt-ital ,@fg-magenta))