mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-24 10:30:30 +01:00
Tag more grayscale images
This commit is contained in:
parent
6df89d5781
commit
d493f67631
1 changed files with 4 additions and 4 deletions
|
@ -140,7 +140,7 @@ This was stole/modified from `c-save-buffer-state'"
|
||||||
|
|
||||||
(defcustom mode-icons
|
(defcustom mode-icons
|
||||||
`(("\\`CSS\\'" "css" xpm)
|
`(("\\`CSS\\'" "css" xpm)
|
||||||
("\\`Coffee\\'" "coffee" xpm)
|
("\\`Coffee\\'" "coffee" xpm-bw)
|
||||||
("\\`Compilation\\'" "compile" xpm)
|
("\\`Compilation\\'" "compile" xpm)
|
||||||
("\\`Emacs-Lisp\\'" "emacs" xpm)
|
("\\`Emacs-Lisp\\'" "emacs" xpm)
|
||||||
("\\`Lisp Interaction\\'" "emacs" xpm)
|
("\\`Lisp Interaction\\'" "emacs" xpm)
|
||||||
|
@ -162,9 +162,9 @@ This was stole/modified from `c-save-buffer-state'"
|
||||||
("\\`iESS\\'" "R" xpm)
|
("\\`iESS\\'" "R" xpm)
|
||||||
("\\`SCSS\\'" "sass" xpm)
|
("\\`SCSS\\'" "sass" xpm)
|
||||||
("\\`Sass\\'" "sass" xpm)
|
("\\`Sass\\'" "sass" xpm)
|
||||||
("\\`'Scheme" "scheme" xpm)
|
("\\`Scheme" "scheme" xpm-bw)
|
||||||
("\\`'Shell-script" "bash" xpm)
|
("\\`Shell-script" "bash" xpm-bw)
|
||||||
("\\`Slim" "slim" xpm)
|
("\\`Slim" "slim" xpm-bw)
|
||||||
("\\`Snippet" "yas" xpm)
|
("\\`Snippet" "yas" xpm)
|
||||||
("\\`Term\\'" "term" xpm)
|
("\\`Term\\'" "term" xpm)
|
||||||
("\\`Web\\'" "html" xpm)
|
("\\`Web\\'" "html" xpm)
|
||||||
|
|
Loading…
Reference in a new issue