/usr/share/doc/matchbox-desktop/README is in matchbox-desktop 2.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Matchbox Desktop 2, a desktop system for handhelds using the GTK+ stack.
You'll want this in your ~/.gtkrc-2.0:
style "taku-window"
{
font_name = "Sans 16"
bg[NORMAL] = "#008000"
fg[NORMAL] = "#FFFFFF"
bg[ACTIVE] = "#00CC00"
fg[ACTIVE] = "#FFFFFF"
bg[PRELIGHT] = "#00A000"
fg[PRELIGHT] = "#FFFFFF"
}
widget "TakuWindow" style "taku-window"
widget "TakuWindow.*" style "taku-window"
|