From f0c80df58b348458a2389672a4c092bd885ca539 Mon Sep 17 00:00:00 2001 From: Jimmy Lin Date: Sat, 4 Mar 2017 10:25:05 +0800 Subject: [PATCH 1/2] Add Plurk --- icons/plurk.svg | 3 +++ src/simple-icons.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 icons/plurk.svg diff --git a/icons/plurk.svg b/icons/plurk.svg new file mode 100644 index 00000000..4c7ee401 --- /dev/null +++ b/icons/plurk.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/simple-icons.json b/src/simple-icons.json index c5ff39f1..62aaf50c 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -925,6 +925,11 @@ "hex": "000000", "source": "http://uk.playstation.com/media/DPBjbK0o/CECH-4202_4203%20PS3_QSG_GB_Eastern_3_web_vf1.pdf" }, + { + "title": "Plurk", + "hex": "#e9443d", + "source": "https://www.plurk.com/brandInfo" + }, { "title": "Pocket", "hex": "EF3F56", From 3d76e7d9b7ac455d60627cc7a215a09bf1cbdcfc Mon Sep 17 00:00:00 2001 From: Jimmy Lin Date: Sat, 4 Mar 2017 10:33:21 +0800 Subject: [PATCH 2/2] Fix color format --- src/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simple-icons.json b/src/simple-icons.json index 62aaf50c..0d318eb5 100644 --- a/src/simple-icons.json +++ b/src/simple-icons.json @@ -927,7 +927,7 @@ }, { "title": "Plurk", - "hex": "#e9443d", + "hex": "E9443D", "source": "https://www.plurk.com/brandInfo" }, {