mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-24 10:30:30 +01:00
Add helm icon
This commit is contained in:
parent
35512cccfb
commit
894800248d
2 changed files with 23 additions and 1 deletions
21
icons/helm.xpm
Normal file
21
icons/helm.xpm
Normal file
|
@ -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",
|
||||||
|
" .. ",
|
||||||
|
" .. ",
|
||||||
|
" .. .... .. ",
|
||||||
|
" ............ ",
|
||||||
|
" ... ... ",
|
||||||
|
" .. .. ",
|
||||||
|
" .. .. .. ",
|
||||||
|
".... .... ....",
|
||||||
|
".... .... ....",
|
||||||
|
" .. .. .. ",
|
||||||
|
" .. .. ",
|
||||||
|
" ... ... ",
|
||||||
|
" ............ ",
|
||||||
|
" .. .... .. ",
|
||||||
|
" .. ",
|
||||||
|
" .. "};
|
|
@ -190,7 +190,7 @@ This was stole/modified from `c-save-buffer-state'"
|
||||||
("\\`Custom\\'" #xf013 FontAwesome)
|
("\\`Custom\\'" #xf013 FontAwesome)
|
||||||
("\\`Go\\'" "go" xpm)
|
("\\`Go\\'" "go" xpm)
|
||||||
("\\` Rbow\\'" "rainbow" 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
|
("\\` Golden\\'" "golden" xpm) ;; Icon created by Arthur Shlain from Noun Project
|
||||||
("\\`BibTeX\\'\\'" "bibtex" xpm)
|
("\\`BibTeX\\'\\'" "bibtex" xpm)
|
||||||
("\\`C[+][+]/l\\'" #xf10c font-mfizz)
|
("\\`C[+][+]/l\\'" #xf10c font-mfizz)
|
||||||
|
@ -229,6 +229,7 @@ This was stole/modified from `c-save-buffer-state'"
|
||||||
("\\` ?Fly\\'" #xea12 IcoMoon-Free)
|
("\\` ?Fly\\'" #xea12 IcoMoon-Free)
|
||||||
("\\` Ergo" #xf11c FontAwesome)
|
("\\` Ergo" #xf11c FontAwesome)
|
||||||
("\\` drag\\'" #xf047 FontAwesome)
|
("\\` drag\\'" #xf047 FontAwesome)
|
||||||
|
("\\` Helm\\'" "helm" xpm) ;; By Noe Araujo, MX, https://thenounproject.com/term/helm/233101/
|
||||||
("\\`Messages\\'" #xf044 FontAwesome)
|
("\\`Messages\\'" #xf044 FontAwesome)
|
||||||
("\\`Conf" #xf1de FontAwesome)
|
("\\`Conf" #xf1de FontAwesome)
|
||||||
("\\`Fundamental\\'" #xf016 FontAwesome)
|
("\\`Fundamental\\'" #xf016 FontAwesome)
|
||||||
|
|
Loading…
Reference in a new issue