Tag more grayscale images

This commit is contained in:
Matthew Fidler 2016-03-30 13:32:08 -05:00
parent 6df89d5781
commit d493f67631

View file

@ -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)