Make AI less likely to stop building wonder
[freeciv.git] / data / freeciv.rc-2.0
blob16a59d45f3d584c01124adc62b47869daeb0ad80
1 style "city_label"
5 style "notify_label"
9 style "spaceship_label"
13 style "help_label"
15   fg[PRELIGHT] = "red"
16   fg[ACTIVE] = "red"
17   fg[NORMAL] = "red"
18   fg[INSENSITIVE] = "red"
21 style "help_link"
23   fg[PRELIGHT] = "blue"
24   fg[ACTIVE] = "blue"
25   fg[NORMAL] = "blue"
26   fg[INSENSITIVE] = "blue"
29 style "help_text"
31   bg[NORMAL] = { 0.9, 0.9, 0.9 }
32   base[NORMAL] = { 0.9, 0.9, 0.9 }
33   text[NORMAL] = "black"
36 style "chatline"
38   base[NORMAL] = "white"
39   text[NORMAL] = "black"
40   base[INSENSITIVE] = "white"
41   text[INSENSITIVE] = "black"
44 style "beta_label"
46   fg[NORMAL] = "red"
47   fg[PRELIGHT] = "red"
50 style "small_font"
54 style "comment_label"
58 style "city_names"
62 style "city_productions"
66 style "reqtree_text"
70 style "tooltips"
72   font_name = "Monospace 8"
75 widget  "Freeciv*.city_label"           style   "city_label"
76 widget  "Freeciv*.notify_label"         style   "notify_label"
77 widget  "Freeciv*.spaceship_label"      style   "spaceship_label"
78 widget  "Freeciv*.help_label"           style   "help_label"
79 widget  "Freeciv*.help_link"            style   "help_link"
80 widget  "Freeciv*.help_text"            style   "help_text"
81 widget  "Freeciv*.chatline"             style   "chatline"
82 widget  "Freeciv*.beta_label"           style   "beta_label"
83 widget  "Freeciv*.small_font"           style   "small_font"
84 widget  "Freeciv*.comment_label"        style   "comment_label"
85 widget  "Freeciv*.city_names"           style   "city_names"
86 widget  "Freeciv*.city_productions"     style   "city_productions"
87 widget  "Freeciv*.reqtree_text"         style   "reqtree_text"
88 widget  "gtk-tooltips*.*"               style   "tooltips"