Add bibtex icon

This commit is contained in:
Matthew L. Fidler 2016-02-11 22:00:56 -06:00
parent 984787b860
commit 62c8be6872
2 changed files with 27 additions and 0 deletions

26
icons/bibtex.xpm Normal file
View file

@ -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",
"############# ",
"# ## ",
"# # # ",
"# $$$ $ #%%%",
"# $ $ $ $ @%",
"# $ $ $ @%",
"# $$$ $ $$$ @%",
"# $ $ $ $ $ @%",
"# $ $ $ $ $ @%",
"# $$$ $ $$$ @%",
"# @%",
"# @%",
"#. ++++ @%",
"#%%@@@@#%%%%# @%",
" #%%%% %#@%",
" %%%"};

View file

@ -135,6 +135,7 @@ absolute path to ICON."
("\\`Go\\'" "go" xpm) ("\\`Go\\'" "go" xpm)
(" Rbow" "rainbow" xpm) (" Rbow" "rainbow" xpm)
(" 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)
;; Diminished modes ;; Diminished modes
("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil) ("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil)
) )