Add colors for hl-anything thingatpt functions

This commit is contained in:
syl20bnr 2014-11-13 23:11:51 -05:00
parent ef8c753eeb
commit 7b8e66fb67

View file

@ -2109,6 +2109,12 @@ customize the resulting theme."
'((,base02 . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)
(,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,base02 . 100)))
;; hl-anything
`(hl-fg-colors '(,base03 ,base03 ,base03 ,base03 ,base03 ,base03
,base03 ,base03))
`(hl-bg-colors '(,yellow-lc ,orange-lc ,red-lc ,magenta-lc
,violet-lc ,blue-lc ,cyan-lc ,green-lc))
;; smartrep
`(smartrep-mode-line-active-bg (solarized-color-blend ,green ,s-mode-line-bg 0.2))