<URL: http://bugs.freeciv.org/Ticket/Display.html?id=33607 >
> [dmarks - Sat Feb 10 12:43:33 2007]:
>
> > [dmarks - Wed Jan 31 11:39:57 2007]:
> >
> > Even with Eleazar's tweaks, I got the feeling that there were too many
> > confusing colors involved! So I made my own tweak, loosely based on
> > Eleazar's:
> >
> > The base color scale is reduced to two: white and yellow.
> >
> > Known techs are white; reachable techs are light grey; unrechable techs
> > are dark grey (just like Eleazar's).
> >
> > Tech currently being researched is bright yellow; rechable scheduled
> > techs medium dark yellow; unreachable scheduled techs dark yellow.
> >
> > This ought to make the science overview more intuitive: 'inactive' techs
> > (known or not being researched) are distinguished from 'active' techs
> > (being or scheduled to be researched).
> >
> > ~Daniel
> >
> >
>
> New version of the patch. Inactive techs are tan instead of grey to
> blend better with the GTK theme. Scheduled techs are blue (similar to
> Eleazar's) while researching tech is red (blue and red are the GTK
> client attention colors).
>
> Demo:
> http://forum.freeciv.org/files/techtreecolors_416.png
>
> ~Daniel
>
Final version of the patch. Currently researched tech is yellow, while
scheduled techs are slightly darker blue.
If there are no objections, I'd like to commit this to S2_1 and trunk.
~Daniel
Index: data/misc/colors.tilespec
===================================================================
--- data/misc/colors.tilespec (revision 12602)
+++ data/misc/colors.tilespec (working copy)
@@ -90,24 +90,24 @@
}
; Reqtree
+reqtree_known = {"r", "g", "b"
+ 255, 255, 255
+}
+reqtree_reachable = {"r", "g", "b"
+ 210, 180, 140
+}
+reqtree_unreachable = {"r", "g", "b"
+ 190, 150, 110
+}
reqtree_researching = {"r", "g", "b"
- 0, 255, 200
+ 255, 250, 70
}
-reqtree_known = {"r", "g", "b"
- 0, 200, 0
-}
reqtree_reachablegoal = {"r", "g", "b"
- 255, 128, 128
+ 95, 160, 190
}
reqtree_unreachablegoal = {"r", "g", "b"
- 255, 0, 128
+ 85, 120, 180
}
-reqtree_reachable = {"r", "g", "b"
- 255, 255, 0
-}
-reqtree_unreachable = {"r", "g", "b"
- 255, 0, 0
-}
reqtree_background = {"r", "g", "b"
0, 0, 0
}
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev