# HG changeset patch # User Wuzzy # Date 1533050569 -7200 # Node ID 145ee99575d4ecec0d48e7659c1627bb82b8eb6d # Parent 66460d5f0d9b911bf64316e1c28b8a02ea7e648e Change default clan color for brown for improved contrast The previous brown color was pretty darkish and I found it hard to read on hedgehog tags. diff -r 66460d5f0d9b -r 145ee99575d4 ChangeLog.txt --- a/ChangeLog.txt Tue Jul 31 01:00:27 2018 +0200 +++ b/ChangeLog.txt Tue Jul 31 17:22:49 2018 +0200 @@ -19,6 +19,7 @@ * Fix cursor teleporting to center after leaving game with a video recording * Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack * Fix /hta, /hsa and /hya commands not writing message in chat + * New default brown clan color for better contrast Frontend: * Controllers are detected again diff -r 66460d5f0d9b -r 145ee99575d4 QTfrontend/hwconsts.h --- a/QTfrontend/hwconsts.h Tue Jul 31 01:00:27 2018 +0200 +++ b/QTfrontend/hwconsts.h Tue Jul 31 17:22:49 2018 +0200 @@ -109,7 +109,7 @@ 0xffe55bb0, /* pink */ \ 0xff20bf00, /* green */ \ 0xfffe8b0e, /* orange */ \ - 0xff5f3605, /* brown */ \ + 0xff8f5902, /* brown */ \ 0xffffff01, /* yellow */ \ /* add new colors here */ \ 0 }