Skip to content

Commit

Permalink
Make it extra clear what is best candidate in ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Dec 23, 2019
1 parent 000f2ca commit aa1e0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cyberpunk-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa1e0d7

Please sign in to comment.