Change default clan color for brown for improved contrast
authorWuzzy <Wuzzy2@mail.ru>
Tue, 31 Jul 2018 17:22:49 +0200
changeset 13578 145ee99575d4
parent 13577 66460d5f0d9b
child 13579 ff7378430675
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.
ChangeLog.txt
QTfrontend/hwconsts.h
--- 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
--- 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 }