;ELC   
;;; Compiled
;;; in Emacs version 29.3
;;; with all optimizations.



(custom-declare-group 'ivy-faces nil "Font-lock faces for `ivy'." :group 'ivy :group 'faces)
(custom-declare-face 'ivy-cursor '((((class color) (background light)) :background "black" :foreground "white") (((class color) (background dark)) :background "white" :foreground "black")) "Cursor face for inline completion.")
(custom-declare-face 'ivy-current-match '((((class color) (background light)) :background "#1a4b77" :foreground "white" :extend t) (((class color) (background dark)) :background "#65a7e2" :foreground "black" :extend t)) "Face used by Ivy for highlighting the current match.")
(custom-declare-face 'ivy-minibuffer-match-highlight '((t :inherit highlight)) "Face used by Ivy for highlighting the match under the cursor.")
(custom-declare-face 'ivy-minibuffer-match-face-1 '((((class color) (background light)) :background "#d3d3d3") (((class color) (background dark)) :background "#555555")) "The background face for `ivy' minibuffer matches.")
(custom-declare-face 'ivy-minibuffer-match-face-2 '((((class color) (background light)) :background "#e99ce8" :weight bold) (((class color) (background dark)) :background "#777777" :weight bold)) "Face for `ivy' minibuffer matches numbered 1 modulo 3.")
(custom-declare-face 'ivy-minibuffer-match-face-3 '((((class color) (background light)) :background "#bbbbff" :weight bold) (((class color) (background dark)) :background "#7777ff" :weight bold)) "Face for `ivy' minibuffer matches numbered 2 modulo 3.")
(custom-declare-face 'ivy-minibuffer-match-face-4 '((((class color) (background light)) :background "#ffbbff" :weight bold) (((class color) (background dark)) :background "#8a498a" :weight bold)) "Face for `ivy' minibuffer matches numbered 3 modulo 3.")
(custom-declare-face 'ivy-confirm-face '((t :foreground "ForestGreen" :inherit minibuffer-prompt)) "Face used by Ivy for a confirmation prompt.")
(custom-declare-face 'ivy-match-required-face '((t :foreground "red" :inherit minibuffer-prompt)) "Face used by Ivy for a match required prompt.")
(custom-declare-face 'ivy-subdir '((t :inherit dired-directory)) "Face used by Ivy for highlighting subdirs in the alternatives.")
(custom-declare-face 'ivy-org '((t :inherit org-level-4)) "Face used by Ivy for highlighting Org buffers in the alternatives.")
(custom-declare-face 'ivy-modified-buffer '((t :inherit default)) "Face used by Ivy for highlighting modified file visiting buffers.")
(custom-declare-face 'ivy-modified-outside-buffer '((t :inherit default)) "Face used by Ivy for highlighting file visiting buffers modified outside Emacs.")
(custom-declare-face 'ivy-remote '((((class color) (background light)) :foreground "#110099") (((class color) (background dark)) :foreground "#7B6BFF")) "Face used by Ivy for highlighting remotes in the alternatives.")
(custom-declare-face 'ivy-virtual '((t :inherit font-lock-builtin-face)) "Face used by Ivy for matching virtual buffer names.")
(custom-declare-face 'ivy-action '((t :inherit font-lock-builtin-face)) "Face used by Ivy for displaying keys in `ivy-read-action'.")
(custom-declare-face 'ivy-highlight-face '((t :inherit highlight)) "Face used by Ivy to highlight certain candidates.")
(custom-declare-face 'ivy-prompt-match '((t :inherit ivy-current-match)) "Face used by Ivy for highlighting the selected prompt line.")
(custom-declare-face 'ivy-separator '((t :inherit font-lock-doc-face)) "Face for multiline source separator.")
(custom-declare-face 'ivy-grep-info '((t :inherit compilation-info)) "Face for highlighting grep information such as file names.")
(custom-declare-face 'ivy-grep-line-number '((t :inherit compilation-line-number)) "Face for displaying line numbers in grep messages.")
(custom-declare-face 'ivy-completions-annotations '((t :inherit completions-annotations)) "Face for displaying completion annotations.")
(custom-declare-face 'ivy-yanked-word '((t :inherit highlight)) "Face used to highlight yanked word.")
(provide 'ivy-faces)
