diff --git a/icons/bibtex.xpm b/icons/bibtex.xpm new file mode 100644 index 0000000..a3129fd --- /dev/null +++ b/icons/bibtex.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * e:\EmacsPortable_App\Data\src\mode_icons\icons\bibtex_xpm[] = { +"16 16 7 1", +" c #FFFFFF", +". c #EDEBEE", +"+ c #ECEBEF", +"@ c #EDEBEF", +"# c #808080", +"$ c #000080", +"% c #000000", +"############# ", +"# ## ", +"# # # ", +"# $$$ $ #%%%", +"# $ $ $ $ @%", +"# $ $ $ @%", +"# $$$ $ $$$ @%", +"# $ $ $ $ $ @%", +"# $ $ $ $ $ @%", +"# $$$ $ $$$ @%", +"# @%", +"# @%", +"#. ++++ @%", +"#%%@@@@#%%%%# @%", +" #%%%% %#@%", +" %%%"}; diff --git a/mode-icons.el b/mode-icons.el index a93ba7a..2b752f0 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -135,6 +135,7 @@ absolute path to ICON." ("\\`Go\\'" "go" xpm) (" Rbow" "rainbow" xpm) (" Golden" "golden" xpm) ;; Icon created by Arthur Shlain from Noun Project + ("BibTeX" "bibtex" xpm) ;; Diminished modes ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil) )