diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-03 07:27:33 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-03 07:27:33 +0000 |
| commit | 383d082f3a00f119c1e26dcc4b7d32301e71a89c (patch) | |
| tree | d9501d6f5c650c637c7aad12a7e1bbe98c29dee1 | |
| parent | add missing source files (diff) | |
| download | inkscape-383d082f3a00f119c1e26dcc4b7d32301e71a89c.tar.gz inkscape-383d082f3a00f119c1e26dcc4b7d32301e71a89c.zip | |
Fix for 602698 : Add Android palette
(bzr r11728)
| -rw-r--r-- | share/palettes/Android-icon-palette.gpl | 19 | ||||
| -rw-r--r-- | share/palettes/Makefile.am | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/share/palettes/Android-icon-palette.gpl b/share/palettes/Android-icon-palette.gpl new file mode 100644 index 000000000..3e66a0dbe --- /dev/null +++ b/share/palettes/Android-icon-palette.gpl @@ -0,0 +1,19 @@ +GIMP Palette +Name: Android icon palette +Columns: 1 +# +255 255 255 FFFFFF +191 191 191 BFBFBF +128 128 128 808080 + 64 64 64 404040 + 0 0 0 000000 +102 153 255 6699FF + 51 102 204 3366CC + 0 51 153 003399 +153 204 51 99CC33 + 0 204 0 00CC00 +102 153 0 669900 +255 204 0 FFCC00 +255 153 0 FF9900 +255 102 0 FF6600 +204 0 0 CC0000 diff --git a/share/palettes/Makefile.am b/share/palettes/Makefile.am index ddcdd7845..b25b35a06 100644 --- a/share/palettes/Makefile.am +++ b/share/palettes/Makefile.am @@ -3,6 +3,7 @@ palettesdir = $(datadir)/inkscape/palettes palettes_DATA = \ README \ + Android-icon-palette.gpl \ Blues.gpl \ echo-palette.gpl \ Gold.gpl \ |
