#
# Small "almost green" example of a xitkrc file.
#16711680=red

# background color in decimal 13092807=gris
color.background         = 13092807

# color for focused widget 2828867
color.focus              = 10657531

# color for selected widget 10657531
color.select             = 6842472

# color for black color 7237230
color.black 	         = 7237230

# color for white color 15987699
color.white              = 15987699

# color for warning foregrounds (mainly tips windows)
color.warning_foreground = Black

# color for warning backgrounds (mainly tips windows)
color.warning_background = 10657531

# default font (the first attempted).
font.default             = fixed

# fallback font.
font.system              = -adobe-courier-*-*-*-*-12-*-*-*-*-*-*-*

# speed (in -seconds) between two "slide effect" for label marked
# as animated (depending of skin configuration).
timer.label_animation    = 50000

# time (in m-seconds) between two mouse click 
# assimilated as double click
timer.double_click       = 200

# Enable/disable xshm support (if available): 0/1 (default = 1)
feature.shm              = 1

# Use old title bar style (blueish): 0/1 (default = 0)
feature.old_title_style  = 1

