From 894800248d9f5e280bd78553370f0ed79335652f Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Tue, 29 Mar 2016 14:44:00 -0500 Subject: [PATCH] Add helm icon --- icons/helm.xpm | 21 +++++++++++++++++++++ mode-icons.el | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 icons/helm.xpm diff --git a/icons/helm.xpm b/icons/helm.xpm new file mode 100644 index 0000000..c771d5e --- /dev/null +++ b/icons/helm.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * C:\tmp\EmacsPortable_App\Data\src\mode_icons\icons\helm_xpm[] = { +"16 16 2 1", +" c None", +". c #000000", +" .. ", +" .. ", +" .. .... .. ", +" ............ ", +" ... ... ", +" .. .. ", +" .. .. .. ", +".... .... ....", +".... .... ....", +" .. .. .. ", +" .. .. ", +" ... ... ", +" ............ ", +" .. .... .. ", +" .. ", +" .. "}; diff --git a/mode-icons.el b/mode-icons.el index 230a1b0..ff0cf9e 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -190,7 +190,7 @@ This was stole/modified from `c-save-buffer-state'" ("\\`Custom\\'" #xf013 FontAwesome) ("\\`Go\\'" "go" xpm) ("\\` Rbow\\'" "rainbow" xpm) - ("\\` ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.htmlr + ("\\` ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.html ("\\` Golden\\'" "golden" xpm) ;; Icon created by Arthur Shlain from Noun Project ("\\`BibTeX\\'\\'" "bibtex" xpm) ("\\`C[+][+]/l\\'" #xf10c font-mfizz) @@ -229,6 +229,7 @@ This was stole/modified from `c-save-buffer-state'" ("\\` ?Fly\\'" #xea12 IcoMoon-Free) ("\\` Ergo" #xf11c FontAwesome) ("\\` drag\\'" #xf047 FontAwesome) + ("\\` Helm\\'" "helm" xpm) ;; By Noe Araujo, MX, https://thenounproject.com/term/helm/233101/ ("\\`Messages\\'" #xf044 FontAwesome) ("\\`Conf" #xf1de FontAwesome) ("\\`Fundamental\\'" #xf016 FontAwesome)