From d4a17350693d5116393e615f4d2a27c0b445afa0 Mon Sep 17 00:00:00 2001 From: Remilo7 <44262086+Remilo7@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:12:42 +0100 Subject: [PATCH] #193 | Adjust Flexible Search Icon --- resources/META-INF/plugin-release-info.xml | 1 + .../icons/fileTypes/flexibleSearchFile@2x.svg | 10 +++++++--- .../fileTypes/flexibleSearchFile@2x_dark.svg | 16 ++++++++++++++++ .../icons/fileTypes/flexibleSearchFileIcon.svg | 6 +++++- .../fileTypes/flexibleSearchFileIcon_dark.svg | 6 +++++- 5 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 resources/icons/fileTypes/flexibleSearchFile@2x_dark.svg diff --git a/resources/META-INF/plugin-release-info.xml b/resources/META-INF/plugin-release-info.xml index 15cbb7d4a..799f96667 100644 --- a/resources/META-INF/plugin-release-info.xml +++ b/resources/META-INF/plugin-release-info.xml @@ -176,6 +176,7 @@
  • Bug Fix: Platform module should not be identified as Gradle project (#141)
  • Bug Fix: Consoles are not disposable (#142)
  • Bug Fix: Exception on Copy to console if triggered on file without extension (#157)
  • +
  • Bug Fix: Adjusted FlexibleSearch icon (#192)
  • Bug Fix: Default values for Type System modifiers
  • Deprecation: Decreased usage of the Deprecated API (#107, diff --git a/resources/icons/fileTypes/flexibleSearchFile@2x.svg b/resources/icons/fileTypes/flexibleSearchFile@2x.svg index 423fa581e..a37982e95 100644 --- a/resources/icons/fileTypes/flexibleSearchFile@2x.svg +++ b/resources/icons/fileTypes/flexibleSearchFile@2x.svg @@ -4,9 +4,13 @@ - - + + + + + + + - \ No newline at end of file diff --git a/resources/icons/fileTypes/flexibleSearchFile@2x_dark.svg b/resources/icons/fileTypes/flexibleSearchFile@2x_dark.svg new file mode 100644 index 000000000..b537cc3a2 --- /dev/null +++ b/resources/icons/fileTypes/flexibleSearchFile@2x_dark.svg @@ -0,0 +1,16 @@ + + + xml + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/icons/fileTypes/flexibleSearchFileIcon.svg b/resources/icons/fileTypes/flexibleSearchFileIcon.svg index 906cf1d66..567b886ef 100644 --- a/resources/icons/fileTypes/flexibleSearchFileIcon.svg +++ b/resources/icons/fileTypes/flexibleSearchFileIcon.svg @@ -7,6 +7,10 @@ - + + + + + \ No newline at end of file diff --git a/resources/icons/fileTypes/flexibleSearchFileIcon_dark.svg b/resources/icons/fileTypes/flexibleSearchFileIcon_dark.svg index bc1465637..6c909fe1d 100644 --- a/resources/icons/fileTypes/flexibleSearchFileIcon_dark.svg +++ b/resources/icons/fileTypes/flexibleSearchFileIcon_dark.svg @@ -7,6 +7,10 @@ - + + + + + \ No newline at end of file