Skip to content

Commit

Permalink
Qute Qube icons
Browse files Browse the repository at this point in the history
Created by Nina Alter (@ninavizz)

references QubesOS/qubes-issues#5676
  • Loading branch information
marmarta committed Apr 27, 2020
1 parent 30bc6ff commit 99ceabf
Show file tree
Hide file tree
Showing 33 changed files with 4,769 additions and 11 deletions.
43 changes: 33 additions & 10 deletions icons/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ ALL = \
devices/dispvm-blue.png \
devices/dispvm-purple.png \
devices/dispvm-black.png \
devices/templatevm-red.png \
devices/templatevm-orange.png \
devices/templatevm-yellow.png \
devices/templatevm-green.png \
devices/templatevm-gray.png \
devices/templatevm-blue.png \
devices/templatevm-purple.png \
devices/templatevm-black.png \
devices/servicevm-red.png \
devices/servicevm-orange.png \
devices/servicevm-yellow.png \
devices/servicevm-green.png \
devices/servicevm-gray.png \
devices/servicevm-blue.png \
devices/servicevm-purple.png \
devices/servicevm-black.png \

all: dirs $(ALL)
.PHONY: all
Expand All @@ -26,20 +42,27 @@ dirs:
mkdir -p $(DIRS)
.PHONY: dirs

devices/%-red.png: COLOUR = 0xcc0000
devices/%-orange.png: COLOUR = 0xf57900
devices/%-yellow.png: COLOUR = 0xc4a000
devices/%-green.png: COLOUR = 0x4e9a06
devices/%-gray.png: COLOUR = 0x555753
devices/%-blue.png: COLOUR = 0x3465a4
devices/%-purple.png: COLOUR = 0x75507b
devices/%-black.png: COLOUR = 0x000000
devices/%-red.png: NAME = red
devices/%-orange.png: NAME = orange
devices/%-yellow.png: NAME = yellow
devices/%-green.png: NAME = green
devices/%-gray.png: NAME = black
devices/%-blue.png: NAME = blue
devices/%-purple.png: NAME = purple
devices/%-black.png: NAME = black

devices/appvm-%.png:
../../bin/mkpadlock.py -s $(SIZE) -c $(COLOUR) $@
inkscape -z -w $(SIZE) -h $(SIZE) ../qube-icons/qube-$(NAME).svg -e $@

devices/dispvm-%.png:
../../bin/mkpadlock.py -s $(SIZE) -c $(COLOUR) -D $@
inkscape -z -w $(SIZE) -h $(SIZE) ../qube-icons/dispvm-$(NAME).svg -e $@

devices/templatevm-%.png:
inkscape -z -w $(SIZE) -h $(SIZE) ../qube-icons/templatevm-$(NAME).svg -e $@

devices/servicevm-%.png:
inkscape -z -w $(SIZE) -h $(SIZE) ../qube-icons/servicevm-$(NAME).svg -e $@


clean:
$(RM) $(ALL)
Expand Down
243 changes: 243 additions & 0 deletions icons/qube-icons/dispvm-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 99ceabf

Please sign in to comment.