Refine ivy-grep-line-number

This commit is contained in:
Protesilaos Stavrou 2019-12-15 10:45:45 +02:00
parent 4094acfb7e
commit 6bd0666586
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View File

@ -910,7 +910,7 @@ between foreground and background is >= 7:1)."
`(ivy-current-match ((,class (:inherit modus-theme-special-mild :weight bold :underline t))))
`(ivy-cursor ((,class (:inherit cursor))))
`(ivy-grep-info ((,class (:foreground ,cyan-alt))))
`(ivy-grep-line-number ((,class (:inherit line-number))))
`(ivy-grep-line-number ((,class (:foreground ,fg-special-warm))))
`(ivy-highlight-face ((,class (:foreground ,magenta))))
`(ivy-match-required-face ((,class (:inherit error))))
`(ivy-minibuffer-match-face-1 ((,class (:inherit modus-theme-subtle-neutral))))

View File

@ -910,7 +910,7 @@ between foreground and background is >= 7:1)."
`(ivy-current-match ((,class (:inherit modus-theme-special-mild :weight bold :underline t))))
`(ivy-cursor ((,class (:inherit cursor))))
`(ivy-grep-info ((,class (:foreground ,cyan-alt))))
`(ivy-grep-line-number ((,class (:inherit line-number))))
`(ivy-grep-line-number ((,class (:foreground ,fg-special-warm))))
`(ivy-highlight-face ((,class (:foreground ,magenta))))
`(ivy-match-required-face ((,class (:inherit error))))
`(ivy-minibuffer-match-face-1 ((,class (:inherit modus-theme-subtle-neutral))))