mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Modified C, C++ & C# icon types to xpm
This commit is contained in:
parent
7465e20514
commit
da48a59da1
1 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ This was stole/modified from `c-save-buffer-state'"
|
|||
("\\`Calendar\\'" #xf073 FontAwesome)
|
||||
("\\`Help\\'" #xf059 FontAwesome)
|
||||
("\\`WoMan\\'" #xf05a FontAwesome)
|
||||
("\\`C\\(/.*\\|\\)\\'" #xf107 font-mfizz)
|
||||
("\\`C\\(/.*\\|\\)\\'" "c" xpm)
|
||||
("\\`Custom\\'" #xf013 FontAwesome)
|
||||
("\\`Go\\'" "go" xpm)
|
||||
("\\` ?Rbow\\'" "rainbow" xpm)
|
||||
|
@ -200,8 +200,8 @@ This was stole/modified from `c-save-buffer-state'"
|
|||
("\\` ?ICY\\'" "icy" xpm) ;; http://www.clipartpal.com/clipart_pd/weather/ice_10206.html
|
||||
("\\` ?Golden\\'" "golden" xpm-bw) ;; Icon created by Arthur Shlain from Noun Project
|
||||
("\\`BibTeX\\'\\'" "bibtex" xpm-bw)
|
||||
("\\`C[+][+]\\(/.*\\|\\)\\'" #xf10c font-mfizz)
|
||||
("\\`C[#]\\(/.*\\|\\)\\'" #xf10d font-mfizz)
|
||||
("\\`C[+][+]\\(/.*\\|\\)\\'" "cpp" xpm)
|
||||
("\\`C[#]\\(/.*\\|\\)\\'" "csharp" xpm)
|
||||
("\\`Elixir\\'" #xf115 font-mfizz)
|
||||
("\\`Erlang\\'" #xf116 font-mfizz)
|
||||
("\\`Haskell\\'" #xf126 font-mfizz)
|
||||
|
|
Loading…
Reference in a new issue