[gitg] Color were swapped on the dark theme



commit e25ecbc82e990d0c9830f0be27b7a277b51edefa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Dec 21 08:51:03 2015 +0100

    Color were swapped on the dark theme

 libgitg/gitg-diff-view-file.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgitg/gitg-diff-view-file.vala b/libgitg/gitg-diff-view-file.vala
index 4be05f2..10b5a6c 100644
--- a/libgitg/gitg-diff-view-file.vala
+++ b/libgitg/gitg-diff-view-file.vala
@@ -228,8 +228,8 @@ class Gitg.DiffViewFile : Gtk.Grid
                if (settings.gtk_application_prefer_dark_theme)
                {
                        header_attributes.background = Gdk.RGBA() { red = 136.0 / 255.0, green = 138.0 / 
255.0, blue = 133.0 / 255.0, alpha = 1.0 };
-                       added_attributes.background = Gdk.RGBA() { red = 164.0 / 255.0, green = 0.0, blue = 
0.0, alpha = 1.0 };
-                       removed_attributes.background = Gdk.RGBA() { red = 78.0 / 255.0, green = 154.0 / 
255.0, blue = 6.0 / 255.0, alpha = 1.0 };
+                       added_attributes.background = Gdk.RGBA() { red = 78.0 / 255.0, green = 154.0 / 255.0, 
blue = 6.0 / 255.0, alpha = 1.0 };
+                       removed_attributes.background = Gdk.RGBA() { red = 164.0 / 255.0, green = 0.0, blue = 
0.0, alpha = 1.0 };
                }
                else
                {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]