Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2020-05-26 17:21:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/palette (Old)
 and      /work/SRC/openSUSE:Factory/.palette.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "palette"

Tue May 26 17:21:31 2020 rev:10 rq:808535 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/palette/palette.changes  2020-02-21 
16:41:56.641983417 +0100
+++ /work/SRC/openSUSE:Factory/.palette.new.2738/palette.changes        
2020-05-26 17:21:48.340295388 +0200
@@ -1,0 +2,7 @@
+Sun May 17 12:29:29 UTC 2020 - Alexei Podvalsky <[email protected]>
+
+- Update to 3.2.1:
+  * Fix Mint and Bubblegum palette colors
+  * Add Mint and Bubblegum (#49)
+
+-------------------------------------------------------------------

Old:
----
  palette-3.1.7.tar.gz

New:
----
  palette-3.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ palette.spec ++++++
--- /var/tmp/diff_new_pack.8aR0HQ/_old  2020-05-26 17:21:48.924296644 +0200
+++ /var/tmp/diff_new_pack.8aR0HQ/_new  2020-05-26 17:21:48.928296652 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           palette
-Version:        3.1.7
+Version:        3.2.1
 Release:        0
 Summary:        Color palette viewer
 License:        GPL-3.0-or-later

++++++ palette-3.1.7.tar.gz -> palette-3.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/data/Application.css 
new/palette-3.2.1/data/Application.css
--- old/palette-3.1.7/data/Application.css      2020-02-17 22:52:50.000000000 
+0100
+++ new/palette-3.2.1/data/Application.css      2020-05-17 01:39:53.000000000 
+0200
@@ -19,6 +19,18 @@
 * Authored by: Cassidy James Blaede <[email protected]>
 */
 
+/* Definitiions needed until/unless the palette is backported */
+@define-color MINT_100 #89ffdd;
+@define-color MINT_300 #43d6b5;
+@define-color MINT_500 #28bca3;
+@define-color MINT_700 #0e9a83;
+@define-color MINT_900 #007367;
+@define-color BUBBLEGUM_100 #fe9ab8;
+@define-color BUBBLEGUM_300 #f4679d;
+@define-color BUBBLEGUM_500 #de3e80;
+@define-color BUBBLEGUM_700 #bc245d;
+@define-color BUBBLEGUM_900 #910e38;
+
 button.circular {
   color: transparent;
 }
@@ -90,6 +102,14 @@
   color: @LIME_100;
 }
 
+.mint {
+  color: @MINT_900;
+}
+
+.dark .mint {
+  color: @MINT_100;
+}
+
 .blueberry {
   color: @BLUEBERRY_900;
 }
@@ -106,6 +126,14 @@
   color: @GRAPE_100;
 }
 
+.bubblegum {
+  color: @BUBBLEGUM_900;
+}
+
+.dark .bubblegum {
+  color: @BUBBLEGUM_100;
+}
+
 .cocoa {
   color: @COCOA_900;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/palette-3.1.7/data/com.github.cassidyjames.palette.appdata.xml.in 
new/palette-3.2.1/data/com.github.cassidyjames.palette.appdata.xml.in
--- old/palette-3.1.7/data/com.github.cassidyjames.palette.appdata.xml.in       
2020-02-17 22:52:50.000000000 +0100
+++ new/palette-3.2.1/data/com.github.cassidyjames.palette.appdata.xml.in       
2020-05-17 01:39:53.000000000 +0200
@@ -22,6 +22,21 @@
     <binary>com.github.cassidyjames.palette</binary>
   </provides>
   <releases>
+    <release version="3.2.1" date="2020-05-16">
+      <description>
+        <p>Fix Mint and Bubblegum text sometimes being unreadable</p>
+      </description>
+    </release>
+    <release version="3.2.0" date="2020-05-15">
+      <description>
+        <p>Minty Bubblegum?</p>
+        <ul>
+          <li>New Mint palette color for vector path intersections</li>
+          <li>New Bubblegum palette color for erasers</li>
+          <li>Tweaked layout to better fit all the colors</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.1.7" date="2020-02-17">
       <description>
         <p>Fix .desktop translation error</p>
@@ -147,16 +162,19 @@
   </releases>
   <screenshots>
     <screenshot type="default">
-      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot.png</image>
+      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/[email protected]</image>
+    </screenshot>
+    <screenshot>
+      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/[email protected]</image>
     </screenshot>
     <screenshot>
-      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot-strawberry-hex.png</image>
+      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/[email protected]</image>
     </screenshot>
     <screenshot>
-      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot-grape-const.png</image>
+      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/[email protected]</image>
     </screenshot>
     <screenshot>
-      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot-mini.png</image>
+      
<image>https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/[email protected]</image>
     </screenshot>
   </screenshots>
   <content_rating type="oars-1.1">
Binary files old/palette-3.1.7/data/screenshots/[email protected] and 
new/palette-3.2.1/data/screenshots/[email protected] differ
Binary files old/palette-3.1.7/data/screenshots/[email protected] and 
new/palette-3.2.1/data/screenshots/[email protected] differ
Binary files old/palette-3.1.7/data/screenshots/[email protected] and 
new/palette-3.2.1/data/screenshots/[email protected] differ
Binary files old/palette-3.1.7/data/screenshots/[email protected] and 
new/palette-3.2.1/data/screenshots/[email protected] differ
Binary files old/palette-3.1.7/data/screenshots/screenshot-grape-const.png and 
new/palette-3.2.1/data/screenshots/screenshot-grape-const.png differ
Binary files old/palette-3.1.7/data/screenshots/screenshot-mini-desktop.png and 
new/palette-3.2.1/data/screenshots/screenshot-mini-desktop.png differ
Binary files old/palette-3.1.7/data/screenshots/screenshot-mini.png and 
new/palette-3.2.1/data/screenshots/screenshot-mini.png differ
Binary files old/palette-3.1.7/data/screenshots/screenshot-strawberry-hex.png 
and new/palette-3.2.1/data/screenshots/screenshot-strawberry-hex.png differ
Binary files old/palette-3.1.7/data/screenshots/screenshot.png and 
new/palette-3.2.1/data/screenshots/screenshot.png differ
Binary files old/palette-3.1.7/data/screenshots/[email protected] and 
new/palette-3.2.1/data/screenshots/[email protected] differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/meson.build 
new/palette-3.2.1/meson.build
--- old/palette-3.1.7/meson.build       2020-02-17 22:52:50.000000000 +0100
+++ new/palette-3.2.1/meson.build       2020-05-17 01:39:53.000000000 +0200
@@ -1,7 +1,7 @@
 project(
     'com.github.cassidyjames.palette',
     'vala', 'c',
-    version: '3.1.7'
+    version: '3.2.1'
 )
 
 gnome = import('gnome')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/po/com.github.cassidyjames.palette.pot 
new/palette-3.2.1/po/com.github.cassidyjames.palette.pot
--- old/palette-3.1.7/po/com.github.cassidyjames.palette.pot    2020-02-17 
22:52:50.000000000 +0100
+++ new/palette-3.2.1/po/com.github.cassidyjames.palette.pot    2020-05-17 
01:39:53.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: com.github.cassidyjames.palette\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-02-17 21:47+0000\n"
+"POT-Creation-Date: 2020-05-15 19:22+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -59,40 +59,60 @@
 msgstr ""
 
 #: data/com.github.cassidyjames.palette.appdata.xml.in:27
-msgid "Translation updates"
+msgid "Minty Bubblegum?"
 msgstr ""
 
 #: data/com.github.cassidyjames.palette.appdata.xml.in:29
-msgid "Italian translations thanks to Mirko Brombin"
+msgid "New Mint palette color for vector path intersections"
 msgstr ""
 
 #: data/com.github.cassidyjames.palette.appdata.xml.in:30
+msgid "New Bubblegum palette color for erasers"
+msgstr ""
+
+#: data/com.github.cassidyjames.palette.appdata.xml.in:31
+msgid "Tweaked layout to better fit all the colors"
+msgstr ""
+
+#: data/com.github.cassidyjames.palette.appdata.xml.in:37
+msgid "Fix .desktop translation error"
+msgstr ""
+
+#: data/com.github.cassidyjames.palette.appdata.xml.in:42
+msgid "Translation updates"
+msgstr ""
+
+#: data/com.github.cassidyjames.palette.appdata.xml.in:44
+msgid "Italian translations thanks to Mirko Brombin"
+msgstr ""
+
+#: data/com.github.cassidyjames.palette.appdata.xml.in:45
 msgid "Polish translations thanks to Michał Nowakowski"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:36
+#: data/com.github.cassidyjames.palette.appdata.xml.in:51
 msgid "Bonjour encore! Updated French translations thanks to @NathanBnm."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:41
+#: data/com.github.cassidyjames.palette.appdata.xml.in:56
 msgid "Hallo! Dutch translations thanks to Heimen Stoffels."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:46
+#: data/com.github.cassidyjames.palette.appdata.xml.in:61
 msgid ""
 "Happy new year! This release contains AppData fixes and updated Spanish "
 "translations."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:51
+#: data/com.github.cassidyjames.palette.appdata.xml.in:66
 msgid "Under-the-hood and style tweaks"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:56
+#: data/com.github.cassidyjames.palette.appdata.xml.in:71
 msgid "Brand New Mini Mode!"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:57
+#: data/com.github.cassidyjames.palette.appdata.xml.in:72
 msgid ""
 "Hit the new icon in the titlebar to collapse Palette down to a small docked "
 "always-on-top window, perfect for keeping it around as part of your "
@@ -100,105 +120,105 @@
 "way."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:58
+#: data/com.github.cassidyjames.palette.appdata.xml.in:73
 msgid ""
 "Palette remembers where the full-size and mini windows were last open, so "
 "drag the mini window to whichever side of the display works best for you."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:63
+#: data/com.github.cassidyjames.palette.appdata.xml.in:78
 msgid "Developer Mode 👩‍💻"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:65
+#: data/com.github.cassidyjames.palette.appdata.xml.in:80
 msgid "Gtk.CSS color constants! Just flip the toggle."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:66
+#: data/com.github.cassidyjames.palette.appdata.xml.in:81
 msgid "Window position is remembered"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:67
+#: data/com.github.cassidyjames.palette.appdata.xml.in:82
 msgid "Refreshed design with less repetition and larger color names"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:73
+#: data/com.github.cassidyjames.palette.appdata.xml.in:88
 msgid "Salam! Initial Azerbaijani translations thanks to manymous"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:78
+#: data/com.github.cassidyjames.palette.appdata.xml.in:93
 msgid "Updated translations and under-the-hood cleaning"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:83
+#: data/com.github.cassidyjames.palette.appdata.xml.in:98
 msgid "Add examples of uses to the bottom of each color card"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:88
+#: data/com.github.cassidyjames.palette.appdata.xml.in:103
 msgid "Refreshed icon designed by Sam Hewitt and Micah Ilbery"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:93
+#: data/com.github.cassidyjames.palette.appdata.xml.in:108
 msgid "Hello, Juno!"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:98
+#: data/com.github.cassidyjames.palette.appdata.xml.in:113
 msgid "All About That Grape"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:100
+#: data/com.github.cassidyjames.palette.appdata.xml.in:115
 msgid "Updated Grape color to match official elementary palette"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:101
+#: data/com.github.cassidyjames.palette.appdata.xml.in:116
 msgid "Updated icons to match new Grape color"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:102
+#: data/com.github.cassidyjames.palette.appdata.xml.in:117
 msgid "Здравствуйте! Added Russian translations thanks to Camellan"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:103
+#: data/com.github.cassidyjames.palette.appdata.xml.in:118
 msgid "Add translation instructions and update translation link in app data"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:109
+#: data/com.github.cassidyjames.palette.appdata.xml.in:124
 msgid "Hola! Added Catalan translations thanks to eudaldgr."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:114
+#: data/com.github.cassidyjames.palette.appdata.xml.in:129
 msgid "¡Hola! Added Spanish translations thanks to Alain (alainm23)."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:119
+#: data/com.github.cassidyjames.palette.appdata.xml.in:134
 msgid "Bună ziua! Added Romanian translations thanks to Plugaru Tudor."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:124
+#: data/com.github.cassidyjames.palette.appdata.xml.in:139
 msgid "Bonjour! Added French translations thanks to ArthurS1."
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:129
+#: data/com.github.cassidyjames.palette.appdata.xml.in:144
 msgid "Makeover"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:131
+#: data/com.github.cassidyjames.palette.appdata.xml.in:146
 msgid "Sexy new icons from Micah Ilbery"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:132
+#: data/com.github.cassidyjames.palette.appdata.xml.in:147
 msgid "Refined palette variant popover styles"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:133
+#: data/com.github.cassidyjames.palette.appdata.xml.in:148
 msgid "Code cleanup, including translatability"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:139
+#: data/com.github.cassidyjames.palette.appdata.xml.in:154
 msgid "Initial release"
 msgstr ""
 
-#: data/com.github.cassidyjames.palette.appdata.xml.in:186
+#: data/com.github.cassidyjames.palette.appdata.xml.in:204
 msgid "Cassidy James Blaede"
 msgstr ""
 
@@ -214,83 +234,99 @@
 msgid "color;palette;scheme;copy;paste;swatch;contrast;🎨;"
 msgstr ""
 
-#: src/Colors.vala:37
+#: src/Colors.vala:39
 msgid "Strawberry"
 msgstr ""
 
-#: src/Colors.vala:39
+#: src/Colors.vala:41
 msgid "Orange"
 msgstr ""
 
-#: src/Colors.vala:41
+#: src/Colors.vala:43
 msgid "Banana"
 msgstr ""
 
-#: src/Colors.vala:43
+#: src/Colors.vala:45
 msgid "Lime"
 msgstr ""
 
-#: src/Colors.vala:45
+#: src/Colors.vala:47
+msgid "Mint"
+msgstr ""
+
+#: src/Colors.vala:49
 msgid "Blueberry"
 msgstr ""
 
-#: src/Colors.vala:47
+#: src/Colors.vala:51
 msgid "Grape"
 msgstr ""
 
-#: src/Colors.vala:49
+#: src/Colors.vala:53
+msgid "Bubblegum"
+msgstr ""
+
+#: src/Colors.vala:55
 msgid "Cocoa"
 msgstr ""
 
-#: src/Colors.vala:51
+#: src/Colors.vala:57
 msgid "Silver"
 msgstr ""
 
-#: src/Colors.vala:53
+#: src/Colors.vala:59
 msgid "Slate"
 msgstr ""
 
-#: src/Colors.vala:55
+#: src/Colors.vala:61
 msgid "Black"
 msgstr ""
 
-#: src/Colors.vala:64
+#: src/Colors.vala:70
 msgid "alert, stop, delete, error, recording, video"
 msgstr ""
 
-#: src/Colors.vala:66
+#: src/Colors.vala:72
 msgid "music, news, update, presentation"
 msgstr ""
 
-#: src/Colors.vala:68
+#: src/Colors.vala:74
 msgid "caution, warning, mail, history, favorite"
 msgstr ""
 
-#: src/Colors.vala:70
+#: src/Colors.vala:76
 msgid "success, start, go, new, event, spreadsheet"
 msgstr ""
 
-#: src/Colors.vala:72
+#: src/Colors.vala:78
+msgid "vector path intersections, calming"
+msgstr ""
+
+#: src/Colors.vala:80
 msgid "elementary, default accent, question, help, downloads, document"
 msgstr ""
 
-#: src/Colors.vala:74
+#: src/Colors.vala:82
 msgid "network, sharing, developer, appcenter, beta, vala, programming"
 msgstr ""
 
-#: src/Colors.vala:76
+#: src/Colors.vala:84
+msgid "eraser, playful"
+msgstr ""
+
+#: src/Colors.vala:86
 msgid "warm neutral, earth tone, brown"
 msgstr ""
 
-#: src/Colors.vala:78
+#: src/Colors.vala:88
 msgid "system, neutral light"
 msgstr ""
 
-#: src/Colors.vala:80
+#: src/Colors.vala:90
 msgid "cool neutral, default"
 msgstr ""
 
-#: src/Colors.vala:82
+#: src/Colors.vala:92
 msgid "neutral dark"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/src/Colors.vala 
new/palette-3.2.1/src/Colors.vala
--- old/palette-3.1.7/src/Colors.vala   2020-02-17 22:52:50.000000000 +0100
+++ new/palette-3.2.1/src/Colors.vala   2020-05-17 01:39:53.000000000 +0200
@@ -24,8 +24,10 @@
     ORANGE,
     BANANA,
     LIME,
+    MINT,
     BLUEBERRY,
     GRAPE,
+    BUBBLEGUM,
     COCOA,
     SILVER,
     SLATE,
@@ -41,10 +43,14 @@
                 return _("Banana");
             case LIME:
                 return _("Lime");
+            case MINT:
+                return _("Mint");
             case BLUEBERRY:
                 return _("Blueberry");
             case GRAPE:
                 return _("Grape");
+            case BUBBLEGUM:
+                return _("Bubblegum");
             case COCOA:
                 return _("Cocoa");
             case SILVER:
@@ -68,10 +74,14 @@
                 return _("caution, warning, mail, history, favorite");
             case LIME:
                 return _("success, start, go, new, event, spreadsheet");
+            case MINT:
+                return _("vector path intersections, calming");
             case BLUEBERRY:
                 return _("elementary, default accent, question, help, 
downloads, document");
             case GRAPE:
                 return _("network, sharing, developer, appcenter, beta, vala, 
programming");
+            case BUBBLEGUM:
+                return _("eraser, playful");
             case COCOA:
                 return _("warm neutral, earth tone, brown");
             case SILVER:
@@ -93,12 +103,16 @@
                 return "orange";
             case BANANA:
                 return "banana";
+            case MINT:
+                return "mint";
             case LIME:
                 return "lime";
             case BLUEBERRY:
                 return "blueberry";
             case GRAPE:
                 return "grape";
+            case BUBBLEGUM:
+                return "bubblegum";
             case COCOA:
                 return "cocoa";
             case SILVER:
@@ -144,6 +158,13 @@
                 hex.set (700, "#3a9104");
                 hex.set (900, "#206b00");
                 break;
+            case MINT:
+                hex.set (100, "#89ffdd");
+                hex.set (300, "#43d6b5");
+                hex.set (500, "#28bca3");
+                hex.set (700, "#0e9a83");
+                hex.set (900, "#007367");
+                break;
             case BLUEBERRY:
                 hex.set (100, "#8cd5ff");
                 hex.set (300, "#64baff");
@@ -158,6 +179,13 @@
                 hex.set (700, "#7239b3");
                 hex.set (900, "#452981");
                 break;
+            case BUBBLEGUM:
+                hex.set (100, "#fe9ab8");
+                hex.set (300, "#f4679d");
+                hex.set (500, "#de3e80");
+                hex.set (700, "#bc245d");
+                hex.set (900, "#910e38");
+                break;
             case COCOA:
                 hex.set (100, "#a3907c");
                 hex.set (300, "#8a715e");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/src/MainWindow.vala 
new/palette-3.2.1/src/MainWindow.vala
--- old/palette-3.1.7/src/MainWindow.vala       2020-02-17 22:52:50.000000000 
+0100
+++ new/palette-3.2.1/src/MainWindow.vala       2020-05-17 01:39:53.000000000 
+0200
@@ -51,8 +51,10 @@
         var orange_button = new ColorButton (Color.ORANGE);
         var banana_button = new ColorButton (Color.BANANA);
         var lime_button = new ColorButton (Color.LIME);
+        var mint_button = new ColorButton (Color.MINT);
         var blueberry_button = new ColorButton (Color.BLUEBERRY);
         var grape_button = new ColorButton (Color.GRAPE);
+        var bubblegum_button = new ColorButton (Color.BUBBLEGUM);
         var cocoa_button = new ColorButton (Color.COCOA);
         var silver_button = new ColorButton (Color.SILVER);
         var slate_button = new ColorButton (Color.SLATE);
@@ -66,13 +68,16 @@
         main_layout.attach (orange_button, 1, 0);
         main_layout.attach (banana_button, 2, 0);
         main_layout.attach (lime_button, 3, 0);
-        main_layout.attach (blueberry_button, 4, 0);
-        main_layout.attach (grape_button, 5, 0);
 
-        main_layout.attach (cocoa_button, 0, 1);
-        main_layout.attach (silver_button, 1, 1);
-        main_layout.attach (slate_button, 2, 1);
-        main_layout.attach (black_button, 3, 1);
+        main_layout.attach (mint_button, 0, 1);
+        main_layout.attach (blueberry_button, 1, 1);
+        main_layout.attach (grape_button, 2, 1);
+        main_layout.attach (bubblegum_button, 3, 1);
+
+        main_layout.attach (cocoa_button, 0, 2);
+        main_layout.attach (silver_button, 1, 2);
+        main_layout.attach (slate_button, 2, 2);
+        main_layout.attach (black_button, 3, 2);
 
         var context = get_style_context ();
         context.add_class ("palette");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/src/MiniWindow.vala 
new/palette-3.2.1/src/MiniWindow.vala
--- old/palette-3.1.7/src/MiniWindow.vala       2020-02-17 22:52:50.000000000 
+0100
+++ new/palette-3.2.1/src/MiniWindow.vala       2020-05-17 01:39:53.000000000 
+0200
@@ -58,8 +58,10 @@
         var orange_button = new ColorButton (Color.ORANGE, 32);
         var banana_button = new ColorButton (Color.BANANA, 32);
         var lime_button = new ColorButton (Color.LIME, 32);
+        var mint_button = new ColorButton (Color.MINT, 32);
         var blueberry_button = new ColorButton (Color.BLUEBERRY, 32);
         var grape_button = new ColorButton (Color.GRAPE, 32);
+        var bubblegum_button = new ColorButton (Color.BUBBLEGUM, 32);
         var cocoa_button = new ColorButton (Color.COCOA, 32);
         var silver_button = new ColorButton (Color.SILVER, 32);
         var slate_button = new ColorButton (Color.SLATE, 32);
@@ -76,8 +78,10 @@
         mini_layout.attach (orange_button, 0, row++);
         mini_layout.attach (banana_button, 0, row++);
         mini_layout.attach (lime_button, 0, row++);
+        mini_layout.attach (mint_button, 0, row++);
         mini_layout.attach (blueberry_button, 0, row++);
         mini_layout.attach (grape_button, 0, row++);
+        mini_layout.attach (bubblegum_button, 0, row++);
         mini_layout.attach (cocoa_button, 0, row++);
         mini_layout.attach (silver_button, 0, row++);
         mini_layout.attach (slate_button, 0, row++);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/src/Widgets/ColorButton.vala 
new/palette-3.2.1/src/Widgets/ColorButton.vala
--- old/palette-3.1.7/src/Widgets/ColorButton.vala      2020-02-17 
22:52:50.000000000 +0100
+++ new/palette-3.2.1/src/Widgets/ColorButton.vala      2020-05-17 
01:39:53.000000000 +0200
@@ -36,7 +36,7 @@
 
     public Color color { get; construct; }
 
-    public ColorButton (Color color, int size = 128) {
+    public ColorButton (Color color, int size = 96) {
         Object (
             height_request: size,
             width_request: size,


Reply via email to