diff options
author | jao <jao@gnu.org> | 2019-01-12 02:42:23 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-01-12 02:42:23 +0000 |
commit | bd24befcd3a588fd19ff7b9cd17d930d3e9a6422 (patch) | |
tree | 3dab44e6e71962bf4833b54766ba6fa0018ba45b | |
parent | b920c456b34d71b785a016cb9c4bbd440c6712c7 (diff) | |
download | elibs-bd24befcd3a588fd19ff7b9cd17d930d3e9a6422.tar.gz elibs-bd24befcd3a588fd19ff7b9cd17d930d3e9a6422.tar.bz2 |
themes: little tweak
-rw-r--r-- | themes/jao-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index e796928..38acf17 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -577,7 +577,7 @@ (isearch-fail (p error)) (italic (p italic)) (ivy-confirm (p f01)) - (ivy-current-match (p warning) bf) + (ivy-current-match (p error) ul) (ivy-highlight-face (p hilite)) (ivy-match-required-face (p warning)) (ivy-minibuffer-match-face-1 (c nil "grey90")) |