Consolidate definitions of highlight-like faces
This commit is contained in:
parent
f5a1426451
commit
dc15f114d8
@ -157,12 +157,12 @@
|
|||||||
`(fringe ((,class (:inherit 'default :foreground ,base-4))))
|
`(fringe ((,class (:inherit 'default :foreground ,base-4))))
|
||||||
`(region ((,class (:background ,base-4 :foreground nil :distant-foreground ,fg))))
|
`(region ((,class (:background ,base-4 :foreground nil :distant-foreground ,fg))))
|
||||||
`(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8))))
|
`(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8))))
|
||||||
|
`(lazy-highlight ((,class (:inherit 'highlight))))
|
||||||
`(cursor ((,class (:background ,fg))))
|
`(cursor ((,class (:background ,fg))))
|
||||||
`(shadow ((,class (:foreground ,base-5))))
|
`(shadow ((,class (:foreground ,base-5))))
|
||||||
`(minibuffer-prompt ((,class (:foreground ,base-7))))
|
`(minibuffer-prompt ((,class (:foreground ,base-7))))
|
||||||
`(tooltip ((,class (:background ,base-3 :foreground ,fg))))
|
`(tooltip ((,class (:background ,base-3 :foreground ,fg))))
|
||||||
`(secondary-selection ((,class (:background ,gray))))
|
`(secondary-selection ((,class (:background ,gray))))
|
||||||
`(lazy-highlight ((,class (:background ,dark-blue :foreground ,base-8 :distant-foreground ,base-0 :weight bold))))
|
|
||||||
`(fill-column-indicator ((,class (:foreground ,base-3))))
|
`(fill-column-indicator ((,class (:foreground ,base-3))))
|
||||||
`(match ((,class (:background ,base-0 :foreground ,green :weight bold))))
|
`(match ((,class (:background ,base-0 :foreground ,green :weight bold))))
|
||||||
`(trailing-whitespace ((,class (:background ,red))))
|
`(trailing-whitespace ((,class (:background ,red))))
|
||||||
@ -355,7 +355,7 @@
|
|||||||
`(ido-virtual ((,class (:foreground ,base-5))))
|
`(ido-virtual ((,class (:foreground ,base-5))))
|
||||||
|
|
||||||
;; isearch
|
;; isearch
|
||||||
`(isearch ((,class (:background ,blue :foreground ,base-0 :weight bold))))
|
`(isearch ((,class (:inherit 'highlight))))
|
||||||
|
|
||||||
;; line-number
|
;; line-number
|
||||||
`(line-number ((,class (:inherit 'default
|
`(line-number ((,class (:inherit 'default
|
||||||
|
Loading…
Reference in New Issue
Block a user