Skip to content

Commit

Permalink
valadoc: Replace png icons with elementary's svg version
Browse files Browse the repository at this point in the history
These match what was introduced by 8af8158

The icons were written by Daniel Foré for valadoc.org. They were taken from
https://github.com/Valadoc/valadoc-org
  • Loading branch information
ricotz committed Jan 20, 2021
1 parent d54925c commit f3210d6
Show file tree
Hide file tree
Showing 59 changed files with 3,886 additions and 154 deletions.
54 changes: 27 additions & 27 deletions valadoc/icons/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ NULL =
iconsdir = $(datadir)/valadoc@PACKAGE_SUFFIX@/icons

dist_icons_DATA = \
abstractclass.png \
abstractmethod.png \
abstractproperty.png \
class.png \
coll_close.png \
coll_open.png \
constant.png \
constructor.png \
delegate.png \
abstractclass.svg \
abstractmethod.svg \
abstractproperty.svg \
class.svg \
coll_close.svg \
coll_open.svg \
constant.svg \
constructor.svg \
delegate.svg \
devhelpstyle.css \
enum.png \
enumvalue.png \
errorcode.png \
errordomain.png \
field.png \
interface.png \
method.png \
namespace.png \
package.png \
packages.png \
property.png \
enum.svg \
enumvalue.svg \
errorcode.svg \
errordomain.svg \
field.svg \
interface.svg \
method.svg \
namespace.svg \
package.svg \
packages.svg \
property.svg \
scripts.js \
signal.png \
staticmethod.png \
struct.png \
signal.svg \
staticmethod.svg \
struct.svg \
style.css \
tip.png \
virtualmethod.png \
virtualproperty.png \
warning.png \
tip.svg \
virtualmethod.svg \
virtualproperty.svg \
warning.svg \
wikistyle.css \
$(NULL)

Binary file removed valadoc/icons/abstractclass.png
Binary file not shown.
180 changes: 180 additions & 0 deletions valadoc/icons/abstractclass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed valadoc/icons/abstractmethod.png
Binary file not shown.
Loading

0 comments on commit f3210d6

Please sign in to comment.