emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm ac21666150 05/11: update some icons


From: ELPA Syncer
Subject: [nongnu] elpa/helm ac21666150 05/11: update some icons
Date: Tue, 31 May 2022 02:58:40 -0400 (EDT)

branch: elpa/helm
commit ac216661503b7dcf15e9481e4c7b6b87b590c97d
Author: Ta Quang Trung <taquangtrungvn@gmail.com>
Commit: Ta Quang Trung <taquangtrungvn@gmail.com>

    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")))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]