From 6186c9aad635cc890b7940598ed0e9e1cf170540 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 17 Nov 2022 09:00:03 +0100 Subject: [PATCH] dark/light logos --- ...intellij-platform-plugin-template-dark.svg | 52 +++++++++++++++++++ ...ntellij-platform-plugin-template-light.svg | 52 +++++++++++++++++++ README.md | 6 ++- 3 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 .github/readme/intellij-platform-plugin-template-dark.svg create mode 100644 .github/readme/intellij-platform-plugin-template-light.svg diff --git a/.github/readme/intellij-platform-plugin-template-dark.svg b/.github/readme/intellij-platform-plugin-template-dark.svg new file mode 100644 index 0000000..55cd0c0 --- /dev/null +++ b/.github/readme/intellij-platform-plugin-template-dark.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/readme/intellij-platform-plugin-template-light.svg b/.github/readme/intellij-platform-plugin-template-light.svg new file mode 100644 index 0000000..f372ae0 --- /dev/null +++ b/.github/readme/intellij-platform-plugin-template-light.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 3b11f3e..2f1bbe5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ [![Build](https://github.com/JetBrains/intellij-platform-plugin-template/workflows/Build/badge.svg)][gh:build] [![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue?style=flat-square&logo=Slack)](https://plugins.jetbrains.com/slack) -![IntelliJ Platform Plugin Template][file:intellij-platform-plugin-template.png] +![IntelliJ Platform Plugin Template][file:intellij-platform-plugin-template-dark] +![IntelliJ Platform Plugin Template][file:intellij-platform-plugin-template-light] > **Note** > @@ -533,7 +534,8 @@ That approach gives more possibilities for testing and debugging pre-releases, f [file:run-debug-configurations.png]: .github/readme/run-debug-configurations.png [file:settings-secrets.png]: .github/readme/settings-secrets.png [file:template_cleanup.yml]: ./.github/workflows/template-cleanup.yml -[file:intellij-platform-plugin-template.png]: ./.github/readme/intellij-platform-plugin-template.png +[intellij-platform-plugin-template-dark]: ./.github/readme/intellij-platform-plugin-template-dark.svg#gh-dark-mode-only +[intellij-platform-plugin-template-light]: ./.github/readme/intellij-platform-plugin-template-light.svg#gh-light-mode-only [file:ui-testing.png]: ./.github/readme/ui-testing.png [file:qodana.yml]: ./qodana.yml [file:qodana.png]: .github/readme/qodana.png