branch: elpa/cyberpunk-theme
commit aa1e0d7b26b38ecf6e98e944f5bcd6597d8947a3
Author: Winston Weinert <[email protected]>
Commit: Winston Weinert <[email protected]>
Make it extra clear what is best candidate in ivy
---
cyberpunk-theme.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 3023009..a186dd0 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -832,6 +832,9 @@
;; dired+
`(diredp-symlink ((,class (:foreground ,cyberpunk-pink))))
`(diredp-compressed-file-suffix ((,class (:foreground ,cyberpunk-blue-1))))
+
+ ;; ivy
+ `(ivy-current-match ((,class (:box (:line-width 3 :color ,cyberpunk-magenta
:style pressed-button) :weight bold))))
)
;;; custom theme variables