Merge pull request #111 from dato/ace-jump

Define colors for ace-jump-mode
This commit is contained in:
Greg Pfeil 2014-04-07 19:23:39 -06:00
commit bb0ac4860e
1 changed files with 3 additions and 0 deletions

View File

@ -363,6 +363,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(widget-single-line-field ((t (:inherit widget-field))))
;; extra modules
;; -------------
;; ace-jump-mode
(ace-jump-face-background ((t (,@fmt-none ,@fg-base01))))
(ace-jump-face-foreground ((t (,@fmt-bold ,@fg-red))))
;; bm visual bookmarks
(bm-fringe-face ((t (,@bg-orange ,@fg-base03))))
(bm-fringe-persistent-face ((t (,@bg-blue ,@fg-base03))))