From 76b6c3c6a8b465dab342ce162684f073f1594135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20W=C3=B3jcik?= Date: Mon, 25 May 2020 23:11:05 +0200 Subject: [PATCH] Added missing default all-the-icons icons --- company-box-icons.el | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/company-box-icons.el b/company-box-icons.el index 41656d2..c938771 100644 --- a/company-box-icons.el +++ b/company-box-icons.el @@ -112,36 +112,34 @@ (Template . ,(company-box-icons-image "Template.png"))))) (with-eval-after-load 'all-the-icons - ;; TODO: fix the rest (defvar company-box-icons-all-the-icons `((Unknown . ,(all-the-icons-faicon "cog")) (Text . ,(all-the-icons-octicon "file-text")) (Method . ,(all-the-icons-faicon "cube")) (Function . ,(all-the-icons-faicon "cube")) (Constructor . ,(all-the-icons-faicon "cube")) - (Field . ,(all-the-icons-faicon "cog")) - (Variable . ,(all-the-icons-faicon "cog")) + (Field . ,(all-the-icons-material "loyalty")) + (Variable . ,(all-the-icons-material "loyalty") (Class . ,(all-the-icons-faicon "cogs")) - ;; (Interface . ,(company-box-icons-image "Interface.png")) + (Interface . ,(all-the-icons-material "control_point_duplicate")) (Module . ,(all-the-icons-alltheicon "less")) (Property . ,(all-the-icons-faicon "wrench")) - ;; (Unit . ,(company-box-icons-image "Misc.png")) - ;; (Value . ,(company-box-icons-image "EnumItem.png")) - (Enum . ,(all-the-icons-material "content_copy")) - ;; (Keyword . ,(company-box-icons-image "Keyword.png")) + (Unit . ,(all-the-icons-material "streetview")) + (Value . ,(all-the-icons-faicon "tag")) + (Enum . ,(all-the-icons-material "library_books")) + (Keyword . ,(all-the-icons-material "functions")) (Snippet . ,(all-the-icons-material "content_paste")) (Color . ,(all-the-icons-material "palette")) (File . ,(all-the-icons-faicon "file")) - ;; (Reference . ,(company-box-icons-image "Misc.png")) + (Reference . ,(all-the-icons-faicon "cog")) (Folder . ,(all-the-icons-faicon "folder")) - ;; (EnumMember . ,(company-box-icons-image "EnumItem.png")) - ;; (Constant . ,(company-box-icons-image "Constant.png")) + (EnumMember . ,(all-the-icons-material "collections_bookmark")) + (Constant . ,(all-the-icons-material "class")) (Struct . ,(all-the-icons-faicon "cogs")) (Event . ,(all-the-icons-faicon "bolt")) - ;; (Operator . ,(company-box-icons-image "Misc.png")) + (Operator . ,(all-the-icons-material "streetview")) (TypeParameter . ,(all-the-icons-faicon "cogs")) - ;; (Template . ,(company-box-icons-image "Template.png")) - ))) + (Template . ,(all-the-icons-material "settings_ethernet")))))) (defcustom company-box-icons-alist 'company-box-icons-images "Rendering method for icons.