# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# filename: xmedconrc                                                     #
#                                                                         #
# CONFIG File : Medical Image Conversion Utility                          #
#                                                                         #
# purpose     : the general Gtk+ resource file                            #
#                                                                         #
# project     : (X)MedCon by Erik Nolf                                    #
#                                                                         #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# $Id$

# Note: When (X)MedCon is installed, this becomes the system wide resource
#       file. You could copy it to your ${HOME}/.xmedconrc for personal
#       configurations.
#
# DEFAULT UNIX SETTINGS (active = blue color)
#

     style "DefaultStyle"
     {
       fg[ACTIVE] = { 0.0, 0.0, 1.0 }
     }

     # These set the widget types to use the styles defined above.
     # The widget types are listed in the class hierarchy, but could probably be
     # just listed in this document for the users reference.

     widget "*" style "DefaultStyle"

