branch: elpa/helm
commit ac216661503b7dcf15e9481e4c7b6b87b590c97d
Author: Ta Quang Trung <[email protected]>
Commit: Ta Quang Trung <[email protected]>
update some icons
---
helm-imenu.el | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/helm-imenu.el b/helm-imenu.el
index b58d8a73af..08b532f46b 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -327,10 +327,10 @@ string."
;; ("Events" . "symbol-event.svg")
;; ("Field" . "symbol-field.svg")
;; ("Fields" . "symbol-field.svg")
- ;; ("File" . "symbol-file.svg")
- ;; ("Files" . "symbol-file.svg")
- ;; ("Folder" . "folder.svg")
- ;; ("Folders" . "folder.svg")
+ ("File" (all-the-icons-faicon "file" :face font-lock-variable-name-face))
+ ("Files" (all-the-icons-faicon "file" :face
font-lock-variable-name-face))
+ ("Folder" (all-the-icons-faicon "folder" :face
font-lock-variable-name-face))
+ ("Folders" (all-the-icons-faicon "folder" :face
font-lock-variable-name-face))
;; ("Interface" . "symbol-interface.svg")
;; ("Interfaces" . "symbol-interface.svg")
;; ("Keyword" . "symbol-keyword.svg")
@@ -373,13 +373,12 @@ string."
;; ("Units" . "symbol-ruler.svg")
;; ("Value" . "symbol-enumerator.svg")
;; ("Values" . "symbol-enumerator.svg")
+ ("Variable" (all-the-icons-octicon "book" :face
font-lock-variable-name-face))
+ ("Variables" (all-the-icons-octicon "book":face
font-lock-variable-name-face))
;; ("Variable" . "symbol-variable.svg")
;; ("Variables" . "symbol-variable.svg")
;; ("Misc" . "symbol-misc.svg")
;; ("Top level" . "symbol-misc.svg")
- ("Variable" (all-the-icons-octicon "book" :face
font-lock-variable-name-face))
- ("Variables" (all-the-icons-octicon "book":face
font-lock-variable-name-face))
- ("Function" (all-the-icons-faicon "language" :face
font-lock-function-name-face))
("Types" (all-the-icons-fileicon "typedoc" :face
font-lock-type-face))
(t (all-the-icons-alltheicon "atom")))))