From 18bb099957c69b1a341336bf0c63fad977bcc951 Mon Sep 17 00:00:00 2001 From: drakeerv Date: Wed, 14 Aug 2024 19:48:59 -0400 Subject: [PATCH 1/2] Reapply "Fix contrast for pastebin icon" This reverts commit 01061e455c66ef6e9961cae8d56d8e5abc990ed1. --- src/assets/images/pastebin-icon.svg | 103 +++++++++++++++++++++++++++- 1 file changed, 101 insertions(+), 2 deletions(-) diff --git a/src/assets/images/pastebin-icon.svg b/src/assets/images/pastebin-icon.svg index 341fbd81..406714df 100644 --- a/src/assets/images/pastebin-icon.svg +++ b/src/assets/images/pastebin-icon.svg @@ -1,2 +1,101 @@ - -Pastebin icon \ No newline at end of file + + + + + Pastebin icon + + + + + + + + + + + + + + From a27a5e7a94fe04f49fa5cf6c36767020c4d7dd7a Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 15 Aug 2024 09:44:55 +0300 Subject: [PATCH 2/2] Added dark pastebin icon --- src/assets/images/pastebin-icon-light.svg | 101 +++++++++++++++++++++ src/assets/images/pastebin-icon.svg | 103 +--------------------- src/config.json | 2 +- 3 files changed, 104 insertions(+), 102 deletions(-) create mode 100644 src/assets/images/pastebin-icon-light.svg diff --git a/src/assets/images/pastebin-icon-light.svg b/src/assets/images/pastebin-icon-light.svg new file mode 100644 index 00000000..406714df --- /dev/null +++ b/src/assets/images/pastebin-icon-light.svg @@ -0,0 +1,101 @@ + + + + + Pastebin icon + + + + + + + + + + + + + + diff --git a/src/assets/images/pastebin-icon.svg b/src/assets/images/pastebin-icon.svg index 406714df..341fbd81 100644 --- a/src/assets/images/pastebin-icon.svg +++ b/src/assets/images/pastebin-icon.svg @@ -1,101 +1,2 @@ - - - - - Pastebin icon - - - - - - - - - - - - - - + +Pastebin icon \ No newline at end of file diff --git a/src/config.json b/src/config.json index edb90130..45220990 100644 --- a/src/config.json +++ b/src/config.json @@ -896,7 +896,7 @@ "frontend": "pasted", "instance": "public" }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": true, "url": "https://pastebin.com" },