diff --git a/build.gradle.kts b/build.gradle.kts index 683b3b2d..00faca0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.devoxx.genie" -version = "0.1.8" +version = "0.1.9" repositories { mavenCentral() diff --git a/src/main/java/com/devoxx/genie/ui/panel/BackgroundPanel.java b/src/main/java/com/devoxx/genie/ui/panel/BackgroundPanel.java index a068fd40..cb063bf6 100644 --- a/src/main/java/com/devoxx/genie/ui/panel/BackgroundPanel.java +++ b/src/main/java/com/devoxx/genie/ui/panel/BackgroundPanel.java @@ -6,7 +6,6 @@ import javax.swing.*; import java.awt.*; -import static com.devoxx.genie.ui.util.DevoxxGenieColors.DEFAULT_BG_COLOR; import static com.devoxx.genie.ui.util.DevoxxGenieColors.GRAY_COLOR; public class BackgroundPanel extends JBPanel { @@ -18,7 +17,6 @@ public class BackgroundPanel extends JBPanel { public BackgroundPanel(String name) { super.setName(name); setName(name); - setBackground(DEFAULT_BG_COLOR); setBorder(BorderFactory.createCompoundBorder( new RoundBorder(GRAY_COLOR, 1, 5), BorderFactory.createEmptyBorder(5, 5, 5, 5) diff --git a/src/main/java/com/devoxx/genie/ui/util/DevoxxGenieColors.java b/src/main/java/com/devoxx/genie/ui/util/DevoxxGenieColors.java index f2c8a75e..c5801e12 100644 --- a/src/main/java/com/devoxx/genie/ui/util/DevoxxGenieColors.java +++ b/src/main/java/com/devoxx/genie/ui/util/DevoxxGenieColors.java @@ -13,7 +13,7 @@ public class DevoxxGenieColors { public static final Color TRANSPARENT_COLOR = new JBColor(new Color(0, 0, 0, 0), new Color(0, 0, 0, 0)); public static final Color HOVER_BG_COLOR = new JBColor(new Color(192, 192, 192, 50), new Color(192, 192, 192, 50)); - public static final Color DEFAULT_BG_COLOR = new JBColor(new Color(61, 63, 66), new Color(45, 48, 52)); + public static final Color DEFAULT_BG_COLOR = new JBColor(new Color(61, 63, 66), new Color(255, 255, 255)); public static final Color PROMPT_BG_COLOR = new JBColor(new Color(42, 45, 48), new Color(33, 36, 39)); diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 28e0ece8..48627379 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -31,7 +31,11 @@ ]]> - v0.1.9 +
    +
  • Support light mode
  • +

v0.1.8

  • Feat #63: Support for Gemini Pro 1.5 & Flash using API Keys
  • diff --git a/src/main/resources/icons/addNewFile.svg b/src/main/resources/icons/addNewFile.svg index ea4ae72b..f56e9069 100644 --- a/src/main/resources/icons/addNewFile.svg +++ b/src/main/resources/icons/addNewFile.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/src/main/resources/icons/addNewFile_dark.svg b/src/main/resources/icons/addNewFile_dark.svg new file mode 100644 index 00000000..67b8d8f5 --- /dev/null +++ b/src/main/resources/icons/addNewFile_dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/main/resources/icons/devoxxHead_dark.png b/src/main/resources/icons/devoxxHead_dark.png new file mode 100644 index 00000000..116acb30 Binary files /dev/null and b/src/main/resources/icons/devoxxHead_dark.png differ diff --git a/src/main/resources/icons/paperPlane.svg b/src/main/resources/icons/paperPlane.svg index 7d10c3f3..33400daf 100644 --- a/src/main/resources/icons/paperPlane.svg +++ b/src/main/resources/icons/paperPlane.svg @@ -1,3 +1,4 @@ - - \ No newline at end of file + + diff --git a/src/main/resources/icons/paperPlane_dark.svg b/src/main/resources/icons/paperPlane_dark.svg new file mode 100644 index 00000000..7d10c3f3 --- /dev/null +++ b/src/main/resources/icons/paperPlane_dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/main/resources/icons/pluginIcon.svg b/src/main/resources/icons/pluginIcon.svg index a4754f8e..14ca6e08 100644 --- a/src/main/resources/icons/pluginIcon.svg +++ b/src/main/resources/icons/pluginIcon.svg @@ -12,6 +12,6 @@ - - + + diff --git a/src/main/resources/icons/pluginIcon_dark.svg b/src/main/resources/icons/pluginIcon_dark.svg new file mode 100644 index 00000000..a4754f8e --- /dev/null +++ b/src/main/resources/icons/pluginIcon_dark.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + +