From d493f67631269e6a9654df2b09a57f4c220b67da Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Wed, 30 Mar 2016 13:32:08 -0500 Subject: [PATCH] Tag more grayscale images --- mode-icons.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mode-icons.el b/mode-icons.el index b8d1d79..f6e2ff5 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -140,7 +140,7 @@ This was stole/modified from `c-save-buffer-state'" (defcustom mode-icons `(("\\`CSS\\'" "css" xpm) - ("\\`Coffee\\'" "coffee" xpm) + ("\\`Coffee\\'" "coffee" xpm-bw) ("\\`Compilation\\'" "compile" xpm) ("\\`Emacs-Lisp\\'" "emacs" xpm) ("\\`Lisp Interaction\\'" "emacs" xpm) @@ -162,9 +162,9 @@ This was stole/modified from `c-save-buffer-state'" ("\\`iESS\\'" "R" xpm) ("\\`SCSS\\'" "sass" xpm) ("\\`Sass\\'" "sass" xpm) - ("\\`'Scheme" "scheme" xpm) - ("\\`'Shell-script" "bash" xpm) - ("\\`Slim" "slim" xpm) + ("\\`Scheme" "scheme" xpm-bw) + ("\\`Shell-script" "bash" xpm-bw) + ("\\`Slim" "slim" xpm-bw) ("\\`Snippet" "yas" xpm) ("\\`Term\\'" "term" xpm) ("\\`Web\\'" "html" xpm)