aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-11 22:00:56 -0600
committerGravatar Matthew L. Fidler2016-02-11 22:00:56 -0600
commit62c8be6872d9978193bb08ed5ce5611a998eec20 (patch)
tree97a2071f3dfe9680b3a9467e7918b71dafae9e21
parent984787b860bd42b71da06c51a8526c7bdbe99fe9 (diff)
downloadmode-icons-62c8be6872d9978193bb08ed5ce5611a998eec20.tar.gz
mode-icons-62c8be6872d9978193bb08ed5ce5611a998eec20.zip
Add bibtex icon
-rw-r--r--icons/bibtex.xpm26
-rw-r--r--mode-icons.el1
2 files changed, 27 insertions, 0 deletions
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)
)