]> git.eshelyaron.com Git - emacs.git/commit
Add SVG icons for customize buffers
authorStefan Kangas <stefan@marxist.se>
Sat, 3 Apr 2021 19:53:06 +0000 (21:53 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 3 Apr 2021 19:53:06 +0000 (21:53 +0200)
commitb0d095b2cdff7b43ab3866a2d541d18e359a4125
tree738c7c3389d5399df29346ec8f42baa9670d2874
parentebc2b78c8bffc40f3bc863d333dccc0b26def3b4
Add SVG icons for customize buffers

* etc/images/checkbox-mixed.svg:
* etc/images/checked.svg:
* etc/images/down.svg:
* etc/images/left.svg:
* etc/images/radio-checked.svg:
* etc/images/radio-mixed.svg:
* etc/images/radio.svg:
* etc/images/right.svg:
* etc/images/unchecked.svg:
* etc/images/up.svg: New files from the Adwaita Icon Theme (made by
the GNOME project).  The background color was changed from gray to
none to use the same colors as the current face instead.  (Bug#47074)
* etc/images/README: Add license information for the above new files.
* lisp/wid-edit.el (widget-image-conversion): Prefer SVG if it exists.
(radio-button): Rename radio buttons to "radio-checked" and
"radio".  These files did not exist before.
12 files changed:
etc/images/README
etc/images/checkbox-mixed.svg [new file with mode: 0644]
etc/images/checked.svg [new file with mode: 0644]
etc/images/down.svg [new file with mode: 0644]
etc/images/left.svg [new file with mode: 0644]
etc/images/radio-checked.svg [new file with mode: 0644]
etc/images/radio-mixed.svg [new file with mode: 0644]
etc/images/radio.svg [new file with mode: 0644]
etc/images/right.svg [new file with mode: 0644]
etc/images/unchecked.svg [new file with mode: 0644]
etc/images/up.svg [new file with mode: 0644]
lisp/wid-edit.el