mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Add smartparens icon
This commit is contained in:
parent
344c35d934
commit
f5caf3134f
2 changed files with 30 additions and 0 deletions
29
icons/smartparens.xpm
Normal file
29
icons/smartparens.xpm
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * smartparens_xpm[] = {
|
||||||
|
"16 16 10 1",
|
||||||
|
" c None",
|
||||||
|
". c #225A9B",
|
||||||
|
"+ c #215A9B",
|
||||||
|
"@ c #23599C",
|
||||||
|
"# c #225A9C",
|
||||||
|
"$ c #235A9B",
|
||||||
|
"% c #22599B",
|
||||||
|
"& c #235B9B",
|
||||||
|
"* c #23599B",
|
||||||
|
"= c #21599B",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" .. +. ",
|
||||||
|
" @.# .. ",
|
||||||
|
" .. .. ",
|
||||||
|
" .. .+ ",
|
||||||
|
" ..$ .. ",
|
||||||
|
" ..+ .. ",
|
||||||
|
" %.+ .. ",
|
||||||
|
" ..& .. ",
|
||||||
|
" .. .. ",
|
||||||
|
" .. #. ",
|
||||||
|
" +.* .. ",
|
||||||
|
" .. =. ",
|
||||||
|
" ",
|
||||||
|
" "};
|
|
@ -239,6 +239,7 @@ This was stole/modified from `c-save-buffer-state'"
|
||||||
("\\` ?AC\\'" #xf18e FontAwesome)
|
("\\` ?AC\\'" #xf18e FontAwesome)
|
||||||
("\\` ?Fly\\'" #xea12 IcoMoon-Free)
|
("\\` ?Fly\\'" #xea12 IcoMoon-Free)
|
||||||
("\\` ?FlyC.*\\'" "flycheck" xpm)
|
("\\` ?FlyC.*\\'" "flycheck" xpm)
|
||||||
|
("\\` ?SP\\(/s\\)?\\'" "smartparens" xpm)
|
||||||
("\\` ?Ergo" #xf11c FontAwesome)
|
("\\` ?Ergo" #xf11c FontAwesome)
|
||||||
("\\` ?drag\\'" #xf047 FontAwesome)
|
("\\` ?drag\\'" #xf047 FontAwesome)
|
||||||
("\\` ?Helm\\'" "helm" xpm-bw) ;; By Noe Araujo, MX, https://thenounproject.com/term/helm/233101/
|
("\\` ?Helm\\'" "helm" xpm-bw) ;; By Noe Araujo, MX, https://thenounproject.com/term/helm/233101/
|
||||||
|
|
Loading…
Reference in a new issue