Skip to content

Commit

Permalink
Define colors for ace-jump-mode.
Browse files Browse the repository at this point in the history
I use fg-red and fg-base01 for the red and gray40, respectively, tht
ace-jump-mode.el uses:

https://github.com/winterTTr/ace-jump-mode/blob/07b7137/ace-jump-mode.el#L303
https://github.com/winterTTr/ace-jump-mode/blob/07b7137/ace-jump-mode.el#L297

The original Vim plugin also recommends red and comment (faded), which is
what the above accomplishes:

https://github.com/Lokaltog/vim-easymotion/blob/eaa4af/doc/easymotion.txt#L992
  • Loading branch information
dato committed Apr 8, 2014
1 parent bc2d2f6 commit af8e1b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit af8e1b3

Please sign in to comment.