diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index d2dda29..7449aa3 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -46,7 +46,7 @@ '(company-tooltip-selection ((t (:inherit font-lock-function-name-face)))) '(company-tooltip-common ((t (:inherit font-lock-constant-face)))) - '(ivy-current-match ((t (:background "#555" :foreground "light grey")))) + '(ivy-current-match ((t (:foreground "#1BFFFF" :weight bold)))) '(ivy-minibuffer-match-face-3 ((t (:background "#777ccc" :weight bold)))) '(ivy-remote ((t (:foreground "deep sky blue")))) '(ivy-subdir ((t (:inherit dired-directory))))