From 220e6b683ae9560ea3305bf102425198c3b86e93 Mon Sep 17 00:00:00 2001 From: Marco Ollivier Date: Sun, 16 Oct 2022 07:41:54 -0300 Subject: [PATCH] Add Backstage logo (#7949) * Add backstage icon * Ignore idea meta files * Change base icon * Lint fix * Update image * Change imagem * Fix CSV * Remove personal gitignore configuration * Fix the base color of Backstage * Update svg to keep the best pattern * Change backstage color base Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/backstage.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/backstage.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6c939300f..b0cd4d974 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1311,6 +1311,11 @@ "hex": "FFFFFF", "source": "https://backendless.com/" }, + { + "title": "Backstage", + "hex": "9BF0E1", + "source": "https://backstage.io/" + }, { "title": "Badgr", "hex": "282C4C", diff --git a/icons/backstage.svg b/icons/backstage.svg new file mode 100644 index 000000000..20adb8bc7 --- /dev/null +++ b/icons/backstage.svg @@ -0,0 +1 @@ +Backstage \ No newline at end of file