#
# groach default theme
#

# Just information for a use
# Currently, not used.
name = "default"
author = "anonymous"
description = "This is a default theme.
It's a very very quick work. Need more works...
Wilbers move around on the root window.
Push them, and they metamorphose to cockroaches.
Push them again, and they will disappear."

# Number of stats
stats = 3

# Number of directions
directions = 24

# Size of pixmaps
pixmap_size = {48, 48}

# Step pixel for motion
step_pixel = 12

# The data follows from here.
# "data" entries should follow as the number of stats (=stats).
# Each "data" entry consists of each direction frames.
# If the number of directions are four, "data" entry is as,
# data {
# {"file-01.png" "file-02.png" ...} # direction-1 (right)
# {"file-11.png" "file-12.png" ...} # direction-2 (up)
# {"file-21.png" "file-22.png" ...} # direction-3 (left)
# {"file-31.png" "file-32.png" ...} # direction-4 (down)
# }
# "file-01.png", "file-02.png" are animated frames.
# You can see more tips in the following actual data.


# Internally, one pixmap is made for the same files. 
# So don't care about duplications.

data {
{"gnome-gimp-right.png"}	# right
{"gnome-gimp-right.png"}
{"gnome-gimp-right.png"}
{"gnome-gimp-right.png"}
{"gnome-gimp-up.png"}
{"gnome-gimp-up.png"}
{"gnome-gimp-up.png"}		# up
{"gnome-gimp-up.png"}
{"gnome-gimp-up.png"}
{"gnome-gimp-left.png"}
{"gnome-gimp-left.png"}
{"gnome-gimp-left.png"}
{"gnome-gimp-left.png"}		# left
{"gnome-gimp-left.png"}
{"gnome-gimp-left.png"}
{"gnome-gimp-left.png"}
{"gnome-gimp-down.png"}
{"gnome-gimp-down.png"}
{"gnome-gimp-down.png"}		# down
{"gnome-gimp-down.png"}
{"gnome-gimp-down.png"}
{"gnome-gimp-right.png"}
{"gnome-gimp-right.png"}
{"gnome-gimp-right.png"}
}

# If every direction has same frames, you can omit the others.
data {
{"gnome-mnemonic.png"}
}

# This is an animated frames example.
# The last empty file name implies to vanish.
data {
{"panel-menu-main.png" "gnome-unknown.png" "gnome-unknown.png" ""}
}

