[jabref] 01/03: revert Christas colors

Tony Mancill tmancill at moszumanska.debian.org
Mon Dec 26 19:18:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch dev
in repository jabref.

commit fba6e84b4918c166ad1c7a2a3286063c4655103c
Author: tony mancill <tmancill at debian.org>
Date:   Mon Dec 26 10:53:10 2016 -0800

    revert Christas colors
---
 debian/patches/070_restore_normal_colors.patch | 25 +++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/070_restore_normal_colors.patch b/debian/patches/070_restore_normal_colors.patch
new file mode 100644
index 0000000..a9b12c4
--- /dev/null
+++ b/debian/patches/070_restore_normal_colors.patch
@@ -0,0 +1,25 @@
+Description: restore normal JabRef color scheme
+Forwarded: not-needed
+Author: Oliver Kopp <kopp.dev at gmail.com>
+Source: https://github.com/JabRef/jabref/commit/fa749d51603d09a000ef061dea78ae0e45367d12
+
+
+--- a/src/main/java/net/sf/jabref/gui/IconTheme.java
++++ b/src/main/java/net/sf/jabref/gui/IconTheme.java
+@@ -32,12 +32,12 @@
+     /* Colors */
+ 
+     // JabRef's default colors
+-    //public static final Color DEFAULT_COLOR = new Color(79, 95, 143); // The purple color of the logo
+-    //public static final Color DEFAULT_DISABLED_COLOR = new Color(200, 200, 200);
++    public static final Color DEFAULT_COLOR = new Color(79, 95, 143); // The purple color of the logo
++    public static final Color DEFAULT_DISABLED_COLOR = new Color(200, 200, 200);
+ 
+     // Christmas edition
+-    public static final Color DEFAULT_COLOR = new Color(0x155115);
+-    public static final Color DEFAULT_DISABLED_COLOR = new Color(0x990000);
++    //public static final Color DEFAULT_COLOR = new Color(0x155115);
++    //public static final Color DEFAULT_DISABLED_COLOR = new Color(0x990000);
+ 
+ 
+     public static final int DEFAULT_SIZE = 24;
diff --git a/debian/patches/series b/debian/patches/series
index 27a6306..be07496 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 030_xjc.patch
 050_unirest_json.patch
 060_DatePickerButton.patch
+070_restore_normal_colors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git



More information about the pkg-java-commits mailing list